--
The output of `netstat -a` would be very helpful in troubleshooting. Also
you can check `lsof` to see what user/process might be using that port. Mine
says:
java 4048 nobody 13u inet 0x06fb3c0c 0t0 TCP *:8007
(LISTEN)
What port is your web server running (listening) on? Check ALL your logs for
more clues to why this might be happening.
-mdf
-----Original Message-----
From: Paul Dorn [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 12, 1999 6:36 AM
To: [EMAIL PROTECTED]
Subject: Error attaching to auto-started JServ Process
I am running the following,
Apache/1.3.6 Ben-SSL/1.35 (Unix) ApacheJServ/1.0 configured
compiled as DSO. JServ is added via LoadModule
Running on FreeBSD 3.2 RELEASE #0
Everything LOOKS ok, I have several
/usr/local/apache/conf/jserv.properties (java)
processes that start as a result of the web-server starting.
But i get:
[12/07/1999 08:18:06:216] (EMERGENCY) ajp11: can not connect to host
127.0.0.1:8004
[12/07/1999 08:18:06:216] (EMERGENCY) ajp11: connection fail
[12/07/1999 08:18:06:216] (ERROR) an error returned handling request via
protocol "ajpv11"
[12/07/1999 08:18:06:216] (ERROR) an error returned handling request via
protocol "status"
BTW, I get this regardless of where i set JServ and mod_jserv port settings.
I just changed them to see if I had another process holding 8007.
I have cheched the permissions on the jserv process and the log file.
I can use the /jserv/ path to talk to mod_jserv but i get the 500
misconfiguration error if I attempt to reach:
apjv11://localhost:8007
or now
apjv11://localhost:8007
Also, although it is configured, I can not reach the Hello servlet. I get
the 500 Configuration error
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]