Hi, all,

I'm using iPlanet web server and solaris5.7 with JDK1.3.
I'm trying to use servlet to connect sybase database.

Got the msg in server's logs/error file:

[19/Dec/2000:17:14:14] warning (  592): Internal error: servlet init function h
ad trown ServletException (servlet class=mtbfServlet): javax.servlet.ServletExc
eption: Problem with finding Driver: com.sybase.jdbc.SybDriver
[19/Dec/2000:17:14:14] warning (  592): Internal error: Failed to load servlet
(servlet=mtbfServlet)

I checked the class file - SybDriver.class is under a jar file
which I put in the CLASSPATH and .cshrc file.
And it stucked in:

Class.forName(drive);

Why it still can't find the driver? Any suggestion? Thank you.

Lei

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to