Why has Tomcat Undeployed my Applications?

2006-06-20 Thread Peter Stavrinides
Hi

I am running Tomcat 5.5 and Tapestry on windows. I store my eclipse workspaces 
and the application files on another server (Linux). I deploy my xml 
configuration files in:
C:\Tomcat\conf\Catalina\localhost

When the Linux server was rebooted, Tomcat subsequently undeployed all my 
applications, is there a reason for this? I am a bit lost, and no expert using 
Tomcat.does Tomcat backup the files anywhere? They are no longer in the 
directory.

Any help would be much appreciated!

Thanks
Peter

 

Re: Why has Tomcat Undeployed my Applications?

2006-06-20 Thread Antonio Petrelli

Peter Stavrinides ha scritto:

I deploy my xml configuration files in:
C:\Tomcat\conf\Catalina\localhost
 


Why here? Your context information should be put either in the 
server.xml file or in webapp-root/META-INF/context.xml

The directory that you used is temporary, AFAIK.
HTH
Antonio

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



Re: Why has Tomcat Undeployed my Applications?

2006-06-20 Thread Hassan Schroeder

On 6/20/06, Antonio Petrelli [EMAIL PROTECTED] wrote:


Why here? Your context information should be put either in the
server.xml file or in webapp-root/META-INF/context.xml
The directory that you used is temporary, AFAIK.


Utterly wrong; please read the doc --
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

--
Hassan Schroeder  [EMAIL PROTECTED]

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



RE: Why has Tomcat Undeployed my Applications?

2006-06-20 Thread Peter Stavrinides
Hi Antonio

Thanks very much for your help what you have said makes perfect sense. I will 
try it!

Thanks
Peter

-Original Message-
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: 20 June 2006 16:11
To: Tomcat Users List
Subject: Re: Why has Tomcat Undeployed my Applications?

Peter Stavrinides ha scritto:
 I deploy my xml configuration files in:
 C:\Tomcat\conf\Catalina\localhost


Why here? Your context information should be put either in the
server.xml file or in webapp-root/META-INF/context.xml
The directory that you used is temporary, AFAIK.
HTH
Antonio

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






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