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
#####################################
My Config File Start #
#####################################
Profile generated by sapwebdisp bootstrap
unique instance number
SAPSYSTEM = 00
add default directory settings
DIR_EXECUTABLE = .
DIR_INSTANCE = .
Accessibility of Message Servers
#rdisp/mshost = myhost.int
#ms/http_port = 8101
SAP Web Dispatcher Parameter
wdisp/auto_refresh = 25
wdisp/max_servers = 100
wdisp/shm_attach_mode = 6
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
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/
SAP Web Dispatcher Web Administration
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=/sapmnt/PRX/
profile/icmauth.txt
#####################################
My Config File End #