Re: Uploading files to another server

2005-06-17 Thread Anna Bikkina
sorry for the incomplete information. We are using solaris OS. The reason we want to have the files uploaded to a different box is because the server is sometimes maxxed up on connections and so we wanted to have a fail over server. If server1 fails over to server2 all files uploaded on server2 wil

Re: Uploading files to another server

2005-06-17 Thread Nikola Milutinovic
Anna Bikkina wrote: Hi, We have an application which uploads files to a machine where tomcat is running. Now we want to change it to upload files to a central server in the network. We were using multipart request to upload the files till now. How can we upload files to a different server than

Re: Uploading files to another server

2005-06-16 Thread Gurumoorthy
Create a share on the Central Server and map the share onto each machine tomcat is running with the same path and then upload the docs. - Original Message - From: "Anna Bikkina" <[EMAIL PROTECTED]> To: Sent: Thursday, June 16, 2005 7:12 PM Subject: Uploading files t

Uploading files to another server

2005-06-16 Thread Anna Bikkina
Hi, We have an application which uploads files to a machine where tomcat is running. Now we want to change it to upload files to a central server in the network. We were using multipart request to upload the files till now. How can we upload files to a different server than where the tomcat is run