I think that it's possible to create virtual hosts wich point to an another location; try to find the following string in your server.xml file :
<Host name="YOURS" debug="0" appBase="webapps" unpackWARs="true"> ... this is my default configuration. ----- Original Message ----- From: "Dave Ferguson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 9:34 PM Subject: Re: webapps directory required for Warp? > Warp. I have mod_webapp.so and libapr.dll in my Apache "modules" directory. I have the following in my httpd.conf. > > LoadModule webapp_module modules/mod_webapp.so > AddModule mod_webapp.c > WebAppConnection conn warp localhost:8008 > WebAppDeploy examples conn /examples/ > > If my docBase is not under webapps, I don't know what to use for the 2nd parameter of WebAppDeploy line... > > j-y ciccoli wrote: > > > What have you installed as Tomcat-Apache plug-in? > > > > ----- Original Message ----- > > From: "Dave Ferguson" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, February 26, 2002 8:29 PM > > Subject: webapps directory required for Warp? > > > > > Using the Warp connector, is it possible to have the docBase of a web app > > somewhere else besides the "webapps" directory? > > > I am using Tomcat 4.0.2 and Apache 1.3.20 on Win2K. > > > > > > Thanks for any help! > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
