Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Tomcat5/mod_jk Memory Leak/mod_jk bypass

James Sherwood

2004-05-31

Replies:

As I posted before, I get a memory leak using mod_jk 1.2 with Tomcat 5.0.25
and Apache 2.049

I beleive it may be related to the mod_jk connector and since I am not
actually serving up anything with apache yet I want to just bypass the
connector for 1 site and hit tomcat directly. I have to use apache for other
things on the server so I cannot just use tomcat.

Any idea the best route for this? (of course a fix for the leak is the best
route:)
My route works but certian urls within the site do not work(although I think
I could get them working).

The way I have done it is this:

<VirtualHost *>

ServerName mysite.ca

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www\.mysite\.ca$ [NC]

RewriteRule ^(.*) http://localhost:8080$1 [p]

</VirtualHost>



Thanks, James



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.