Local Directory Access using Tomcat 4.0 (SORRY TO REPOST)

2002-04-11 Thread Jordan C N Chong
Dear all, I am really really sorry that I have to repost the question cause I really couldnt find any solution for that. I really wish there is someone out there could help me me out here... I wish to render the Tomcat 4.0 to access my local directory, what I mean is, I store some files in a

Re: Local Directory Access using Tomcat 4.0 (SORRY TO REPOST)

2002-04-11 Thread Shawn A. Wilson
Jordan, can you please provide the stack trace of the exception thrown by Tomcat? Thanks, -shawn http://www.shawn-wilson.com On Thu, 11 Apr 2002, Jordan C N Chong wrote: Dear all, I am really really sorry that I have to repost the question cause I really couldnt find any solution for

RE: Local Directory Access using Tomcat 4.0 (SORRY TO REPOST)

2002-04-11 Thread Jordan C N Chong
://www.cs.utwente.nl/~chong Email Add.: [EMAIL PROTECTED] -Original Message- From: Shawn A. Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 8:42 PM To: Tomcat Users List Subject: Re: Local Directory Access using Tomcat 4.0 (SORRY TO REPOST

Re: Local Directory Access using Tomcat 4.0 (SORRY TO REPOST)

2002-04-11 Thread David Lu
i have code that writes to a file outside of my servlet. specifically, in /tmp. i didn't have to configure tomcat (version 4.02) for writing outside of my webapp. but then again, i'm using jdk 1.4's logging mechansim to do this, so maybe that bypasses whatever security that's in jakarta...