Re: Deploying on a Remote Tomcat Servers

2008-01-10 Thread Richard Reyes
Thanks. david delbecq wrote: There are several way to automate it. One is to install on that remote tomcat, the tomcat manager webapp, which let you deploy war. There is also a ant task that can be used with it to submit the compiled war file to that manager. Another is to install

Enhancing Tomcat Speed

2007-12-22 Thread Richard Reyes
Hi All, Please send suggestions on how to improve the tomcat performance. Thanks in advance. Richard - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Enhancing Tomcat Speed

2007-12-22 Thread Richard Reyes
the chance to try the heap size and class reloading thing, but would still like to learn on other might be areas of improvements. Richard Andrew Miehs wrote: On 22/12/2007, at 3:45 PM, Pid wrote: Richard Reyes wrote: Hi All, Please send suggestions on how to improve the tomcat performance

Re: AW: Enhancing Tomcat Speed

2007-12-22 Thread Richard Reyes
. Deployment? Startup? Page Response Time? Page Throughput? Memory Footprint? Regards Alan Chaney Schadler Johann wrote: Richard Reyes wrote: I have not had the chance to try the heap size and class reloading thing, but would still like to learn on other might be areas of improvements

Re: Project Deployment Questions

2007-12-18 Thread Richard Reyes
Thanks! Len Popp wrote: On Dec 17, 2007 2:52 PM, Richard Reyes [EMAIL PROTECTED] wrote: Hi Len, Please see inline... Len Popp wrote: There are a couple of ways to handle this. 1. Replicate the uploaded images to all the Tomcat servers. This isn't hard if the image directories can

Re: Project Deployment Questions

2007-12-17 Thread Richard Reyes
Hi Len, Please see inline... Len Popp wrote: There are a couple of ways to handle this. 1. Replicate the uploaded images to all the Tomcat servers. This isn't hard if the image directories can be shared on the server LAN. Not much more complicated than what you're doing now. Like a cron