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

I'm trying to attach mod_jserv using DSO to apache+mod_ssl.

At first attempt example/Hello worked, but then it stopped working.

I am using:
- jserv-1.0
- jdk1.1.7v3
- jsdk2.0
- apache 1.3.9
- mod-ssl 2.4.2-1.3.9

In the jserv log the error I get is:

[06/12/1999 15:15:53:596] (EMERGENCY) ajp11: cannot scan servlet headers
[06/12/1999 15:15:53:596] (ERROR) an error returned handling request via
protocol "ajpv11"

In the Apache error_log I get:

Mon Dec  6 15:13:27 1999] [notice] Apache/1.3.9 (Unix) ApacheJServ/1.0
mod_ssl/2.4.2 OpenSSL/0.9.3a configured -- resuming normal operations
ApacheJServ/1.0: Exception creating the server socket:
java.net.BindException: Address already in use
ApacheJServ/1.0: Exception creating the server socket:
java.net.BindException: Address already in use
ApacheJServ/1.0: Exception creating the server socket:
java.net.BindException: Address already in use
ApacheJServ/1.0: Exception creating the server socket:
java.net.BindException: Address already in use
[Mon Dec  6 15:13:39 1999] [warn] long lost child came home! (pid 15398)
[Mon Dec  6 15:15:53 1999] [error] [client 10.1.11.209] Premature end of
script headers: /example/Hello

I've looked at the faq enough to know that it's probably a problem with my
JVM, but I've tried different versions of JDK and different ideas offered in
the faq, but I keep getting the same errors.

I used the following set of instructions to configure jserv:
./configure \
--prefix=/var/lib/java/jserv \
--with-apxs=/var/lib/apache/bin/apxs \
--with-jdk-home=/var/lib/java/jdk117_v3 \
--with-jsdk=/var/lib/java/JSDK2.0/lib/jsdk.jar \
--with-apache-install=/var/lib/apache

then make and make install and add the include at the end of my httpd.conf

Any help would be appreciated, if any of my config files (httpd, jserv,
etc.) would help let me know.

Ross Richey                 [EMAIL PROTECTED]
Web Administrator
ARUP Laboratories        www.arup-lab.com
(801)583-2787 ext. 2466



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