Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 55384 invoked from network); 10 May 2002 23:42:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 May 2002 23:42:02 -0000 Received: (qmail 4312 invoked by uid 97); 10 May 2002 23:41:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4271 invoked by uid 97); 10 May 2002 23:41:44 -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 4258 invoked by uid 98); 10 May 2002 23:41:44 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Fri, 10 May 2002 16:41:33 -0700 (PDT) From: "Craig R. McClanahan" To: Tomcat Users List Subject: Re: Where does manager put webapp deployment information? In-Reply-To: <02fb01c1f84e$0cdecc70$3e2910ac@xjgu> Message-ID: <20020510163820.F56198-100000@icarus.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 10 May 2002, Xinji Gu wrote: > Date: Fri, 10 May 2002 14:11:04 -0400 > From: Xinji Gu > Reply-To: Tomcat Users List > To: tomcat-user@jakarta.apache.org > Subject: Where does manager put webapp deployment information? > > hi, I am using Tomcat4.1 integrated in SUN's JWSDP. I used Tomcat > manager to deploy my application (a simple jsp war file), and it ran > very well. What confused me is I could not find where did Tomcat manager > put the deploy information. > If you use Manager's "/install" command, the webapp is not copied -- it is run directly from the WAR file or directory that you specified as the "war" parameter value. (This works because the "docBase" property can contain an absolute pathname, not just a relative one.) If you use Manager's "/deploy" command (added more recently), the WAR is uploaded into the Manager webapp's temporary working directory (somewhere under $CATALINA_HOME/temp). > The war file is not under \webapps, and I didn't find any .xml file > contain my app information. How does Tomcat know where to find my app > when request comes? > > I don't know if I expressed myself clearly ... I just want to know where > does Tomcat store information about all the deployed applications. > > Thanks a lot > > Jim Gu > > Craig -- To unsubscribe, e-mail: For additional commands, e-mail: