You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ben Stover <bx...@yahoo.co.uk> on 2008/04/12 16:41:45 UTC

Can I move the TomCat installation to another directory ?

I installed TomCat (under WinXP) to

D:\server\java\TomCat\

Can I just move the whole directory tree to another location e.g.

D:\TomCat

Or is the absolute path of the base directory entered somewhere in TomCats config files
during the initial TomCat installation?

In this case an existing TomCat installation would obviously be immovable

Ben




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Can I move the TomCat installation to another directory ?

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Ben Stover [mailto:bxstover@yahoo.co.uk] 
> Subject: Can I move the TomCat installation to another directory ?
> 
> Can I just move the whole directory tree to another location e.g.
> D:\TomCat

Yes, that works fine, as long as you spell it correctly (Tomcat, not
TomCat).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Can I move the TomCat installation to another directory ?

Posted by Fred K <fr...@gmail.com>.
Hi,

In most case yes. Double check your startup script (or windows
service).   By default most of the tomcat configurations are relative
to ${catalina.base} which by default is ${catalina.home} which is the
installation directory.  The web apps are relative to the directory
webapps, if the web applications were not in webapps then you need to
check their context e.g. myapps.xml files.

Rgds - Fred

On Sat, Apr 12, 2008 at 10:41 AM, Ben Stover <bx...@yahoo.co.uk> wrote:
> I installed TomCat (under WinXP) to
>
> D:\server\java\TomCat\
>
> Can I just move the whole directory tree to another location e.g.
>
> D:\TomCat
>
> Or is the absolute path of the base directory entered somewhere in TomCats config files
> during the initial TomCat installation?
>
> In this case an existing TomCat installation would obviously be immovable
>
> Ben
>
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org