----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hi Stou,

At run time, in your normal application, the class is loaded without any
problem because the classpath is set for the particular environmet where you
say
# java YourTestAppln

But when jserv needs to load the class, it looks into the classpath set in
the jserv.properties file against the parameter
wrapper.classpath.  Check this out.  This could be the problem.

Corrections appreciated if I am wrong.

Riaz

----- Original Message -----
From: Stou Sandalski <[EMAIL PROTECTED]>

Hi, I am using Linux 2.2,  Apache 1.3.9 with JServ 1.0, and Blackdown =
Java 1.2.. I am trying to write a Servlet to interect with a MySQL =
3.22... I have the mm.mysql JDBC driver... A small application to test =
the database conectivity works when I run it with the normal java JTest =
command... but when I put the database code into the servlet it does =
nothing... the code that throws the exception looks something like:



--
--------------------------------------------------------------
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]

Reply via email to