CLASPATH Order

2001-03-16 Thread Denny Chambers
Does anyone know if there is an option in Tomcat that would allow me to specify if I want my projects classpath (/WEB-INF/lib;/WEB-INF/classes) loaded before Tomcat's classpath? Thanks, -- Denny Chambers Linux Java Engineer Connex, Inc Voice: 770-455-7653 Fax: 770-455-7325

RE: CLASPATH Order

2001-03-16 Thread Aksel Schmidt
I've read that this is done in tomcat 4.0, but not possible in 3.2? -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: 16. marts 2001 14:22 To: [EMAIL PROTECTED] Subject: CLASPATH Order Does anyone know if there is an option in Tomcat that would allow me

Re: CLASPATH Order

2001-03-16 Thread Arnaud Vandyck
Denny Chambers wrote: Does anyone know if there is an option in Tomcat that would allow me to specify if I want my projects classpath (/WEB-INF/lib;/WEB-INF/classes) loaded before Tomcat's classpath? Change the $TOMCAT_HOME/bin/tomcat.sh script... or I did not understand the question... --

Re: CLASPATH Order

2001-03-16 Thread Denny Chambers
I don't want to hard code classpaths in my tomcat.sh. It would be nice if I could specify this option as part of my web.xml file or atlease part of the context for my app. When I WAR up the application and deploy it I don't want the client recieving it to have to hack up his/her configuration

Re: CLASPATH Order

2001-03-16 Thread Arnaud Vandyck
Denny Chambers wrote: I don't want to hard code classpaths in my tomcat.sh. It would be nice if I could specify this option as part of my web.xml file or atlease part of the context for my app. When I WAR up the application and deploy it I don't want the client recieving it to have to hack

RE: CLASPATH Order

2001-03-16 Thread Ignacio J. Ortega
his own XML parser.. Saludos , Ignacio J. Ortega -Mensaje original- De: dchambers [mailto:dchambers]En nombre de Denny Chambers Enviado el: viernes 16 de marzo de 2001 17:44 Para: [EMAIL PROTECTED] Asunto: Re: CLASPATH Order I don't want to hard code classpaths in my tomcat.sh