Multiple JVM's on same machine

2001-03-07 Thread David Miller
Hi, I am trying to figure out a way of making sure that my two war files located on one physical Linux box are running in separate JVM's. I tried mounting the two separate contexts to two separate ports, using something like: ApJServMount /context1 ajpv12://localhost:8007/context1 ApJServMount /

Upgrading to Tomcat 3.2

2001-01-16 Thread David Miller
I am currently using Tomcat 3.1 and am having a problem with Tomcat recognizing jar files in the lib folder of my webapp, i.e., Tomcat does not seem to recognize jar files in $TOMCAT_HOME/webapps/myapp/WEB-INF/lib. I heard (see email below) that Tomcat 3.2 fixes this problem. Can anyone tell me (

CLASSPATH precedence

2000-12-18 Thread David Miller
Hi, Two related questions regarding CLASSPATH precedence: (A) If I place the same *.jar files (same names but different versions) in both $TOMCAT_HOME/webapps/WEBAPP_A/WEB-INF/lib and in $TOMCAT_HOME/webapps/WEBAPP_B/WEB-INF/lib does the version of the *.jar files in WEBAPP_

Specifying CLASSPATH in web.xml

2000-12-15 Thread David Miller
I am trying to figure out if there is a way of specifying a part of my CLASSPATH from within the web.xml file. I have some configuration files used by one of my webapps (that need to be in the CLASSPATH) and would love to find a way of having tomcat figure this out automatically. Thanks for your

command does not work

2000-11-09 Thread David Miller
Hi, I am having trouble getting the command to run in my ant build.xml file. The following simple example: produces a java.io.IOException. (...bin/antRun: not found...) I am running ant version 1.2 on redhat linux 7. Everything else works great. I actually want to do something more complicat