I'm not familiar with iPlanet but I'm guessing it has its own classpath. When
you say you included the jar file in your classpath did you mean the solaris
classpath? I would try placing it in both solaris and iPlanet classpaths.
Lei Li <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 12/20/2000 07:02:50 AM
Please respond to "A mailing list for discussion about Sun Microsystem's Java
Servlet API Technology." <[EMAIL PROTECTED]>
Sent by: "A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Problem with finding Driver
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
___________________________________________________________________________
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