Thanks Hardeep for the reply but the problem is that i am specifying the jdbc driver in the poolman.xml file where i have to specify the database specific strings etc and in the tomcat env entry i am specifying the poolman's db connection string..
 
i have xerces.jar in my path and when i traced the error log this is what i got..(even more than that)..
 
Hardeep if possible can u send me ur configuration specifics for poolman and tomcat4.0..
thanks in advance..
 
sachin
 
 
 
Starting service Tomcat-Standalone
Apache Tomcat/4.0
Starting service Tomcat-Apache
Apache Tomcat/4.0
Asked if accepts url jdbc:poolman://j2eeDB
org.apache.xerces.parsers.SAXParser
java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
        at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:1124)
        at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClas
sLoader.java:989)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at org.xml.sax.helpers.ParserFactory.makeParser(ParserFactory.java:124)
        at com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig
uration.java:112)
        at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool
ManConfiguration.java:75)
        at com.codestudio.management.PoolManBootstrap.<init>(PoolManBootstrap.ja
va:61)
        at com.codestudio.util.SQLManager.assertLoaded(SQLManager.java:109)
        at com.codestudio.util.SQLManager.requestConnection(SQLManager.java:190)
 
        at com.codestudio.sql.PoolMan.connect(PoolMan.java:184)

Reply via email to