filetransfere
Günter Kukies <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <09f701c2cc6b$391f8850$1a0011ac@TFEW02> |
Hallo, i want to transfer a file from a servlet1 on tomcat-server-machine1 to a servlet2 on tomcat-machine2. The client is sending the file via form based file upload to servlet1. Servlet2 should save that file into its dokumentbase. Sending aund saving a file is no problem, but transfering a file betwen servlets on diferent machines is my problem. thanks for any help and ideas Günter