RE: Opening Files Outside Context

2003-01-22 Thread Gladwell, Ricardo X -ND
TED]] > Sent: 22 January 2003 15:27 > To: 'Tomcat Users List' > Subject: RE: Opening Files Outside Context > > > Ricardo, > > > > > I know for a fact the path is correct - when I run exactly > > the same code > > with exactly the sa

RE: Opening Files Outside Context

2003-01-22 Thread Ignacio J. Ortega
Ricardo, > > I know for a fact the path is correct - when I run exactly > the same code > with exactly the same file path it works... When I attempt to open the > same file path in Tomcat I get a FileNotFoundException. The path is > networked and on a different drive (h:) from the Tomcat and >

RE: Opening Files Outside Context

2003-01-22 Thread Jacob Kjome
Developer WD Internet Group, Engineering [t] (020) 8222 2723 [m] (07734) 813 187 > -Original Message- > From: Dan Tran [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2003 18:21 > To: Tomcat Users List > Subject: Re: Opening Files Outside Context > > > I have no problem

RE: Opening Files Outside Context

2003-01-22 Thread Gladwell, Ricardo X -ND
m: Dan Tran [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2003 18:21 > To: Tomcat Users List > Subject: Re: Opening Files Outside Context > > > I have no problem opening file outsite my context, > > Make sure you have the file path setup correctly > > -D > ---

Re: Opening Files Outside Context

2003-01-21 Thread Dan Tran
I have no problem opening file outsite my context, Make sure you have the file path setup correctly -D - Original Message - From: "Erik Price" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 9:47 AM Su

Re: Opening Files Outside Context

2003-01-21 Thread Erik Price
Gladwell, Ricardo X -ND wrote: Hi All, I have written a JavaBean accessed from a JSP page in Tomcat 4.1 that opens a file to read from. However, when I open the file using the FileInputStream constructor I get a FileNotFoundException. This method works outside of Tomat on the same machine - the