File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Connecting to Tomcat 7 via mod proxy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Connecting to Tomcat 7 via mod proxy" Watch "Connecting to Tomcat 7 via mod proxy" New topic
Author

Connecting to Tomcat 7 via mod proxy

Guy deLyonesse
Ranch Hand

Joined: Apr 12, 2011
Posts: 189

Hello,

One of our test sites uses Tomcat 6 as the app container, but access is through ajp using mod_proxy_ajp from Apache.

Is Tomcat 7 compatible with the current version of mod_proxy_ajp?

My understanding is that the ajp mod only redirects a request to the port configured for ajp in Tomcat's server.xml file so it shouldn't matter, but I wonder if that's been verified?
tanuj khare
author
Ranch Hand

Joined: May 02, 2012
Posts: 37
Is Tomcat 7 compatible with the current version of mod_proxy_ajp?

yes


Regards, Tanuj Khare
author of Apache Tomcat 7 Essentials
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Connecting to Tomcat 7 via mod proxy
 
Similar Threads
install tomcat on server with apache
connecting apache 2 and tomcat 7 mod_proxy_ajp configuration
J2EE Hosting
Tomcat Apache and ProxyPass
Tomcat 7 : change port number for manager app