You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard Haber <ri...@verizon.net> on 2002/07/11 15:57:39 UTC

Extra folders in tomcat/work

Greetings gurus

I have tomcat 4.0.3 connected to apache 2.0.36 using mod-jk.  There are
2 Virtual Hosts, site1 and site2, configured in server.xml:

<Host name="site1.myserver.com" debug="0" appBase="webapps"
unpackWARs="false">
...
   <Context path="" docBase="site1" debug="0" >

And

<Host name="site2.myserver.com" debug="0" appBase="webapps"
unpackWARs="false">
...
   <Context path="" docBase="site2" debug="0" >

In my webapps folder are two folders: site1 and site2.

When tomcat starts, it creates two folders in /work: site1.myserver.com
and site2.myserver.com
But in each of these it creates a site1 folder and site2 folder as well
as the '_' folder where all of the compiled .jsp's go.  Nothing goes in
the site1 folder and site2 folder.

I am wondering what is wrong with my configuration that causes this.
Otherwise, the sites work as expected.

Thanks in advance,

Richard Haber



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>