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

 
> URL url = new URL("http://localhost:8007/development/CalendarServlet");
>          String qry = URLEncoder.encode("qry") + "=" +
>                              URLEncoder.encode(qryString);
> This is the message sent to my applet :
> 
> Status: 400 Bad Request
> Servlet-Error: Malformed data sent to JServ

You should make request to the Apache web server and not to the 
Apache JServ servlet engine directly.
So change the URL from 'http://localhost:8007'
to 'http://localhost:80/' or whatever port your webserver is using.

Martin


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to