RE: getResourceAsStream woes was: getRealPath woes

2003-11-05 Thread Shapira, Yoav
: getResourceAsStream woes was: getRealPath woes As I mentioned, all of these systems are pretty much identical. What I didn't include in the source was a test to see if getRealPath was working and if not, to issue a getResourceAsStream. It also returns a null value. See: stream=getServletContext

Re: getResourceAsStream woes was: getRealPath woes

2003-11-05 Thread Jim Lynch
Message- From: Jim Lynch [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 8:00 PM To: Tomcat Users List Subject: getResourceAsStream woes was: getRealPath woes As I mentioned, all of these systems are pretty much identical. What I didn't include in the source was a test to see

getResourceAsStream woes was: getRealPath woes

2003-11-04 Thread Jim Lynch
As I mentioned, all of these systems are pretty much identical. What I didn't include in the source was a test to see if getRealPath was working and if not, to issue a getResourceAsStream. It also returns a null value. See: stream=getServletContext().getResourceAsStream(APP_FILE_PROP_KEY);