hi

i have installed and configured apache and jserv several times but never
had the problem i'm facing now.
when i try http://host.domain:8080/servlets/Hello, in the browser
(netscape) status bar appears the message "contacted host localhost.
waiting for replay" and after a few minutes times out with "document
contained no data".

i have a vanilla install with all the defaults, the system in linux
2.2.13, jsdk 2.0, apache 1.3.12, jserv 1.1.

initially i suspected i messed up java security policy, so i tried jdk
1.1.8 with the same result.
if i run jserv in the manual mode it does not output anything to the
console,
i turned the debugging on and jserv.log shows some activity but the
servlet is never executed:

[19/05/2000 12:29:47:552 EDT] ApacheJServ/1.1 is starting...
[19/05/2000 12:29:47:740 EDT] Connection authentication is disabled
[19/05/2000 12:29:47:865 EDT] Connection allowed from
localhost/127.0.0.1
[19/05/2000 12:29:47:922 EDT] Listening on port 8007 accepting 5 maximum
connections
[19/05/2000 12:29:47:945 EDT] Creating Servlet Zones
[19/05/2000 12:29:47:945 EDT] Servlet Zone root initializing...
[19/05/2000 12:29:47:945 EDT]  - Using configuration file:
/usr/local/apache/conf/jserv/zone.properties
[19/05/2000 12:29:48:242 EDT] Initialisation timeout: 10 seconds
[19/05/2000 12:29:48:242 EDT] Destroy timeout: 10 seconds
[19/05/2000 12:29:48:242 EDT] Session timeout: 1800 seconds
[19/05/2000 12:29:48:242 EDT] New session timeout: 1800 seconds
[19/05/2000 12:29:48:242 EDT] Session check frequency: 30 seconds
[19/05/2000 12:29:48:243 EDT] Autoreload on zone file changes: true
[19/05/2000 12:29:48:243 EDT] Autoreload on classfile changes: true
[19/05/2000 12:29:48:255 EDT] Default initArgs: {}
[19/05/2000 12:29:48:379 EDT] Creating new sessions hashtable.
[19/05/2000 12:29:48:399 EDT] Servlet Zone root initialization complete
[19/05/2000 12:29:55:562 EDT] Initializing servlet request
[19/05/2000 12:29:55:562 EDT] Reading request data
[19/05/2000 12:29:55:611 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:619 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:620 EDT] Initializing servlet request
[19/05/2000 12:29:58:621 EDT] Reading request data
[19/05/2000 12:29:55:611 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:619 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:620 EDT] Initializing servlet request
[19/05/2000 12:29:58:621 EDT] Reading request data
[19/05/2000 12:29:55:611 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:619 EDT] Connection from
host.us.oracle.com/123.4.5.6
[19/05/2000 12:29:58:620 EDT] Initializing servlet request
[19/05/2000 12:29:58:621 EDT] Reading request data
...

can someone offer a suggestion what is happening and why the jserv does
not execute the servlet? tia.

p.s when i start jserv manually, point the browser to the hello servlet
and kill jserv, the following is written into mod_jserv.log
[19/05/2000 12:56:44:118] (EMERGENCY) ajp12[1]: cannot scan servlet
headers  (500)
[19/05/2000 12:56:44:118] (ERROR) an error returned handling request via
protocol "ajpv12"



--
Aaron Stromas     |   "Tick-tick-tick!!!... ja, Pantani is weg...."
Oracle Corp.      |              BRTN commentator,
+1 703 708 6821   |              L'Alpe d'Huez, 1995 Tour de France





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