Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Mod_Jk |
|
Author |
|
TopGun
Joined: 18 Dec 2009 Posts: 3
|
Posted: Mon 21 Dec '09 17:49 Post subject: Mod_Jk |
|
|
Does anyone know how would I go about compiling Mod JK with VS 2005?
Thanks. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 21 Dec '09 18:13 Post subject: |
|
|
There is no need for that. In Apache 2.2 you can use mod_proxy_ajp
So you can use mod_proxy_ajp from apache lounge to connect to your tomcat.
Code: |
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
|
See the manual for more details http://httpd.apache.org/docs/2.2/mod/mod_proxy.html |
|
Back to top |
|
TopGun
Joined: 18 Dec 2009 Posts: 3
|
Posted: Thu 31 Dec '09 16:28 Post subject: Mod_JK |
|
|
Thanks, James. I intend to benchmark the performance between Mod_Jk against Proxy_AJP in a 64 bit environment on Apache 2.2.14. I would appreciate it if someone will help in providing instructions on how to compile Mod_JK in 64 bit. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 05 Jan '10 11:42 Post subject: |
|
|
On blackdot.be/?inc=apache/binaries you can find a 64 bit version from mod_jk |
|
Back to top |
|
|
|
|
|
|