Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 390 invoked from network); 3 Dec 2001 20:44:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2001 20:44:51 -0000 Received: (qmail 26844 invoked by uid 97); 3 Dec 2001 20:44:19 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 26785 invoked by uid 97); 3 Dec 2001 20:44:19 -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 26681 invoked from network); 3 Dec 2001 20:44:18 -0000 Message-ID: <20011203204417.24434.qmail@web11508.mail.yahoo.com> Date: Mon, 3 Dec 2001 12:44:17 -0800 (PST) From: August Detlefsen Reply-To: augustd@codemagi.com Subject: Re: Webapp configuration To: Tomcat Users List In-Reply-To: <3.0.6.32.20011130164435.007db380@graffitiworkz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Manual. I copied the .war file into the webapps folder, added entries to server.xml, httpd.conf and restarted. There is an installer?! --- Brian Baxter wrote: > >Also, I had to update the tomcat startup script to include the > >classpath of the webapps. I thought this was done automatically.. > This > >is the code I added to tomcat.sh to set the classpaths, maybe it > will > >be useful to someone: > > > ># Set classpath for webapps > ># add this after the section: > ># 'Backdoor classpath setting for development purposes' > ># and before: > ># export CLASSPATH > >for app in ${TOMCAT_HOME}/webapps/* ; do > > if [ -d ${app}/WEB-INF/lib/ ]; then > > for i in ${app}/WEB-INF/lib/* ; do > > if [ "$CLASSPATH" != "" ]; then > > CLASSPATH=${CLASSPATH}:$i > > else > > CLASSPATH=$i > > fi > > done > > fi > >done > > > Did you install this using the SC JDK, or was it a manual install of > the > component applications? > > > ~Brian > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- To unsubscribe: For additional commands: Troubles with the list: