Re: List remote files in Servlet

2008-08-06 Thread André Warnier
Nathan Thatcher wrote: Turns out that was the issue. I set tomcat to run as a local user and now it works. Thanks for the help. Tomcat is running on a windows machine under the SYSTEM account so I assume that it has the permissions. Is there a way to check if this is the problem? Under Windo

Re: List remote files in Servlet

2008-08-05 Thread Nathan Thatcher
Turns out that was the issue. I set tomcat to run as a local user and now it works. Thanks for the help. On Tue, Aug 5, 2008 at 4:15 PM, Nathan Thatcher <[EMAIL PROTECTED]> wrote: > On Tue, Aug 5, 2008 at 3:53 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: >> Date sent: Tue, 05 Aug 2008

Re: List remote files in Servlet

2008-08-05 Thread Nathan Thatcher
On Tue, Aug 5, 2008 at 3:53 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: > Date sent: Tue, 05 Aug 2008 15:45:26 -0600 > From: Nathan Thatcher <[EMAIL PROTECTED]> > Subject:List remote files in Servlet > To: users@tomcat.apache.org >

Re: List remote files in Servlet

2008-08-05 Thread Steve Ochani
Date sent: Tue, 05 Aug 2008 15:45:26 -0600 From: Nathan Thatcher <[EMAIL PROTECTED]> Subject:List remote files in Servlet To: users@tomcat.apache.org Send reply to: Tomcat Users List > I am experiencing a little problem w