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 java.util.Properties.load(Properties.java:325)
        at
snaq.db.ConnectionPoolManager.loadProperties(ConnectionPoolManager.java:278)
        at
snaq.db.ConnectionPoolManager.getInstance(ConnectionPoolManager.java:167)
        at
snaq.db.ConnectionPoolManager.getInstance(ConnectionPoolManager.java:221)[/CODE]

Now here is what i know, the code that is calling the Connection pool is
correct since i can put the .war file out on another machine and it works
fine.  I have been looking through the conf files for some sort of
incosistency between the two environment.  Is it incorrect to assume that
tomcat can't find my db.properties file if so where do i tell tomcat to
look? or does any one else have a better idea on where to look.

Thanks in advance.

Brandon
-- 
View this message in context: 
http://old.nabble.com/Help-with-tomcat-configuration-tp29024672p29024672.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to