ajp
AJP proxy that maps internal servlet name to a different external name
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[详细]
2022-12-20 05:23 分类:问答Identify cause of hundreds of AJP threads in Tomcat
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.[详细]
2022-12-19 00:37 分类:问答How do I convince mod_proxy_ajp to pass environment variables to its backend?
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.[详细]
2022-12-12 16:18 分类:问答apache proxy to tomcat keep alive confusion
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.[详细]
2022-12-12 02:50 分类:问答How to set the AJP packet size in Tomcat?
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[详细]
2022-12-11 14:29 分类:问答Apache Webserver & JBoss AJP connectivity with https
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[详细]
2022-12-10 04:45 分类:问答