"Michael Moores (@synthsoft)" wrote:

> i'm still racking my brain on why
> all JServ requests hang.
> anything on http://127.0.0.1:8007 accepts and then waits forever.
> (netstat shows the port is established)

You should never be using this URL from a browser.  Port 8007 is used
*only* to communicate between the Apache web server and the Apache JServ
servlet engine.

>From your browser, simply use a URL for your Apache web server (which is
usually on port 80), with a URL that refers to the zone (such as
http://127.0.0.1/example/snoop if you have set that up).

Craig McClanahan



>
> the mod_jserv log file says
> [21/06/1999 16:47:04:948 PDT] Connection from localhost/127.0.0.1
> [21/06/1999 16:47:04:948 PDT] Initializing servlet request
> [21/06/1999 16:47:04:948 PDT] Reading request data
>
> i have all the example defaults and the
> mod_jserv and access_log look fine when i start up.
> i have a servlet zone as set up in ApacheJserv-1.0/examples.
>
> is there any way to get any deeper with the debugging?
> is there a timeout setting for the response?
> (Redhat 6.0,APache 1.3.6, JDK 1.1.7, JServ 1.0, JSDK 2.0)
>
> best regards,
> --michael moores
>
> --
> --------------------------------------------------------------
> 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]



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

Reply via email to