You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Leonardo Djekki <ld...@iname.com> on 2001/10/28 02:40:07 UTC

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

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



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Tomcat Manager question

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Sat, 27 Oct 2001, Leonardo Djekki wrote:

> Date: Sat, 27 Oct 2001 20:40:07 -0400
> From: Leonardo Djekki <ld...@iname.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>,
>      ldjekkir@iname.com
> To: tomcat-user@jakarta.apache.org
> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>