what's your best way to redeploy webapp with least amount of downtime?

2008-03-28 Thread Zemian Deng
those users who are happens on the instances I shut down, they lost the session at best, and lost a form submission while middle of request at worst. Can you share your story of how you solve your redeployment problem to keep max availability of your webapp? Thanks, Zemian Deng

tomcat6 vs tomcat5 peformance

2008-03-28 Thread Zemian Deng
tomcat5 on this static page? -- Thanks, Zemian Deng

Re: what's your best way to redeploy webapp with least amount of downtime?

2008-03-28 Thread Zemian Deng
anks for sharing. -Z On Fri, Mar 28, 2008 at 9:53 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Zemian Deng wrote: > > Can you share your story of how you solve your redeployment problem to > keep > > max availability of your webapp? > > 1. Write stateless apps and whe

link to Tomcat6 bug list

2008-05-13 Thread Zemian Deng
Hi, The bug report interface here: https://issues.apache.org/bugzilla/query.cgi?product=Tomcat%206 will only display a specific word search. Is there a canned report URL for showing all open issues for Tomcat6? -- Thanks, Zemian Deng

Setting CATALINA_BASE failed with tomcat-6.0.18

2008-08-05 Thread Zemian Deng
Hello list, When I try the following it works with tomcat-6.0.14, but failed on tomcat-6.0.18 $ mkdir -p /tmp/mybase/conf $ cp /opt/apache-tomcat-6.0.18/conf/server.xml /tmp/mybase/conf $ export CATALINA_BASE=/tmp/mybase $ /opt/apache-tomcat-6.0.18/bin/catalina.sh run Using CATALINA_BASE: /tmp/

Re: Setting CATALINA_BASE failed with tomcat-6.0.18

2008-08-06 Thread Zemian Deng
ke it can't even start the server, I doubt more info from log. But I will check later. -Z On 8/6/08, Mark Thomas <[EMAIL PROTECTED]> wrote: > Zemian Deng wrote: >> Hello list, >> >> When I try the following it works with tomcat-6.0.14, but failed on >> tomc

Re: Setting CATALINA_BASE failed with tomcat-6.0.18

2008-08-06 Thread Zemian Deng
Hum... so it is a confirmed bug then. I don't see a ticket open on those threads. Should I create one? On Wed, Aug 6, 2008 at 11:14 AM, Rainer Jung <[EMAIL PROTECTED]>wrote: > See also > > http://marc.info/?t=12180313421&r=1&w=2 > > Regards, > > Rain

Re: Setting CATALINA_BASE failed with tomcat-6.0.18

2008-08-06 Thread Zemian Deng
gt; CATALINA_HOME/conf/logging.properties missing in your setup and does the > suggested workaround to catalina.sh solve the problem for you? > > Regards, > > Rainer > > Zemian Deng schrieb: > > Hum... so it is a confirmed bug then. I don't see a ticket open on those &

starting tomcat at system boot

2008-08-19 Thread Zemian Deng
Hello list, When setting up tomcat during boot startup on a linux/unix, is there more advantage using jsrv that comes with Tomcat as describe here: http://tomcat.apache.org/tomcat-6.0-doc/setup.html VS Just a plain shell script that calls catalina.sh ? -- Sweet - a Scala web framework: http://

Re: starting tomcat at system boot

2008-08-20 Thread Zemian Deng
On Tue, Aug 19, 2008 at 10:33 PM, Bill Barker <[EMAIL PROTECTED]> wrote: > > "Markus Schönhaber" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Zemian Deng wrote: > > > >> When setting up tomcat during boot startup on a linux/