Applet and RMI access on file server
Hi,
this architecture is given:
Client-Web Server/RMI ServerDatabase Server
............................................................|__File Server
The Client shows images and requests the path of the image, which is stored in the database. The files for all images are stored on the file server. RMI Server has access to the database and the file server. What is the best way to deliver the files to the client? Should i copy them from the file server to a temporary directory on the Web Server and send this new path to the client?
Thanks,
Robert
Message was edited by:
rrw05

