automatic deployment using ant

2004-11-11 Thread Nandish Rudra
Hello, I am trying to do an auto deploy using ant script on tomcat 5.028 (Redhat 9). The war is about 60mb in size and tomcat is runnig with the following java_opts JAVA_OPTS='-Xmn32M -Xmx256M -XX:MaxHeapFreeRatio=30 -XX:+UseParallelGC'. Every time I try to deploy the war I get the following

Deployment through Ant causes loss of session-control

2004-02-09 Thread Morten S. Mortensen
When I deploy a WAR-file through Ant, I lose cookie-session-control in IE and Mozilla, but not Opera!!! I have looked at a lot of stuff and finally come to the conclusion, that if I deploy the exact same file with the tomcat-manager interface at e.g. http://localhost:8080//manager/html/,

RE: Deployment through Ant causes loss of session-control

2004-02-09 Thread Morten S. Mortensen
By the way - the effect is identical with both TC 4.1.29 and 5.0.18. Regards, Morten Sabroe Mortensen -Original Message- From: Morten S. Mortensen Sent: 9. februar 2004 13:06 To: [EMAIL PROTECTED] Subject: Deployment through Ant causes loss of session-control When I deploy a WAR

Re: deployment with ant

2003-02-20 Thread Rasputin
* Paul Yunusov [EMAIL PROTECTED] [0229 20:29]: On Wednesday 19 February 2003 09:14 am, Rasputin wrote: Does the install ant task from 'catalina-ant.jar' work for anyone? When I try to use it works fine until I restart the server - it seems like the install task uses a HTTP PUT to put the

deployment with ant

2003-02-19 Thread Rasputin
Does the install ant task from 'catalina-ant.jar' work for anyone? When I try to use it works fine until I restart the server - it seems like the install task uses a HTTP PUT to put the warfile under work/ then catalina edits its own server.xml so the new context will survive a reboot. This is

Re: deployment with ant

2003-02-19 Thread Jacob Kjome
First, install does not use HTTP PUT. You are using deploy which does use it. Second, this has always worked for me. Are you sure it is the server.xml that is the invalid xml? What about the web.xml in your context? I'm not saying that there couldn't be a bug in Digester where it write

Re: deployment with ant

2003-02-19 Thread Rasputin
* Jacob Kjome [EMAIL PROTECTED] [0233 14:33]: First, install does not use HTTP PUT. You are using deploy which does use it. Sorry, yes you're right. Second, this has always worked for me. Are you sure it is the server.xml that is the invalid xml? What about the web.xml in your

Re: deployment with ant

2003-02-19 Thread Paul Yunusov
On Wednesday 19 February 2003 09:14 am, Rasputin wrote: Does the install ant task from 'catalina-ant.jar' work for anyone? When I try to use it works fine until I restart the server - it seems like the install task uses a HTTP PUT to put the warfile under work/ then catalina edits its own