----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------

I'm using the following:
    Linux Mandrake 6.1 (2.2.13 kernel with patches)
    Apache Server 1.3.9
    Apache JServ 1.1b2
    Blackdown JDK 1.2 pre2

After starting the web server (which works for static pages), whenever I try
to access any servlets like the stock IsItWorking servlet, the connection is
made but produces no output and never closes (until the browser timeout).

"ps aux | grep nobody" returned httpd processes and a java process.

The URL I'm using is
    http://localhost/servlets/IsItWorking

and the "java" command works on the command line for root and
non-priviledged users alike.  The jserv.properties file contains full-path
references to ApacheJServ.jar and jsdk.jar, those paths are valid and the
files are located therein.

I set the security policy for Blackdown to allow class loading, io, and net
connections according to the 1.2 spec.

There is no error listed in the jserv.log file or apache's error log.

I've tried using native threads/JIT and green threads/no JIT with no change
in behavior so it probably isn't internal to the JVM.

Anyone have any ideas where I might be screwin' the pooch?

- Miles Elam



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