----------------------------------------------------------------
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!!!
----------------------------------------------------------------
> sajida kalsoom wrote:
>
> > Hi users I am working on solaris 2.7 intel/sparc with apache
> > 1.3.12 , jserv1.1 and oracle 8 at backend . I am trying to configure
> > DbConnectionBroker1.0.11 for connection pooling but i run servlets
> > it gives following errro [17/05/2000 02:19:00:889] (ERROR) ajp12:
> > Servlet Error: java.lang.ClassNotFoundException:
> > com.javaexchange.dbConnectionBroker.DbConnectionBroker:
> > com.javaexchange.dbConnectionBroker.DbConnectionBroker I have set
> > wrapper.class path in jserv.properties
> > as wrapper.classpath=/usr/local/apache/servlets/DbConnectionBroker1.0.11.zip
> > but it does not work. also i have unzip
> > both /DbConnectionBroker1.0.11.zip and
> > /DbConnectionBroker1.0.11.tar in servlets directory which creates
> > com/javaexchange/dbConnectionBroker.DbConnectionBroker.class file
> > but this is also not working./usr/local/apache/servlets is
> > repository. I have installed all of these on NT machine which works
> > fine. Please if some one help me let me know what is reason for
> > that. regardssajida.
Even though your classpath has the broker in it, it is still not finding
it. Are you calling a servlet that is part of a package? If you are,
your call needs to be package.servletname or you can alias any calls to
a servlet to package.servlet.
Ben Ricker
Web Administrator
US-Rx, Inc
--
--------------------------------------------------------------
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]