Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 41433 invoked from network); 19 Jun 2000 00:53:45 -0000 Received: from unknown (HELO mail01.cardsetc.com.au) (203.42.157.130) by locus.apache.org with SMTP; 19 Jun 2000 00:53:45 -0000 Subject: Re: Using Xalan 1.0.1 with Tomcat 3.1 - Classloader problems? To: tomcat-user@jakarta.apache.org Bcc: X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: JamesW@cardsetc.com Date: Mon, 19 Jun 2000 10:54:52 +1000 X-MIMETrack: Serialize by Router on CardsDomino2/CardsEtc/AU(Release 5.0.3 (Intl)|21 March 2000) at 19/06/2000 10:54:53 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > Nah ... just needing someone good at batch scripts to show us how it should > be done. Okay, now I am really confused... Shouldn't the behaviour be; 1. Tomcat starts up. 2. Tomcat explodes an WAR files found in the $TOMCAT_HOME/webapps directory. 3. For each web application (ie apps in the $TOMCAT_HOME/webapps directory + those explicitly named in server.xml) 3a. Add each JAR in the $WEB_APP/WEB-INF/libs directory to the CLASSPATH. 3b. Add the $WEB_APP/WEB-INF/classes directory to the CLASSPATH.