Hi Chuck,

On 5/1/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> 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.

You are right. I just looked at what appeared on the surface.

You've made a very good observation.

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


-Regards
Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to