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

Another thing to check :

If your HTML file does a doGet, but your servlet handles doPost, you
will
get a similar error. I lost some time because of this oversight.

Regards,
pascal chong

Steve Lewis wrote:
> 
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> The "Internal server error" means that your JServ isn't handling it
> properly.  This error is reported by the Apache Web Server.  The Web
> server is just saying it doesn't know how to handle this
> URL.  Theoretically, it should be able to send the request on to JServ and
> have it handled properly.
> 
> It looks like you haven't set up your repositories correctly.  This is a
> tedious thing to get right, I know, but the fastest way to fix something
> like this is to read the FAQ and go through your set-up step by step.
>


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