Re: Accessing server directory from applet

2008-09-26 Thread Bai Shen
This is an existing applet, so I'm stuck with it until I rewrite the whole thing. No security problems. Not sure why. And unfortunately there's not automatic pull for anything other than images or music. After I posted, I figured out about the pulling it from the server. I was jus' wondering i

RE: Accessing server directory from applet

2008-09-26 Thread Martin Gainty
n this transmission. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Accessing server directory from applet > Date: Fri, 26 Sep 2008 23:17:40 +0200 > > > - Original Message - > From: "Bai Shen" <[EMAIL PROTECTED]> > To: "Tomc

Re: Accessing server directory from applet

2008-09-26 Thread Johnny Kewl
- Original Message - From: "Bai Shen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, September 26, 2008 10:30 PM Subject: Accessing server directory from applet 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

Re: Accessing server directory from applet

2008-09-26 Thread Mark Thomas
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