URL You Use to Invoke a Web Application
For WmTomcat, the URL to invoke a web application has the following format, which includes a “/web” element:
http://hostname:portnumber/web/packageName/fileName.jsp
For example: http://localhost:5555/web/JSPSample/showorders.jsp
The “/web” element is required as a signal to Integration Server that this URL is for a web application and must be sent to the WmTomcat package for processing.
In a typical Tomcat implementation, the “/web” element is not part of the URL to invoke a web application.