Help with tomcat configuration

2010-06-29 Thread btodd_22
I am trying to track down a problem that has something to do with this error below [CODE]java.lang.NullPointerException at java.util.Properties$LineReader.readLine(Properties.java:418) at java.util.Properties.load0(Properties.java:337) at

RE: Help with tomcat configuration

2010-06-29 Thread btodd_22
n828cl wrote: Now here is what i know, the code that is calling the Connection pool is correct All evidence to the contrary... Is it incorrect to assume that tomcat can't find my db.properties file Yes, it is incorrect to assume that, especially since Tomcat isn't looking for

Re: Help with tomcat configuration

2010-06-29 Thread btodd_22
btodd_22 wrote: I am trying to track down a problem that has something to do with this error below [CODE]java.lang.NullPointerException at java.util.Properties$LineReader.readLine(Properties.java:418) at java.util.Properties.load0(Properties.java:337

Re: Whole file missing

2009-09-24 Thread btodd_22
Thanks for everyones help but the culprit has been found...drum roll please NETBEANS!!! Since netbeans and the version of tomcat are on the same server(just for testing purposes). When I would do a clean and build in netbeans it would actually go into my webapps folder within tomcat and get

Whole file missing

2009-09-21 Thread btodd_22
Hi all, Here is a perplexing issue that has happened to me and still have not been able to find a log file nor any web engine search i do that leads to an answer. I am using Suse 11.1 with apache tomcat/5.5.9. Now my frustrating issue is that I was testing a web app in the morning, went and