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
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 t
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 tas
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
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 th