> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Subject: Re: setup > > > and aloso I would like to know where the webapps/ROOT/index.jsp > > is ? > > > > By default, it is under Tomcat's webapps/ROOT/ folder , in my instance > of Tomcat 5.5.x
Well, not really. The source to index.jsp is there, but the .jsp is precompiled and the resulting class (what's really executed to generate the default Tomcat home page) is in webapps/ROOT/WEB-INF/lib/catalina-root.jar. If you actually want to use index.jsp, you must get rid of the jar and remove the servlet mapping in webapps/ROOT/WEB-INF/web.xml. Note that in 6.0, index.jsp (and the jar) is replaced by an index.html file. > Other possible location would be defined in the docBase of ROOT.xml > file , which may be located at Tomcat's conf/Catalina/[Host]/ROOT.xml There is no conf/Catalina/[host]/ROOT.xml in a standard Tomcat download. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]