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

Like the error says:

>java.lang.ClassNotFoundException:
>com.objectspace.jgl.OrderedMap

ie your class "OrderedMap" is not visible.  So you have to check your
classpath and check your wrapper  in jserv.properties

Chris


On Thu, 3 Aug 2000 23:18:41 -0400, Elias Sarraf wrote:

>----------------------------------------------------------------
>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,
>
>I am developing a servlet that is using the com.objectspace.jgl.OrderedMap
>class.  My client is running the servlet on a JavaWebServer1.1, I am trying
>to run it on Linux Red Hat 6.0 with Apache 1.3.12 and JServ 1.1.2.  The
>servlet runs fine on the JavaWebServer, when I try to run it on JServ, I get
>an internal error and the following error in the log file:
>
>(ERROR) ajp12: Servlet Error: java.lang.ClassNotFoundException:
>com.objectspace.jgl.OrderedMap: com.objectspace.jgl.OrderedMap
>(ERROR) an error returned handling request via protocol "ajpv12"
>
>Anybody has any ideas?
>
>Thanks.
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives: 
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to