Date: Tue, 16 Apr 2002 11:20:33 +0200 From: Fredrick Nilsson <fredrick.nilsson@framfab.se> To: 'Rik Scarborough' <RikSca@kc.rr.com>, Adrian Thiele <athiele@charter.net> Cc: freebsd-java@FreeBSD.ORG Subject: RE: FreeBSD +Linux Tomcat 4.0.3 + Linux j2sdk1.4.1 +mod_webapp = VERY SLOW Message-ID: <E6D22E487D45D411931B00508BCF93E7062569AF@storeg001.framfab.se>
index | next in thread | raw e-mail
btw, where do I find and install mod_webbap? How about mod_jk, is it better?
.fredrick
-----Original Message-----
From: Rik Scarborough [mailto:RikSca@kc.rr.com]
Sent: Tuesday, April 16, 2002 09:55
To: Adrian Thiele
Cc: freebsd-java@FreeBSD.ORG
Subject: Re: FreeBSD +Linux Tomcat 4.0.3 + Linux j2sdk1.4.1 +mod_webapp
= VERY SLOW
On Mon, 15 Apr 2002, Adrian Thiele wrote:
> Rik Scarborough wrote:
>
> >On Mon, 15 Apr 2002, Adrian wrote:
> >
<snip>
> >
> >I've gotten mod_webapp to run under Apache 1.3 but I am having a lot of
> >trouple getting it to run under Apache2. Very little of the
> >documentation even talks about running it under Apache2.
> >
> >
> Hey could I see your warp connector part of server.xml ?
It's unchanged from the initial install.
<!-- Define an Apache-Connector Service -->
<Service name="Tomcat-Apache">
<Connector className="org.apache.catalina.connector.warp.WarpConnector"
port="8008" minProcessors="5" maxProcessors="75"
enableLookups="true" appBase="webapps"
acceptCount="10" debug="0"/>
<!-- Replace "localhost" with what your Apache "ServerName" is set to
-->
<Engine className="org.apache.catalina.connector.warp.WarpEngine"
name="Apache" debug="0">
<!-- Global logger unless overridden at lower levels -->
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="apache_log." suffix=".txt"
timestamp="true"/>
<!-- Because this Realm is here, an instance will be shared globally
-->
<Realm className="org.apache.catalina.realm.MemoryRealm" />
</Engine>
</Service>
> Have you tried the coyote connector ?
No. I have not been able to find any documentation to it, so I have no
idea how to use it.
--
Ranger Rik -- RikSca@mac.com
Brought to you by FreeBSD 4.5 Joshua 24:15
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E6D22E487D45D411931B00508BCF93E7062569AF>
