-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


I used FAQ item "Paul Russo's Installation Instructions on
Linux RedHat 5.2" to handle ApacheJServ on my Linux box. 
Here's the breakdown of my setup:

        - ApacheJServ 1.0
        - jdk1.17_v3
        - apache 1.3.6
        - Linux RedHat 6.0 (yeah, different from Paul's...)

I have this line in my httpd.conf file:

        ApJServDefaultHost localhost
        ApJServMount /servlet /webretail

And in jserv.properties:

        wrapper.classpath=/usr/local/etc/jserv/lib/ApacheJserv.jar
        wrapper.classpath=/usr/local/src/JSDK2.0/lib/jsdk.jar

But when I enter "httpd://localhost/servlet/webretail" in my
browser, I notice that logs/error.log contains several lines
that read:

        "Can't find class org.apache.jserv.JServ"

Why?

In logs/mod_jserv.log, I run into this message:

        [02/09/1999 17:03:32:143] (EMERGENCY) ajp11: can not connect to host
        127.0.0.1:8007
        [02/09/1999 17:03:32:143] (EMERGENCY) ajp11: connection fail
        [02/09/1999 17:03:32:143] (ERROR) an error returned handling
        request via protocol "ajpv11"

Why?

--
Charlie Read
MatraNet, 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]

Reply via email to