cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher problem between EP 6 and BW 3.5

Former Member
0 Kudos

Hi

I am having problems with my webdispatcher when trying to connect this between EP and BW.

The current scenario is like this

(1)user portal requests come from https://sub.shashi.com/ and will go thru

(2)web dispatcher(WEBDISP1) on standalonemachine having instance 01 and configured at http 80 and https 443(though it goes thru 443,we still have http at port running in the profile)

(3) portal is connected directly to BW system thru http system at port 44305,instance of BW is 05

So the situation which we are planning to configure is to have http protocol from EP to Webdispatcher and from webdispatcher requests have to go to BW.

(1) as part of the configuration from portal i have created a new system definition to point the requests to webdispatcher host and port 8105,which is http port of webdispatcher and was protocol as http and was path as

/sap/bw/BEx

I have done connection tests from portal thru the system definition to WAS and its succesful.

(2)So i have configured another instance with num 10 and http port of web dispatcher is 8105 (on the same host WEBDISP1,we have another instance on same host accepting requests at 80 for http and 443 for https port)

so when after i bootstrap the webdispatcher of instance 10,i should be in a position to do webdispatcher administartion from web from

http://webdisp1:8105/sap/wdisp/admin/default.html

but i could observe its showing me

http://webdisp1:80/sap/wdisp/admin/default.html

and i am unable to access the webadmin for webdispatcher either from

http://webdisp1:80/sap/wdisp/admin/default.html

or from 8105 ports for any of those instances 01 or 10,

when i check the connection TO BW thru webdispatcher it is failing with page not found ,please see the attaced profile of intsnace 10 webdispatcher profile and let me how how do i solve the problems of

(1) accessing the webdisp administration for instance 01 and 10

(2) how do i make the connectivity work from ep to webdisp and bw ?

please let me know for any more clarifications

Regards

Shashi Mettu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

forgot to paste the webdispatcher profile

  1. Profile generated by sapwebdisp bootstrap

  1. unique instance number

SAPSYSTEMNAME = EBQ

SAPSYSTEM = 10

  1. Accessibility of Message Servers

rdisp/mshost = ebq.shashi.com

ms/http_port = 8105

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 120

wdisp/max_servers = 100

wdisp/shm_attach_mode = 6

  1. configuration for default scenario (medium size)

icm/max_conn = 500

icm/max_sockets = 1024

icm/req_queue_len = 500

icm/min_threads = 10

icm/max_threads = 50

mpi/total_size_MB = 80

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 500

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=8105

  1. SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=/usr/sap/EBQ/admin

icm/HTTP/max_request_size_KB = 102400