Quantcast

Can I move the TomCat installation to another directory ?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Can I move the TomCat installation to another directory ?

BenXS
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: [hidden email]
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

Caldarale, Charles R
> From: Ben Stover [mailto:[hidden email]]
> 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: [hidden email]
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

fredk2
In reply to this post by BenXS
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 <[hidden email]> 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: [hidden email]
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: [hidden email]
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Loading...