Apache / Mod_Proxy / Tomcat
Hi,
I have setup an Apache Web Server in front of a Tomcat Web Container.
Basically, All request are handle by Apache and passed to Tomcat using
mod_proxy_ajp
Apache is binded on the IP address of the computer, tomcat is binded
on localhost:8009
When i take a look at the tomcat manager, i see that a lot of Tomcat
Thread with the status keepalive from the same source IP address.
The main configuration of :
ProxyPass /webapp ajp://localhost:8009/webapps retry=30
ProxyPassReverse /webapp ajp://localhost:8009/webapps
Would it be possible to free the connection from Apache Server to
Tomcat server ?
Netstat show a lot of established connections but there is not data sent.
How could we free these keepalive connections that are being
maintained between Apache and Tomcat.
i tryied
ProxyPass /webapp ajp://localhost:8009/webapps
retry=30 disablereuse=On
but this is not recognize.
Can anyone help me ?
Regards,
Farid.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Apache / Mod_Proxy / Tomcat
--00504501416d59fa65047ee4f2a2
Content-Type: text/plain; charset=ISO-8859-1
Check your timeout settings in the apache conf file and set them per your
preferences.
On Feb 6, 2010 9:11 AM, "Farid Izem" <farid.izem [at] gmail.com> wrote:
Hi,
I have setup an Apache Web Server in front of a Tomcat Web Container.
Basically, All request are handle by Apache and passed to Tomcat using
mod_proxy_ajp
Apache is binded on the IP address of the computer, tomcat is binded
on localhost:8009
When i take a look at the tomcat manager, i see that a lot of Tomcat
Thread with the status keepalive from the same source IP address.
The main configuration of :
ProxyPass /webapp ajp://localhost:8009/webapps retry=30
ProxyPassReverse /webapp ajp://localhost:8009/webapps
Would it be possible to free the connection from Apache Server to
Tomcat server ?
Netstat show a lot of established connections but there is not data sent.
How could we free these keepalive connections that are being
maintained between Apache and Tomcat.
i tryied
ProxyPass /webapp ajp://localhost:8009/webapps
retry=30 disablereuse=On
but this is not recognize.
Can anyone help me ?
Regards,
Farid.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
--00504501416d59fa65047ee4f2a2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<p>Check your timeout settings in the apache conf file and set them per you=
r preferences.<br>
</p>
<p><blockquote type=3D"cite">On Feb 6, 2010 9:11 AM, "Farid Izem"=
<<a href=3D"mailto:farid.izem [at] gmail.com">farid.izem [at] gmail.com</a>> w=
rote:<br><br>Hi,<br>
<br>
I have setup an Apache Web Server in front of a Tomcat Web Container.<br>
Basically, All request are handle by Apache and passed to Tomcat using<br>
mod_proxy_ajp<br>
Apache is binded on the IP address of the computer, tomcat is binded<br>
on localhost:8009<br>
When i take a look at the tomcat manager, i see that a lot of Tomcat<br>
Thread with the status keepalive from the same source IP address.<br>
<br>
The main configuration of :<br>
ProxyPass =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /webapp ajp://localhost:8009/weba=
pps retry=3D30<br>
ProxyPassReverse =A0 =A0 /webapp ajp://localhost:8009/webapps<br>
<br>
Would it be possible to free the connection from Apache Server to<br>
Tomcat server ?<br>
Netstat show a lot of established connections but there is not data sent.<b=
r>
How could we free these keepalive connections that are being<br>
maintained between Apache and Tomcat.<br>
<br>
i tryied<br>
ProxyPass =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /webapp ajp://localhost:8009/weba=
pps<br>
retry=3D30 disablereuse=3DOn<br>
but this is not recognize.<br>
<br>
Can anyone help me ?<br>
<br>
Regards,<br>
<br>
Farid.<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</blockquote></p>
--00504501416d59fa65047ee4f2a2--