From leonp@zedak.com Mon Oct 16 13:24:54 2000 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 63337 invoked from network); 16 Oct 2000 13:24:54 -0000 Received: from gatekeeper.zedak.com (HELO postal.zedak.com) (209.117.119.199) by locus.apache.org with SMTP; 16 Oct 2000 13:24:54 -0000 Received: from rilecon (gatekeeper.zedak.com [172.16.0.1]) by postal.zedak.com (Switch-2.0.0/Switch-2.0.0) with SMTP id e9GDIet24785 for ; Mon, 16 Oct 2000 09:18:40 -0400 Message-ID: <00a301c03775$4a325dd0$8928a8c0@zedak.com> From: "Leon Palermo" To: Subject: WAR files Date: Mon, 16 Oct 2000 09:30:46 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00A0_01C03753.C31AA350" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_00A0_01C03753.C31AA350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello all, I have an application whose document root is not relative to tomcat. I = put a context entry into the server.xml file: I placed my myapp.war file in the "C:/Program Files/Apache = Group/apache/htdocs" directory and deleted the "C:/Program Files/Apache = Group/apache/htdocs/myapp directory". When I restart tomcat nothing = happens. When I move the myapp.war file to the "tomcat/webapps" = directory the war file is unpacked. How do I get tomcat to recognize = that the warfile should be unpacked where the context is? Thanks in = advance! Leon ------=_NextPart_000_00A0_01C03753.C31AA350 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello all,
 
I have an application whose document = root is not=20 relative to tomcat.  I put a context entry into the server.xml=20 file:
 
<Context path=3D"/myapp"
 docBase=3D"C:/Program = Files/Apache=20 Group/apache/htdocs/myapp"
 debug=3D"0" =
 reloadable=3D"true"=20 >
</Context>
 
I placed my myapp.war file in the "C:/Program Files/Apache=20 Group/apache/htdocs" directory and deleted the "C:/Program Files/Apache=20 Group/apache/htdocs/myapp directory".  When I restart tomcat = nothing=20 happens.  When I move the myapp.war file to the "tomcat/webapps" = directory=20 the war file is unpacked.  How do I get tomcat to recognize that = the=20 warfile should be unpacked where the context is?  Thanks in = advance!
 
Leon
------=_NextPart_000_00A0_01C03753.C31AA350--