Hot deployment - Your experience

2005-06-13 Thread Bernhard Slominski
Hi all, I'm working on a backoffice admin application on Tomcat (5.5.7, Sun Solaris 9). I try to do hot deployment via a war file, but it doesn't work at all for me. What I do is just to copy the war file across. The problems I got (happens randomly): - application including war file disappears

Re: Hot deployment - Your experience

2005-06-13 Thread Dirk Weigenand
Hi, --- Ursprüngliche Nachricht --- Von: Bernhard Slominski [EMAIL PROTECTED] An: 'Tomcat Users List' tomcat-user@jakarta.apache.org Betreff: Hot deployment - Your experience Datum: Mon, 13 Jun 2005 14:27:45 +0200 Hi all, I'm working on a backoffice admin application on Tomcat (5.5.7

AW: Hot deployment - Your experience

2005-06-13 Thread Bernhard Slominski
An: Tomcat Users List Betreff: Re: Hot deployment - Your experience Hi, --- Ursprüngliche Nachricht --- Von: Bernhard Slominski [EMAIL PROTECTED] An: 'Tomcat Users List' tomcat-user@jakarta.apache.org Betreff: Hot deployment - Your experience Datum: Mon, 13 Jun 2005 14:27:45 +0200

Hot Deployment

2003-12-04 Thread Sleeper, Jesse
Hello, I have never seen a webapp update properly when redeploying using Ant on a Win2k server. Steps: Undeploy app Deploy app Result: Does not update with changes. (old app is cached in work directory) Steps: Undeploy app Remove app folder from work directory Deploy

Is hot deployment really possible with tomcat?

2003-06-30 Thread Jon Haugsand
Hello, I have now tried in a week to get hot deployment to work with tomcat. I cannot get it work at all. I run jakarta-tomcat-4.1.24 on a Linux. I have one war file, tilgang.war. If I drop this in webapps, it get deployed during startup. However, if I drop this into webapps when tomcat

RE: Is hot deployment really possible with tomcat?

2003-06-30 Thread Shapira, Yoav
Howdy, Hot Deployment works perfectly for me in tomcat-standalone. I use tomcat 4.1.24. I don't have a Context element for my app in server.xml, nor in the .war file. I have the Host set to autoDeploy=true and unpackWARs=false. Yoav Shapira Millennium ChemInformatics -Original Message

Re: question about hot deployment and manager app....

2002-06-25 Thread Jacob Kjome
Milt, You can set up a static mod_jk.conf file for Apache to load that includes references to contexts that you may not have installed yet, but you plan on installing. Then, once it is actually installed in Tomcat, the redirector will get the request to Tomcat just fine. Just plan a bit in

Re: question about hot deployment and manager app....

2002-06-25 Thread Milt Epstein
On Tue, 25 Jun 2002, Jacob Kjome wrote: Milt, You can set up a static mod_jk.conf file for Apache to load that includes references to contexts that you may not have installed yet, but you plan on installing. Then, once it is actually installed in Tomcat, the redirector will get the

question about hot deployment and manager app....

2002-06-24 Thread Jacob Kjome
Hi, I've been using the ant tasks for the manager app and they are really slick. Makes testing much easier. However, how does one dynamically install an application when one has to specify context stuff in the server.xml or in a standalone [myapp].xml (using Tomcat 4.1.3)? I'd like to run my

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Jacob Kjome wrote: Date: Mon, 24 Jun 2002 18:30:02 -0500 From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: question about hot deployment and manager

Re: question about hot deployment and manager app....

2002-06-24 Thread Milt Epstein
] Subject: question about hot deployment and manager app I've been using the ant tasks for the manager app and they are really slick. Makes testing much easier. However, how does one dynamically install an application when one has to specify context stuff in the server.xml

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Milt Epstein wrote: Date: Mon, 24 Jun 2002 21:41:17 -0500 (CDT) From: Milt Epstein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Jacob Kjome [EMAIL PROTECTED] Subject: Re: question about hot deployment

Re: question about hot deployment and manager app....

2002-06-24 Thread Milt Epstein
On Mon, 24 Jun 2002, Craig R. McClanahan wrote: On Mon, 24 Jun 2002, Milt Epstein wrote: [ ... ] Thanks for the info. Also, is this something that only applies to Tomcat standalone, or will it work when Tomcat is integrated with Apache? If so, how does it take care of the neccesary

Re: question about hot deployment and manager app....

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Milt Epstein wrote: Date: Mon, 24 Jun 2002 22:21:28 -0500 (CDT) From: Milt Epstein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: question about hot deployment and manager app On Mon, 24 Jun

HELP: class reloading or hot deployment with tomcat / Catalina ?????

2002-02-13 Thread tamir
to perfrom hot deployment for a jar file, which sits outside the web-inf/lib (or class outside web-inf/classes). I'd like this jar to be auto-reloaded, without my project to be reloaded. When I put this jar inside web-inf/lib it reloads the whole server and the session is lost. It causes many troubles