----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi, I've installed jserv 1.0 with apache 1.3.9 under Linux RedHat 5.2.
Everything goes fine during installation but now when I try to call a
servlet (http://myhost/serv/SimpleServlet) the following error message
is displayed:
Forbidden
You don't have permission to access /serv/SimpleServlet on this server.
Apache/1.3.9 Server at www.mx.umbral.com Port 80
I have the following for JServ in my httpd.conf file:
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties ./conf/jserv.properties
ApJServLogFile DISABLED
ApJServLogLevel notice
ApJServDefaultProtocol ajpv11
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /serv /umbralServlets
ApJServMount /test/serv /root
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
# deny from all
# allow from .mx.umbral.com
</Location>
and also the following lines are contained in httpd.conf
<Directory /export/apache/share/servlets>
AllowOverride None
Options None
</Directory>
<Directory /export/umbral/web/servlets>
AllowOverride None
Options None
</Directory>
The same happens when I go to http://myhost/jserv to get the ApacheJserv
status and try to select the Mapped servlet engines link:
Forbidden
You don't have permission to access /jserv/engine/0/ on this server.
Apache/1.3.9 Server at www.mx.umbral.com Port 80
Does anyone have an idea on what's wrong?
Thanks in advance,
Gerry
--
Linux is user friendly. It's just selective about who its friends are.
Gerardo Muņoz Martin mailto:[EMAIL PROTECTED]
Umbral Global, S.A. de C.V.
http://www.umbral.com
Tel. +52(5)251-5121 ext. 49 Fax +52(5)251-7259
--
--------------------------------------------------------------
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]