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 will be on a different box than the once on server1. We have a different webapp which access these files(since some files are on server1 and server2 it is impossible to keep track) so we wanted to have a central server and have all files from both the servers uploaded to that server.
On Fri, 2005-06-17 at 02:35, Nikola Milutinovic wrote: > 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 where the tomcat > >is running. > > > >Any suggestions are appreciated. Can you please point me to some > >examples. > > > > > > Hi Anna. > > You didn't say if you wanted to change anything besides the final file > location, so I'll assume you don't want to change it. Well, it is just a > question of how can your Tomcat server reach that new destination. It > would be best if it could be done seamlessly, like through a mounted > file system. Again, you didn't provide us with details, which OS is > running on both of those machines. > > Anyway, you can use combinations of NFS mounts and SMB mounts, where > servers can run Linux or Windows. > > Nix. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
