----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Jaak Simm 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!!!
> ----------------------------------------------------------------
>
> As the FAQ is not available at a moment, I ask you to help me with a
> primitive problem.
>
> I am running Apache 1.3.9 on NT and have put up JServ 1.1b3.
> Apache is running well, and I can see status page of JServ. But there is
> problem of launcing servlets due to a problem in protocol (at least it seams
> so).
>
> If I access a servlet or a ajpv11://localhost:8007 (mapplet servlet
> pages) it causes a Bad Request (HTTP 400). My confs are set on protocol ajpv11
> and port 8007.
>
> JSERV LOGS:
> jserv.log shows following:
> [29/10/1999 14:58:03:535 EEST] AJP Protocol Error: java.io.IOException: Stream
> broken
> and mod_jserv.log:
> [29/10/1999 11:58:05:598] (ERROR) ajp11: Servlet Error: Malformed data sent
> to JServ
>
> APACHE LOGS:
> access.log:
> localhost - - [29/Oct/1999:13:58:05 +0200] "GET /jserv/engine/0/ HTTP/1.0"
> 400 285
> error.log has no entry on that event.
>
> I am very thankful for suggetions.
change the protocol to be ajpv12, ajpv11 is no more supported in 1.1
Jean-Luc
--
--------------------------------------------------------------
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]