Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 75045 invoked from network); 25 Feb 2002 17:08:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Feb 2002 17:08:27 -0000 Received: (qmail 26813 invoked by uid 97); 25 Feb 2002 17:08:03 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 26791 invoked by uid 97); 25 Feb 2002 17:08:03 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 26780 invoked from network); 25 Feb 2002 17:08:02 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-2467c081-1e82-4df4-9417-57b92f1e7242" Subject: RE: Classpath Issue X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Mon, 25 Feb 2002 17:07:12 -0000 Message-ID: <9C9BBF943A786F46BD736E84FA346E0818523C@ln-mail.spirit-soft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Classpath Issue Thread-Index: AcG+HqHXwjVDzJxLQ3OHFAPV909IfAAABgzg From: "Paul Brown" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-2467c081-1e82-4df4-9417-57b92f1e7242 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If you put everything (ie. all your Servlet's dependencies)) into the WAR, ClassLoading problems seem to go away. Does anyone know if the same holds true for App Servers (specifically JBoss)? thanks -----Original Message----- From: rsequeira@transentric.com [mailto:rsequeira@transentric.com] Sent: Monday, February 25, 2002 5:03 PM To: Tomcat Users List Subject: Re: Classpath Issue Tomcat takes care of this for you so that you don't have to mess around with classpath issues. Put your unpacked classes in the WEB-INF/classes directory of you webapplication. jar files go under the WEB-INF/lib. And you are good to go. If you wish to make your classes visible to all applications then place your unpacked classes under then /common/classes. And the packed jar files under /common/lib And if you still wish to add classes to the classpath then check out catalina.bat (or tomcat.bat). But be warned this may give rise to problems with classloading in the future :-) RS "Rui Oliveira" on 02/25/2002 10:51:46 AM Please respond to "Tomcat Users List" To: "Tomcat Users List" cc: Subject: Classpath Issue Hello, sorry for the newbie question... Can someone please tell me how to configure the classpath for a specific application only, instead of defining it for all the tomcat applications? Thanks in advance Rui Oliveira -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: ------=_NextPartTM-000-2467c081-1e82-4df4-9417-57b92f1e7242 Content-Type: text/plain; name="InterScan_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="InterScan_Disclaimer.txt" This message contains confidential information and is intended only for the named individual and may not be disseminated without prior permission. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this message in error and delete this e-message from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, delayed in transmission, incomplete, or may contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this Message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any software or services. ------=_NextPartTM-000-2467c081-1e82-4df4-9417-57b92f1e7242 Content-Type: text/plain; charset=us-ascii -- To unsubscribe: For additional commands: Troubles with the list: ------=_NextPartTM-000-2467c081-1e82-4df4-9417-57b92f1e7242--