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]

Reply via email to