AW: How to avoide delete context.xml - 6.0.14

2007-08-09 Thread hans.mader
rsprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 08. August 2007 16:49 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Hassan, > > I did exactly that w

Re: How to avoide delete context.xml - 6.0.14

2007-08-08 Thread Hassan Schroeder
On 8/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Hassan, > > I did exactly that way you described to me, > but the 2nd deployment still dosn't work properly. You might want to create a very simple WAR file and see if it behaves the same way... > The only way that works (not always) is

AW: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread hans.mader
FEIN: == -Ursprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 07. August 2007 21:36 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > you mean m

Re: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread Hassan Schroeder
On 8/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > you mean my /webbappname/META-INF/context.xml > > shuould look like: > > Yep. Given the odd log entries, if it were me I'd do a clean install of Tomcat, and then drop your WAR in with proper META-INF/context.xml and see what happens. Ther

AW: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread hans.mader
rting the server again and again. Regards, hans -Ursprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 07. August 2007 16:59 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/6/07, [EMAIL PROTECTED] <[EMAIL P

Re: How to avoide delete context.xml - 6.0.14

2007-08-07 Thread Hassan Schroeder
On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am wondering about the > < > Missing application web.xml, ... > I played with the context's docBase attribute, but with no success. > (this context.xml placed in META-INF contains no docBase) It shouldn't, nor should you have the path a

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
onfig start FEIN: == -Ursprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Montag, 06. August 2007 15:57 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The fir

Re: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread Hassan Schroeder
On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The first time of deployment, it works fine (ant based file copy to webapps)! > > The second time the server seems to deploy but the context isn't to be > started again... Because? What's in your logs? -- Hassan Schroeder --

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
e context isn't to be started again... Hans. -Ursprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 03. August 2007 18:20 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/3/07, Mark H. Wood <[EMAIL PROTECTED]

AW: How to avoide delete context.xml - 6.0.14

2007-08-06 Thread hans.mader
to be started again... Hans. -Ursprüngliche Nachricht- Von: Hassan Schroeder [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 03. August 2007 18:20 An: Tomcat Users List Betreff: Re: How to avoide delete context.xml - 6.0.14 On 8/3/07, Mark H. Wood <[EMAIL PROTECTED]> wrote: > &g

Re: How to avoide delete context.xml - 6.0.14

2007-08-03 Thread Hassan Schroeder
On 8/3/07, Mark H. Wood <[EMAIL PROTECTED]> wrote: > > After the copy, the previous installed > > /conf/Catalina/localhost/myapp.xml will be deleted by the server > > automatically. You won't have this problem if you use META-INF/context.xml for your context descriptor. -- Hassan Schroeder

Re: How to avoide delete context.xml - 6.0.14

2007-08-03 Thread Mark H. Wood
On Fri, Aug 03, 2007 at 02:05:07PM +0200, [EMAIL PROTECTED] wrote: > I'm using /conf/Catalina/localhost/myapp.xml context configuration. > My deployment works as ant-copy directly to the /webapps directory. > > After the copy, the previous installed > /conf/Catalina/localhost/myapp.xml will be del

How to avoide delete context.xml - 6.0.14

2007-08-03 Thread hans.mader
Hi all, I'm using /conf/Catalina/localhost/myapp.xml context configuration. My deployment works as ant-copy directly to the /webapps directory. After the copy, the previous installed /conf/Catalina/localhost/myapp.xml will be deleted by the server automatically. So I have to provide the file ag