Bai Shen wrote:
> I have an applet that I'm hosting on Tomcat.  When I try to access the file
> system, I end up on the users file system, not the servers.  Is there a way
> to connect to the servers file system?

Applets run on the client so the only option you have for accessing remote
(ie server) content is if the server makes it available, eg via HTTP.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to