Re: java.lang.NullPointerException loading resource from classpath

2009-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, On 3/7/2009 9:53 PM, Timothy Washington wrote: > 'MyClass.class.getResourceAsStream("myresource.xml")' You might have better luck using ServletContext.getResourceAsStream, if you have access to the ServletContext. Check out the javadoc for this

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Pid
spotted that and b) you aren't still messsing with classpath variables. p > Tim > > > > ____ > From: Pid > To: Tomcat Users List > Sent: Sunday, March 8, 2009 10:13:58 AM > Subject: Re: java.lang.NullPointerException loading resource from classp

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Timothy Washington
7;MyClass.class.getResourceAsStream("/myresource.xml") - working now!! Thanks for the feedback Tim From: Pid To: Tomcat Users List Sent: Sunday, March 8, 2009 10:13:58 AM Subject: Re: java.lang.NullPointerException loading resource from classpath T

Re: java.lang.NullPointerException loading resource from classpath

2009-03-08 Thread Pid
Timothy Washington wrote: > > Hi there, I have what seems to be a very simple problem. > > I've deployed a web application to tomcat. But in the application, when I try > to load a resource (an XML file), it comes back as null. This is very > frustrating, because some of the most basic approac

Re: java.lang.NullPointerException loading resource from classpath

2009-03-07 Thread Timothy Washington
Nope!!! I lied, it's still not working in tomcat 4 :| tim From: Timothy Washington To: Tomcat Users List Sent: Saturday, March 7, 2009 10:19:16 PM Subject: Re: java.lang.NullPointerException loading resource from classpath Update: I tried this weba

Re: java.lang.NullPointerException loading resource from classpath

2009-03-07 Thread Timothy Washington
myresource.xml")' and the resource is definitely present. Thanks Tim From: Timothy Washington To: users@tomcat.apache.org Sent: Saturday, March 7, 2009 9:53:30 PM Subject: java.lang.NullPointerException loading resource from classpath Hi there, I

java.lang.NullPointerException loading resource from classpath

2009-03-07 Thread Timothy Washington
Hi there, I have what seems to be a very simple problem. I've deployed a web application to tomcat. But in the application, when I try to load a resource (an XML file), it comes back as null. This is very frustrating, because some of the most basic approaches are not working to give me my XM