Hi Christoph,

Did you add the rmijdbc.jar to the wrapper.classpath in 
the jserv.properties? You can also see the FAQ-O-MATIC,
http://java.apache.org/faq/index.cgi?file=214

Regards,

Benoit.

Christoph Kukulies wrote:
> 
> After having gotten through the Hello example and gotten jserv 1.0 compiled
> into apache1.3.6 I'm wondering after all the magic that
> happened during make and configure where I would have to put
> rmijdbc.jar to make a servlet to find the classes in there.
> 
> I extended the Hello example with my mundane knowledge on applets, servlets and
> applications such that it should open a jdbc connection to an ACCESS97
> database (using rmijdbc).
> 
>  From httpd-error.log:
> 
> java.lang.ClassNotFoundException: RmiJdbc.RJDriver
>         at org.apache.java.lang.AdaptiveClassLoader.loadClass(AdaptiveClassLoade
> r.java:437)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java)
>         at MyDB.doGet(MyDB.java:47)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
>         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:
> 335)
>         at org.apache.jserv.JServConnection.run(JServConnection.java:197)
>         at java.lang.Thread.run(Thread.java)
> 
> --
> Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]

-- 
Benoit Foucher                                      mailto:[EMAIL PROTECTED]
Object-Oriented Concepts, Inc.  (trainee) 
44 Manning Road
Billerica, MA 01821


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to