From owner-freebsd-questions Wed Oct 17 14: 6:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from burningbird.net (burningbird.net [216.122.217.182]) by hub.freebsd.org (Postfix) with ESMTP id 41CA237B405 for ; Wed, 17 Oct 2001 14:06:11 -0700 (PDT) Received: from flame (adsl-64-166-22-85.dsl.snfc21.pacbell.net [64.166.22.85]) by burningbird.net (8.11.0/8.11.0) with SMTP id f9HL6AT14695 for ; Wed, 17 Oct 2001 14:06:10 -0700 (PDT) (envelope-from shelleyp@burningbird.net) From: "Shelley Powers" To: Subject: jserv/tomcat and load error Date: Wed, 17 Oct 2001 14:06:00 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've installed the freebsd ports of jakarata-tomcat (which works as isolated server), and apache jserv 2.0 (again from ports). I added the Include line per Tomcat: Include /usr/local/tomcat/conf/tomcat-apache.conf When apache starts, I get the following warning: [Wed Oct 17 13:49:10 2001] [warn] Loaded DSO libexec/mod_jserv.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Wed Oct 17 13:49:10 2001] [warn] NameVirtualHost 216.122.217.182:443 has no VirtualHosts /usr/virtual/share/pkgs/installed/vs-apache/1.3.12/bin/apachectl start: httpd started The make file for jserv is controlled with automake/autoconf, etc, so am unsure how to break into all this automated sutf to add this flag. I am getting thread problems when I access a servlet: %dHANDLER THREAD PROBLEM: java.io.IOException: Stream broken java.io.IOException: Stream broken at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Ajp1 2ConnectionHandler.java, Compiled Code) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java, Compiled Code) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, Compiled Code) at java.lang.Thread.run(Thread.java, Compiled Code) Is this because of the incorrect compilation, or something else I'm doing. Would appreciate any and all help on this one! Shelley -------------------------------------------------- Shelley Powers shelleyp@burningbird.net Burning Bird Network: http://www.burningbird.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message