Title: RE: problems with Tomcat under Windows NT

I run Tomcat 3.2 with Apache on NT. I followed the instructions in the jakarta-tomcat/doc directory and everything works okay.

the main files are jakarta-tomcat/conf/server.xml and apache/conf/httpd.conf if you use Apache.

Every time you see /examples, just copy it and change it to /yourwebapp. In server.xml for example :

<Context path="/yourwebapp" docBase="webapps/yourwebapp" debug="0" reloadable="true" >
</Context>

> -----Original Message-----
> From: Fabricio Costa [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 20 March 2001 0:25
> To: [EMAIL PROTECTED]
> Subject: problems with Tomcat under Windows NT
>
>
> I installed the jakarta tomcat under WinNT and i want to
> create a new site
> outside the path /examples, how can i do it?
>
> Thanks
> Fabricio Costa
> Brazil
>

Reply via email to