 
  
Chapter 5  Deploying Web Applications in Apache Tomcat
Running the Web Application
To run the deployed Web Application:
- Start the Apache Tomcat server.
- Open a Web browser and enter the URL:
 
 
- http://<hostname>:8080/<ModelCode>/<JSPName>.jsp for a JSP 
- http://<hostname>:8080/<ModelCode>/<ServletName> for a Servlet
 
- Where <hostname> is the host name of Apache Tomcat, <ModelCode> is the code of model, <JSPName> is the JSP class code and <ServletName> is the Servlet class code.
 
| Copyright (C) 2006. Sybase Inc. All rights reserved. |   |