ajp
How can I monitor/log Tomcat's thread pool?
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[详细]
2023-04-02 23:12 分类:问答Using AJP to perform requests from Python to Java webserver
I have to implement a Python web application which operates on data available through web-services (API with GET requests and JSON responses).[详细]
2023-03-31 13:09 分类:问答Setting Max HTTP Header Size With AJP / Tomcat 6.0
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[详细]
2023-03-22 22:14 分类:问答JS Errors because of proxy_ajp [closed]
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[详细]
2023-03-11 11:47 分类:问答Spring Security and AJP proxy
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[详细]
2023-03-07 06:43 分类:问答Rewrite authenticated Apache2.2 user for mod_proxy_ajp
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.[详细]
2023-02-16 12:51 分类:问答mod_proxy_ajp error: renders html as text/plain, prompts user to "save as..."
We have an odd, intermittent error that occurs with mod_proxy_ajp, i.e. using apache as a front end to a tomcat server.[详细]
2023-02-10 23:12 分类:问答Help with mod-rewrite to display a new url
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[详细]
2023-01-18 18:40 分类:问答Apache forward everything to Tomcat except webmail
I have my Apache HTTP server set up to forward all requests to Tomcat, i.e. proxy_ajp.conf looks like:[详细]
2023-01-14 06:51 分类:问答How does JBoss choose which AJP port to use?
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[详细]
2023-01-10 19:09 分类:问答