Hi. I have setup a few virtual host in the server like :
<Host name="202.157.131.51">
<Context path="/servlets"
docBase="/usr/home/amos/amos.webvis.net/htdocs/servlets"
debug="0"
reloadable="true">
</Context>
</Host>

But the servlets or the class files are placed under
/usr/home/amos/amos.webvis.net/htdocs/servlets/WEB-INF/classess then it
works. It seems like it is following the default tomcat setting. May I find
out how can I change it to other directory instead of WEB-INF/classes?
Thanks and I am using tomcat alone...

------Original Message------
From: "Filip Hanik" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: March 22, 2001 2:04:18 AM GMT
Subject: RE: moving webapps


set up a context in the server.xml file

<Context path="/mywebapp"
docBase="/usr/htdocs"
crossContext="false"
debug="0"
reloadable="true" >
</Context>


Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net

> -----Original Message-----
> From: Oleg Timofeyev [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 4:51 PM
> To: [EMAIL PROTECTED]
> Subject: moving webapps
>
>
> How can I move my webapps direcory from tomcat to /htdocs , I am
> running TOMCAT as standalone.
>
> --
> --
> Oleg Timofeyev
> ReadySetNet
> [EMAIL PROTECTED]
> http://www.readysetnet.com
> Phone : 323 469 2000
> Fax : 323 469 2155
>


-----------------------------------------------
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


Reply via email to