Question:
I installed ITS 610 in R/3 46D apparently without errors. Now I tried checking all installation components that are suppose to be there according to the installation guide.
To test whether ITS works, it suggested to go through a url which looks like this : http://webservername/scripts/wgate/webgui/!
My problem is, I dont have anything in the Scripts folder. Did i miss anything?
I installed the setup program provided by SAP for ITS 610 in the server components CD.
Thanks
Regards
madip
Answer:
/scripts/wgate is only an alias. This string is specified in file wgate.conf and it tells the ISAPI filter (or Apache Module) when it is time to react.
You could easily change this string in file wgate.conf to something like '/ess' and your URL would look like
http://webservername/ess/webgui
and this would still work.
A physical folder /scripts is therefore not needed anymore (since ITS 4.6D)
btw. forget the CD versions of ITS. Go to http://service.sap.com/patches and always download the latest version from there.