Using apache2 I want to set up an AJP proxy for a Tomcat server that maps an internal servlet URL to a completely different URL externally. Currently I am using t开发者_JAVA百科he following configurat
We have two Tomcat 6.0.20 servers fronted by Apache, with communication between the two using AJP. Tomcat in turn consumes web services on a JBoss cluster.
I\'m trying to use Apache\'s mod_proxy with the AJP backend and an ajp-wsgi app server but it doesn\'t seem to be sending SetEnv variables to the application server.
I have an apache 2.2 server infront of a tomcat 6 server. using mod_proxy_ajp on apache to proxy requests to tomcat. pretty standard setup.
I\'ve followed the instructions here for setting the maxPacketSize in AJP... AJP connector doc It states in the doc that I need to \"you must also change the packetSize attribute of your AJP connect
We are hosting a Java EE Application running on JBoss. For security reasons this application that should be available on the internet is protected with a front-end Apache server. We are using AJP to e