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

At 09:31 AM 3/28/00 -0700, you wrote:

>Greetings:
>   >
>   >    In doing a non-profit site for some folks that use your great
>wares,
>   >I have a few questions.
>   >
>   >    1) When using servlets:  the service() method seems to work yet
>the
>   >doGet() and doPost() do not (with an html <form> directive).  Is this
>a
>   >configuration problem in Jserv or does this need JSSI to make this
>work
>   >?  Is the service method only supported ?
>   >
>   >     Do you have an example ?
>   >
>   >   2) With JSSI, do you have an actual example  what is the actual
>class
>   >path in jserv.config that works?    The JSSI is not working yet,  Is
>   >there a test similar to Jserv that works with JSSI ?
>   >
>   >   Any help is appreciated,
>   >
>   >   D.

Yes, JServ actually works <g>.  Seriously, I suggest you review some servlet
basics before continuing.  The IsItWorking sample servlet  that comes with
JServ only uses the service() method, but I guarantee that if :

- you implement your own servlet that extends HttpServlet,
- then in that servlet implement doGet() and doPost() as described in the 
servlet spec,
- and finally, add your servlet .class file(s) to the right location

that JServ will process your doGet() and doPost().

- Fernando

=======================================
Fernando Salazar <[EMAIL PROTECTED]>
w -781-392-2514


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