I have a Tomcat installation where I suspect the thread pool may be decreasing over time due to threads not being properly released. I get an error in catalina.out when maxthreads is reached, but I wo
I have to implement a Python web application which operates on data available through web-services (API with GET requests and JSON responses).
If you\'re not using AJP, Tomcat 6.0 Connectors have a nice maxHttpHeaderSize attribute in server.xml.But if you are using AJP, that attribute is not understood.Is there any way to increase the allowe
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I use Spring Security and Apache proxy for a web app. When using standard mod_proxy everything is OK, but after switching to AJP proxy there appears a problem with Spring security redire开发者_JS百科c
I have a Tomcat connected via mod_proxy_ajp to an Apache2.2 instance. Apache does the authentication via mod_auth_kerb, and Tomcat uses request.getRemoteUser() to get the authenticated user.
We have an odd, intermittent error that occurs with mod_proxy_ajp, i.e. using apache as a front end to a tomcat server.
hi all i have my app configured with mod ajp to be as follows: http://www.myapp.com/myapp so when i request a pag开发者_JAVA技巧e like mypage, the url will be
I have my Apache HTTP server set up to forward all requests to Tomcat, i.e. proxy_ajp.conf looks like:
In JBoss 5.1.0, there is a file called <INSTANCE>/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml which includes some settings for applying an offset to the port numbers. This is use