cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher problem...

Former Member
0 Kudos

Hello,

This is for BW3.5 on NW04 with UNIX and Oracle.

I have started the webdispatcher successfully and it seems to be working fine. I want to configure it so that I can use a web manager for web dispatcher.

I have created a directory /usr/sap/DEV/SYS/exe/webdisp and ran a bootstrap from this directory.

<b>sapwebdisp -bootstrap</b>. It created sapwebdisp, sapwebdisp.pfl, icmauth.txt, dev_webdisp in the same directory. Later I copied icmadmin.SAR to this directory from kernel exe directory. It has created <b>icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin</b> during a bootstrap process.

Now I have used a SAPCAR -xvf icmadmin.SAR and it has created ./admin directory and copied lot of files into that. It gives you the link also at the end where you can access the web dispatcher on internet explorer. It is explained here as well.

I did exactely the way it is explained in help.sap.com. Now when I go to http://devci007.dev-sap.company.com:8045/sap/wdisp/admin/default.html, nothing works. It gives an error that "URL http://devci007.dev-sap.company.com:8045/sap/wdisp/admin/default.html call was terminated because the corresponding service is not available." I think I should get the logon prompt.

Well I have activated some services for web dispatcher in SICF. I do not see any service like wdisp/admin under sap in transaction SICF. The ./admin directory is automatically created when use <b>SAPCAR -xvf icmadmin.SAR</b>. It is created in <b>/usr/sap/DEV/SYS/exe/webdisp</b>, which I created for web dispatcher and ran a bootstrap from this directory

I am very confused here as there is no instruction that I have create anything else.

Your help will be greately appreciated.

Thank you very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

gregorw
Active Contributor
0 Kudos

Hello Sume,

have you taken a look at my Weblog: <a href="/people/gregor.wolf3/blog/2005/11/07/setup-sap-web-dispatcher-with-url-filter-on-suse-linux-90">Setup SAP Web Dispatcher with URL Filter on SuSE Linux 9.0</a>? It should be quite the same with your Unix system.

Regards

Gregor

Former Member
0 Kudos

Hi,

Have you restarted your WebAS?

Also try to use this URL:

http://<hostname>:<port>/sap/admin

This URL should work.

Regards daniel