RE: How to tell Tomcat to use an additional classpath other than web-inf/classes?

2008-08-20 Thread Dave Bender
Why not add the path to the CLASSPATH variable in the 'TOMCAT_HOME/bin/setclasspath.sh' script (or setclasspath.bat for Windows)? We've done that for getting Tomcat to recognize server-specific properties files and it seems to do the trick. Dave -Original Message- From: [EMAIL

Load order for Global Resources

2008-08-11 Thread Dave Bender
Is the order that Tomcat 6.0.x loads/instantiates Custom Resources definable? If so, how? If not, is there a way to ensure that one custom resource is loaded prior to another one? Tomcat 4.x seemed to have the behavior that custom resources were created in the order they appear in the

RE: Load order for Global Resources

2008-08-11 Thread Dave Bender
Dave Bender wrote: Is the order that Tomcat 6.0.x loads/instantiates Custom Resources definable? I am afraid not. If so, how? If not, is there a way to ensure that one custom resource is loaded prior to another one? Not that I am aware of. I think the order is going to be be defined