On Sat, 27 Oct 2001, Leonardo Djekki wrote:

> Date: Sat, 27 Oct 2001 20:40:07 -0400
> From: Leonardo Djekki <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Tomcat Manager question
>
> I am running Tomcat 4.0.1, and using  the Tomcat "Manager" app to deploy
> my new
> web application.
>
> It is working fine (I am able to call all the servlet on the new web
> application),
> but  I would like to know  why my new web application get installed on:
>
> $CATALINA_HOME\work\localhost\Vermont
>

This is the "temporary work file" directory that gets created for your
webapp, just like it does for every webapp.  Because you pointed at a
directory with an absolute path, your actual webapp is still in the
c:\Vermont directory, but accessible via paths like:

  http://localhost:8080/Vermont

> and is not installed on :
>
> $CATALINA_HOME\webapp\Vermont   ??
>
>
> I am using the command :
>
> http://localhost:8080/manager/install?path=/Vermont&war=file:c:/Vermont
>
> I get back the message
>
> OK - Installed application at context path /Vermont
>
> Thank in advance:
>
> I am using Windows 95 (just in case: I did not say I like Window 9x, is
> just the one I am using :-).
>
> The structure of Vermont is:
> images
> jsp
> servlets
> Web-inf
>
> Thank in advance.
>
> Leonardo Djekki
>
>

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to