---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- I have installed ApacheJServ-1.1b1 in conjunction with - JSDK2.0 - apache_1.3.9 - glibc - 2.0.7 - java version "1.1.7B" - redhat 5.2 I followed instructions for the build and install and also configured the Jserv to load the example servlet. when I try to access the servlet at http://localhost/example/Hello I get a bad request error in the browser and the following is reported in my log files: jserv.log: [25/10/1999 18:59:28:020 EDT] <info> New session timeout: 1800 seconds [25/10/1999 18:59:28:020 EDT] <info> Session check frequency: 30 seconds [25/10/1999 18:59:28:020 EDT] <info> Autoreload on zone file changes: true [25/10/1999 18:59:28:020 EDT] <info> Autoreload on classfile changes: true [25/10/1999 18:59:28:021 EDT] <info> Default initArgs: {} [25/10/1999 19:00:02:056 EDT] <jservException> AJP Protocol Error: java.io.IOException: Stream broken mod_jserv.log: [25/10/1999 18:59:26:939] (INFO) wrapper classpath: /usr/local/jserv/libexec/ApacheJServ.jar:/usr/bin/JSDK2.0/lib/jsdk.jar [25/10/1999 18:59:26:940] (INFO) wrapper: Java VM spawned (PID=21862, PPID=21856) [25/10/1999 18:59:36:947] (INFO) wrapper: watching processes (PID=21856,PPID=21855,JVM PID=21862) [25/10/1999 19:00:02:057] (ERROR) ajp11: Servlet Error: Malformed data sent to JServ error_log: [Mon Oct 25 18:59:23 1999] [notice] Apache/1.3.9 (Unix) ApacheJServ/1.1b1 configured -- resuming normal operations access_log: 127.0.0.1 - - [25/Oct/1999:19:00:02 -0400] "GET /example/Hello HTTP/1.0" 400 417 I have searched the FAQ for all pertinent keywords (Malformed, IOException, protocol, etc. ) and found nothing helpful: What am I doing wrong ??? - thanks in advance -- -------------------------------------------------------------- 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]