Hello,
I will try to be brief , but this will a little explanation of my config to
under stand the question.
I have two boxes. (rh9, tomcat 4.1.30, apache )
Box1
<Host name="localhost" debug="0" appBase="/home/unit" unpackWARs="true">
<Context path=""
docBase="/home/unit"
crossContext="true"
debug="0"
reloadable="false" >
Box 2 is configured the same but /home/unit is an nfs mount.
The problem is they now share the same WEB-INF dir with all the classes,
etc...
What I would like to do is have box 2 have it own WEB-INF, but it still
needs the DocBase to point to
/home/unit
I though I could make the appBase /home/foo and the docBase /home/unit, but
when tomcat starts up on box 2 all the jars (and I assume other working
class files are still begin deployed to
Deploy JAR /WEB-INF/lib/activation.jar to
/home/unit/WEB-INF/lib/activation.jar
I hope I have described my problem correctly
Thanks for any help
Randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]