If using a WAR file, see How do I deploy my WAR file on Tomcat?
/private-cgi-bin
/tomcat (your webapps folder, the same as <jakarta>/webapps on a standard Tomcat installation)
/YourApplication (your application, eg: /ROOT for your main website)
/WEB-INF
web.xml (this *must* exist)
/classes (classes go here)
someclass.class
/lib (jars go here)
somejar.jar
/images
somepicture.jpg
index.jsp (your welcome-file, first page of your site)
somefile.jsp
I have a problem in tomcat manger pls help me ........ I have put my project in webapps folder ....I get my project name in tomcat manager but when i click my project it doesnot show the JSP and Html pages(Around 6jsp and 2 html r inside) ........When i access through url its working.Pls help
--Anand
, 13-Feb-2007
Hi Anand,
When you access by clicking the application in Tomcat, what URL shows in the URL bar? When you enter the URL manually, what URL are you entering?
--NealeRudd, 14-Feb-2007