Date: Wed, 17 Oct 2001 14:06:00 -0700 From: "Shelley Powers" <shelleyp@burningbird.net> To: <freebsd-questions@FreeBSD.ORG> Subject: jserv/tomcat and load error Message-ID: <NJEFJIDDCFKNOFNEADKHIEBBCEAA.shelleyp@burningbird.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NJEFJIDDCFKNOFNEADKHIEBBCEAA.shelleyp>
