logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Mod_Jk
Author
TopGun



Joined: 18 Dec 2009
Posts: 3

PostPosted: Mon 21 Dec '09 17:49    Post subject: Mod_Jk Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Mon 21 Dec '09 18:13    Post subject: Reply with quote

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

PostPosted: Thu 31 Dec '09 16:28    Post subject: Mod_JK Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 05 Jan '10 11:42    Post subject: Reply with quote

On blackdot.be/?inc=apache/binaries you can find a 64 bit version from mod_jk
Back to top


Reply to topic   Topic: Mod_Jk View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules