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 Len Popp
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. 2. All Tomcats save the uploaded images in a single location that

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

Re: Project Deployment Questions

2007-12-17 Thread Len Popp
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 be shared on the server LAN.

Project Deployment Questions

2007-12-16 Thread Richard G. Reyes
Hi All, We have created this web application where users can upload images and display it selectively on the other parts of the system. For performance reasons we have saved the said images into the filesystem ( e. g. $CATALINA_HOME/webapps/ROOT/images/uploadedimages/bird01.jpg). At this point