> From: Brad Andrews <[EMAIL PROTECTED]>
> To: Java Apache Users <[EMAIL PROTECTED]>
> 
> I am having trouble getting the example applet to work.  Here is my
> config:
> Sun Ultra 5
> Solaris 7
> Apache 1.3.6 (non-DSO)
> JSDK 2
> JDK 1.1.7 or 1.2
> 
> Everything seems just fine until I connect to the example, then it does
> this in the jserv logfile:
> [26/04/1999 14:50:56:389 PDT] Connection from corellia.Stanford.EDU 171.64.187.205
> [26/04/1999 14:50:56:390 PDT] Initializing servlet request
> [26/04/1999 14:50:56:390 PDT] Reading request data
> 
> and then it hangs.  The browser sits and spins and nothing happens at
> the server.  I hit the stop button on my browser and scratch my head.
> Any ideas? Thanks.

I've experienced the same situation, with a slightly different config
(Ultra 1, Sol 2.5.1) and have posted to this group.  I have not received
any suggestions on what could be wrong.

One thing I noticed is that if you were to shut down Apache, and
therefore the JServ, you will see a similar trace in your log file.  But
then after the line "Reading request data", you'll see that the read
successfully receives a shutdown command.  So, one might conclude that
it has something to do with servlet itself.

Another handy thing to do, so you don't have to hit stop in the browser,
is to set the Apache timeout to a much smaller value (e.g., 30) rather
than the default/initial value of 300 (5 min).



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