On Fri, 10 May 2002, Xinji Gu wrote:

> Date: Fri, 10 May 2002 14:11:04 -0400
> From: Xinji Gu <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to