Hi all,
I have a web dispatcher in this environment:
MSCS - Sap Netweaver 2004s ABAP + JAVA
The web dispatcher is clustered on the same cluster.
The web dispatcher work but not fine:
1) When i open my browser at:
http://webdispatcherhostname:webdispatcherport/ it appears the index of AS java (work fine)
2) When i click on "System Information" it appears the message:
ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:I-i:NANACM1SA25_A00_02-v:0-s:404-r:Notfound
but NANACM1SA25_A00 is an ABAP AS, not java, the url is:
/sap/monitoring/SystemInfo (don't work fine)
using the java address it work ....
3) On the webdispatcher profile there is not the parameter
is/HTTP/default_root_hdl
then i know the default root directory is j2ee
4) The url mapping is generated from the abap service "url_prefix" in the SICF:
Known ABAP URL Prefixes
URL Prefix Logon Group Virtual Host
0 /sap/public/formgraphics/ :;
1 /sap_java/ :;
2 /test30/ :;
3 /sap/ :;
then i can suppose my web dispatcher solves some j2ee adresses with ABAP url because here there is the string "3 /sap/ :;"
but if i write /sap/admin in the browser the webdispatcher open the page, not the abap as.
why the situation works like that? I mean if it is true that the address solving is connected through a match with the url mapping even when I write /sap/admin the page shouldn't display.