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

Apache 1.3.12
Jserv  1.1.2
Solaris 2.6

I had a working apache, jserv. At this time, the httpd.conf had a line to
include the jserv.conf as follows:

Include "/usr/local/jserv/etc/jserv.conf"


I changed the httpd.conf to include the following lines.

Include "/usr/local/jserv/etc/jserv.conf"
<IfModule mod_jserv.c>
        ApJServDefaultHost      sebulba.bertelsmanncis.com
        ApJServMount /coupon
ajp12://sebulba.bertelsmanncis.com:8007/coupon
</IfModule>


Note the typo in ajp12. When I started apache it complained that ajp12:
function connection fail etc.... I see this message in mod_jserv.log. Apache
started but jserv fails.

Then I changed to ajpv12 and still I see references to ajp12. I removed the
while IfModule section from httpd.conf and still I see the same error
message in mod_jserv.log. Everytime I restart apache I make sure that all
the http processes are killed.

Can anyone help me?


Thanks
shanthi


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