You can put them in any directory you want, provided you update the
conf/server.xml file appropriately. Say you want them in a directory named
"foo." You would add this to server.xml:

<Context path="/foo"
         docBase="c:\jdk1.3\tomcat\foo"
         crossContext="false"
         debug="0"
         reloadable="true" >
</Context>

Don't forget to add a WEB-INF directory under "foo," and include a web.xml
file in it.

Cheers,
Andrew

> -----Original Message-----
> From: Pratheba Periasamy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 13, 2000 1:59 PM
> To: [EMAIL PROTECTED]
> Subject: Where to put the JSP files in Windows95
>
>
> Hi,
>
>    I have downloaded and installed Tomcat3.2 in Windows95. I have set the
> JAVA_HOME and TOMCAT_HOME variables. But I do not know, in which
> directory
> to put the JSP files. I have saved them in webapps directory. But when I
> view it in the browser using http://localhost:8080/Helloworld.jsp, I am
> getting Error 404 File not found. I would like to knoe hte directory in
> which to put the JSP files. Expecting your reply soon.
>
> Thanks.
> Pratheba.
> __________________________________________________________________
> ___________________
> Get more from the Web.  FREE MSN Explorer download :
> http://explorer.msn.com
>
>

Reply via email to