-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Naveed,
On 10/19/2009 5:45 AM, Naveed Akhund wrote:
>
> I use axis v1.3 to communicate web services in my webapp.
> Sometimes when I call web service I get the following exception.
>
> java.lang.NullPointerException
> at
> org.apache.catalina.
problem.
Thanks in advance,
Naveed
--
View this message in context:
http://www.nabble.com/class-loader-problem-tp25955633p25955633.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail
Hi,
I have jakarta-tomcat-5.5.9 installed and have placed packaged classes
which are actually beans in WEB-INF/classes of my web application
archive. I am trying to access mysql through these beans. The code is :
try {
Class.forName(Prop.DB_DRIVER);
} catch (ClassNotFou