----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I was wondering if any of you could give me direction on how to go about
debugging this:

I am using linux redhat 6.1
Apache 1.3.9
ApacheJServ 1.1b2
jdk1.2
jsdk2.0

I am new to Linux, Apache, and ApacheJserv.  However, I think I got Linux
and Apache installed OK.  I am able to access http://localhost without any
problems.

When accessing http://localhost/servlets/IsItWorking, the page comes up, but
the error_log notifies:
[error] [client 127.0.0.1] client denied by server configuration:
/home/httpd/html/jserv.
What makes the webserver treat jserv as a directory under the webserver
root?

The same error message comes up when I tried to access
http://localhost/jserv/ plus
jserv.log notifies:
ApacheJServ/1.1b2: Exception creating the server socket:
java.net.BindException: Address already in use
What does this mean?

In my jserv.properties, I have:
security.selfservlet=true

In my jserv.conf, I have:
<Location /jserv/>
  SetHandler jserv-status

  order deny,allow
  deny from all
  allow from localhost
</Location>

File permissions:
-rw-r--r--   1 root     root        85865 Oct  9 11:55
/usr/lib/apache/ApacheJServ.jar
-rw-r--r--   1 root     root         6422 Oct 15 16:16
/etc/httpd/conf/jserv/jserv.conf
-rw-r--r--   1 root     root        12318 Oct 15 10:09
/etc/httpd/conf/jserv/jserv.properties
-rw-r--r--   1 root     root         5741 Oct  9 11:55
/etc/httpd/conf/jserv/zone.properties

What else should I check?
The mod_jserv.log didn't give me any error messages.

I followed the installation instruction and went through the troubleshooting
guide, but I couldn't find any glaring errors or misconfigurations.

Any directions on this is much appreciated.  Thanks a bunch in advance!

-- karin --


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