cancel
Showing results for 
Search instead for 
Did you mean: 

Fail to access web repository

Former Member
0 Kudos

Hi

I tried to create a web repository for www.cnn.com/tech as it is described in the howto-guide in SDN. I did evrything in the guide except the property filter part. When I try to click the link under folder /webrepository (this is my repository folder) I'm getting "Page cannot be displayed" error. The URL is "http://mbisep6:50000/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/webrepository/CNN-Tech/tech"

CNN-Tech is the name of the "Web Site" and tech is the start path.

What may be wrong ?

Accepted Solutions (0)

Answers (1)

Answers (1)

paul_goetz
Explorer
0 Kudos

Hi

maybe the proxy is wrong?

You could check the setting for your java runtime. (Windows: Start > Settings > Control Panel > Java Plugin, then Tab "Proxies". If "use browser settings" is enabled you have to check that the browser's proxy settings <i>on the server</i> have to be set properly.)

I managed it by doing the following:

1.) in the KM configuration under Global Services > System Landscape Definitions > System > HTTP System

create

- an entry for your proxy server (e.g. ID=proxy, URL=http://proxy:8080).

- an entry for your web server (e.g. ID=www.cnn.com, URL=http://www.cnn.com).

2.) in the KM configuration under Repository Managers > Web Repository create a new WebRM with

- Name=cnn, Prefix=/cnn,

- Start Page=/tech,

- System ID=www.cnn.com (this is the reference to the web landscape system to use),

- Proxy System ID=proxy (this is the reference to the proxy landscape system)

and then you could uncheck "Use System Default Proxy Settings".

Best regards,

Paul