cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatvcher 7.2 Reverse proxy

Former Member
0 Kudos

Hi,

I want to use Webdispatcher as a reverse proxy.

My configuration is "Control Using URL Prefixes" like in this documentation : http://help.sap.com/saphelp_nw72/helpdata/en/c5/ec466f5544409982c7d3ca29ce1ad3/content.htm

When I connect on http://saprouter.myhost.int/abc/ my result is :

404 Not Found SAP J2EE Engine/7.00 The requested resource does not exist.

Same result with

http://saprouter.myhost.int/irj/

404 Not Found SAP J2EE Engine/7.00 The requested resource does not exist.

Could you help me ?

Thank you,

Philippe

#####################################

  1. My Config File Start #

#####################################

  1. Profile generated by sapwebdisp bootstrap

  1. unique instance number

SAPSYSTEM = 00

  1. add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

  1. Accessibility of Message Servers

#rdisp/mshost = myhost.int

#ms/http_port = 8101

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 25

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/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

wdisp/HTTPS/max_pooled_con = 500

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=80

wdisp/system_conflict_resolution = 1

wdisp/system_0 = SID=T01, MSHOST=mySapAbap, MSPORT=8101, SRCSRV=saprouter.myhost.int:80, SRCURL=/abc/

wdisp/system_1 = SID=SOL, MSHOST=mySapJava, MSPORT=8101, SRCSRV=saprouter.myhost.int:80, SRCURL=/irj/

  1. SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=/sapmnt/PRX/

profile/icmauth.txt

#####################################

  1. My Config File End #

Accepted Solutions (0)

Answers (1)

Answers (1)

abrahamvadillo
Explorer
0 Kudos

You're missing the parameter:

wdisp/allow_multiple_matching_systems = true

That sould do the trick.