Re: Doubt about multiple applications

2002-10-02 Thread David Mossakowski
There is no reason for this to be the case. You must be doing something else wrong. There is nothing stopping you from copying application webapps/A into a directory called webapps/Aprime and still have this application working (this requires using links in JSPs that dont hardcode A as in

RE: Doubt about multiple applications

2002-10-02 Thread Cox, Charlie
what error are you getting? did you look in the error logs? Charlie -Original Message- From: David Mossakowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:02 PM To: Tomcat Users List Subject: Re: Doubt about multiple applications There is no reason

RE: Doubt about multiple applications

2002-10-02 Thread Ricardo de Souza Moura
applications Date: Wed, 2 Oct 2002 13:31:57 -0400 what error are you getting? did you look in the error logs? Charlie -Original Message- From: David Mossakowski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 4:02 PM To: Tomcat Users List Subject: Re: Doubt about multiple

RE: Doubt about multiple applications

2002-10-02 Thread Cox, Charlie
-Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: RE: Doubt about multiple applications I think that the Tomcat isn't load my jar file to the classpath... tomcat doesn't use

Doubt about multiple applications

2002-10-01 Thread Ricardo de Souza Moura
I am using Tomcat 4.0... I have two applications, A and B in the lib directory of A I have a file1.jar, and in the lib directory of B I have the same file, file1.jar. I am not wanting to put my file file1.jar in the lib directory of Tomcat. But when the Tomcat load the applications, only one