----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I am running Apache JServ 1.0 and Apache 1.3 on Red Hat Linux 6.0.
I am attempting to get a java servlet to access a miniSQL database using the
msql-jdbc driver from Imaginary environments.
- the servlet engine is running ok - I can run example servlets and
servlets that I have written.
- my configuration files are /example/jserv.conf and
/example/jserv.properties.
- /example/jserv.properties has the line:
"wrapper.classpath=/usr/local/java/msql-jdbc.jar" which is a symbolic link
to the actual .jar file containing the msql-jdbc driver.
- I can compile and run a java application that will successfully access
the database through the msql-jdbc driver.
However when I call the servlet from a browser I get "Couldn't load database
driver: com.imaginary.sql.msql.MsqlDriver" - suggesting to me that there is
a CLASSPATH problem.
Can anyone shed any light on this - thanks
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]