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

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

People help out others on this list because they feel like it not because
they are forced, paid or obliged to. 

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

try viewing it from 127.0.0.1 or localhost, ie http://127.0.0.1/jserv/.  

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

Applet or Servlet? To access a java class through JServ it needs to extend
the HttpServlet class from the JSDK. It also needs to implement either
Service(), doGet() or doPost(). If the class you are doing http requests to
doesnt have any of those methods then it will not have an
HttpServletResponce and hence wont give a reply. Trying to access a java
applet that isnt embedded in an html page (or content type html/plain text
from an HttpServletRequest)wont work through JServ. 

You didnt post what your actual problem was. And it is hard to guess.
Standard Help Desk reply is to reinstall everything. Seriously though,
reinstall Apache and JServ again and do it sequentially, first reinstall
JServ with everything as default. Then reinstall it again.

Dont add new zones until you are sure that
http://127.0.0.1/servlets/IsItWorking does work. Only install things
incrementally and in small steps. Only change the jserv.conf,
jserv.properties and zone.properties once you have the default installed
JServ properties working. Then document each change you make.





Cameron Riley













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