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

>Jeez.... I have posted two different posts and haven't gotten any
responses to the problems that I am having with this setup.  Here is the
copy of the setup here for you review.

Please keep a positive tone.  We're all volunteers here.

>       You are welcome to do the www.digi-host.com/jserv/ to see what the
problem I been encountering...since it says that it is Forbidden..which
says it seems to be working...but cannot let me see it though.

... are you having any luck on this yet?
It appears your <Location> directive is weird. (see below)

>       Secondly.. I tried to view the java applets by the following:
> http://www.digi-host.com/servlets/Hello which it is located in the
/home/httpd/servlets directory.

... are you having any luck here yet?
Did you compile the servlet with javac?
Show us a listing (ls -l /home/httpd/servlets).

>      I did a check on the logs of the JServ and Mod_Jserv and they are
both functioning.  So... I been beating myself up the head for past week
and still have no go on this.  I needed to get this working by this weekend
before I lose the client.  So..if anyone is willing to help, by all
means... ICQ me and Email me and we will work it out to work on this.  My
ICQ is 10653726 and you can reach me at [EMAIL PROTECTED] or
[EMAIL PROTECTED]  Very much appreciated.
>
...
>
>   # Server Java Server Status Page
>    <Location /status/jserv/> 
>   SetHandler jserv-status
>   order allow,deny
>   allow from all
>    </Location> 
>

I notice that your location is "/status/jserv/" instead of the default
"/jserv/".
I'm not very good with the <Location> and allow/deny syntax, but I use this
and it works for me...

<Location /jserv/>
  SetHandler jserv-status
# TEMPORARY (insecure!) - restore later!!!
  order deny,allow
  deny from all
  allow from all
</Location>

Stephen




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