Tagged Questions
5
votes
1answer
618 views
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 ...
4
votes
2answers
577 views
Is there an implementation of AJP protocole in Java?
From Apache, you can use the "mod_jk" module to send http requests to Tomcat using the "AJP" protocole, which is far more efficient that http itself.
I want to do the same, but from a Java program. I ...
3
votes
4answers
4k views
Apache with JBOSS using AJP (mod_jk) giving spikes in thread count
We used Apache with JBOSS for hosting our Application, but we found some issues related to thread handling of mod_jk.
Our website comes under low traffic websites and has maximum 200-300 concurrent ...
2
votes
2answers
980 views
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.
This morning, one of the Tomcat machines ...
1
vote
0answers
194 views
tomcat ajp connector with multiple webapps
I have a tomcat server, with a webapps/ROOT application, fronted by Apache.
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
and
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ...
0
votes
1answer
57 views
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).
The API server is implemented in Java. Preliminarily ...
0
votes
5answers
842 views
Configuring Apache Web Server with Tomcat
I am trying to configure Apache webserver with Tomcat using AJP, but I am not sure am I doing it right or not.
Here are the steps that I followed:
Enabled requiredModule in httpd.conf file
...
0
votes
1answer
308 views
WebSphere Portal v.5.1 and AJP?
is there a way to configure WebSphere Portal to accept AJP connections?
E.g. Tomcat/JBoss and Oracle have a specific AJP port. I can't find it in WebSphere, and I'm getting tired of Googlin' around ...