active questions tagged ajp - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T05:35:54Z http://stackoverflow.com/feeds/tag/ajp http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1846034/apache-with-jboss-using-ajp-modjk-giving-spikes-in-thread-count 0 Apache with JBOSS using AJP (mod_jk) giving spikes in thread count. Beginner 2009-12-04T10:11:49Z 2009-12-04T22:57:30Z <p>We used Apache with JBOSS for hosting our Application, but we found some issues related to thread handling of mod_jk. </p> <p>Our website comes under low traffic websites and has maximum 200-300 concurrent users during our website's peak activity time. As the traffic grows (not in terms of concurrent users, but in terms of cumulative requests which came to our server), the server stopped serving requests for long, although it didn't crash but could not serve the request till 20 mins. The JBOSS server console showed that 350 thread were busy on both servers although there was enough free memory say, more than 1-1.5 GB (2 servers for JBOSS were used which were 64 bits, 4 GB RAM allocated for JBOSS)</p> <p>In order to check the problem we were using JBOSS and Apache Web Consoles, and we were seeing that the thread were showing in S state for as long as minutes although our pages take around 4-5 seconds to be served. </p> <p>We took the thread dump and found that the threads were mostly in WAITING state which means that they were waiting indefinitely. These threads were not of our Application Classes but of AJP 8009 port. </p> <p>Could somebody help me in this, as somebody else might also got this issue and solved it somehow. In case any more information is required then let me know.</p> <p>Also is mod_proxy better than using mod_jk, or there are some other problems with mod_proxy which can be fatal for me if I switch to mod__proxy?</p> <p>The versions I used are as follows:</p> <pre><code>Apache 2.0.52 JBOSS: 4.2.2 MOD_JK: 1.2.20 JDK: 1.6 Operating System: RHEL 4 </code></pre> <p>Thanks for the help.</p> http://stackoverflow.com/questions/1685563/apache-webserver-jboss-ajp-connectivity-with-https 0 Apache Webserver & JBoss AJP connectivity with https Shyam 2009-11-06T05:17:01Z 2009-11-26T22:00:02Z <p>We are hosting a JEE 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 enable this.</p> <p>This works fine when we access the application through http. When we try to do this with https, it doesn't work, we get a 404 error when we access the JEE application. We have placed the SSL certificates in the Apache server.</p> http://stackoverflow.com/questions/1793255/how-do-i-convince-modproxyajp-to-pass-environment-variables-to-its-backend 0 How do I convince mod_proxy_ajp to pass environment variables to its backend? joeforker 2009-11-24T22:04:49Z 2009-11-24T22:06:57Z <p>I'm trying to use Apache's <code>mod_proxy</code> with the <code>AJP</code> backend and an ajp-wsgi app server but it doesn't seem to be sending <code>SetEnv</code> variables to the application server.</p> <p>Configuration snippet:</p> <pre><code>&lt;Location /script&gt; ProxyPass ajp://localhost:8009/script SetEnv FOO "barbobot" &lt;/Location&gt; </code></pre> <p>How do I pass environment variables from the Apache configuration to my app server?</p> http://stackoverflow.com/questions/1787557/apache-proxy-to-tomcat-keep-alive-confusion 0 apache proxy to tomcat keep alive confusion Patrick 2009-11-24T03:14:14Z 2009-11-24T04:14:27Z <p>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.</p> <p>If I need to disable keep-alive connections for browsers, how do i do this?</p> <p>I need to do disable keep-alive http requests because i suspect some of my users have firewalls that might be dropping an un-active keep-alive connection which randomly causes problems.</p> <p>There are various 'keep alive' bits and pieces of configuration on both apache and tomcat.</p> <p>httpd.conf has "KeepAlive Off" (which does not seem to be making a difference in my case)</p> <p>also in httpd.conf where you set ProxyPass, you can have a parameter "keepalive" but this is only supposed to help if there are proxies/firewalls between my apache and tomcat, which there isn't in my case and is not the problem.</p> <p>Tomcat itself, the http connector has "keepAliveTimeout" and "maxKeepAliveRequests" but this is only for http connectors.</p> <p>The tomcat ajp connector also has a "keepAliveTimeout", but this is for ajp requests coming from apache, not sure if this should/flows on to the real HTTP request from the browser to apache.</p> <p>To top it all there is also the HTTP1.0 vs HTTP1.1 differentiation.</p> <p>So it gets confusing.... can someone please explain?</p> http://stackoverflow.com/questions/246540/apache-tomcat-error-wrong-pages-being-delivered 3 Apache/Tomcat error - wrong pages being delivered Marcus Downing 2008-10-29T12:03:33Z 2009-11-16T17:49:16Z <p>This error has been driving me nuts. We have a server running Apache and Tomcat, serving multiple different sites. Normally the server runs fine, but sometimes an error happens where people are served the wrong page - <strong>the page that <em>somebody else</em> requested!</strong></p> <p>Clues:</p> <ul> <li>The pages being delivered are those that another user requested recently, and are otherwise delivered correctly. It's been known for two simultaneous requests to be swapped. As far as I can tell, none of the pages being incorrectly delivered are older than a few minutes.</li> <li>It only affects the files that are being served by Tomcat. Static files like images are unaffected.</li> <li>It doesn't happen all the time. When it does happen, it happens for everybody.</li> <li>It seems to happen at times of peak demand. However, the demand is not yet very high - it's certainly well within the bounds of what Apache can cope with.</li> <li>Restarting Tomcat fixed it, but only for a few minutes. Restarting Apache fixed it, but only for a few minutes.</li> <li>The server is running Apache 2 and Tomcat 6, using a Java 6 VM on Gentoo. The connection is with AJP13, and <code>JkMount</code> directives within <code>&lt;VirtualHost&gt;</code> blocks are correct.</li> <li>There's nothing of use in any of the log files.</li> </ul> <p><hr /></p> <p><strong>Further information:</strong></p> <p>Apache does not have any form of caching turned on. All the caching-related entries in httpd.conf and related imports say, for example:</p> <pre><code>&lt;IfDefine CACHE&gt; LoadModule cache_module modules/mod_cache.so &lt;/IfDefine&gt; </code></pre> <p>While the options for Apache don't include that flag:</p> <pre><code>APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST -D PHP5 -D JK" </code></pre> <p>Tomcat likewise has no caching options switched on, that I can find.</p> <p><a href="http://stackoverflow.com/questions/246540/apachetomcat-error-wrong-pages-being-delivered#246566">toolkit's suggestion</a> was good, but not appropriate in this case. What leads me to believe that the error can't be within my own code is that it isn't simply a few values that are being transferred - it's the entire request, including the URL, parameters, session cookies, the whole thing. People are getting pages back saying "You are logged in as John", when they clearly aren't.</p> <p><hr /></p> <p><strong>Update:</strong></p> <p>Based on suggestions from several people, I'm going to add the following HTTP headers to Tomcat-served pages to disable all forms of caching:</p> <pre><code>Cache-Control: no-store Vary: * </code></pre> <p>Hopefully these headers will be respected not just by Apache, but also by any other caches or proxies that may be in the way. Unfortunately I have no way of deliberately reproducing this error, so I'm just going to have to wait and see if it turns up again.</p> <p>I notice that the following headers are being included - could they be related in any way?</p> <pre><code>Connection: Keep-Alive Keep-Alive: timeout=5, max=66 </code></pre> <p><hr /></p> <p><strong>Update:</strong></p> <p>Apparently this happened again while I was asleep, but has stopped happening now I'm awake to see it. Again, there's nothing useful in the logs that I can see, so I have no clues to what was actually happening or how to prevent it.</p> <p>Is there any extra information I can put in Apache or Tomcat's logs to make this easier to diagnose?</p> <p><hr /></p> <p><strong>Update:</strong></p> <p>Since this has happened again a couple of times, we've changed how Apache connects to Tomcat to see if it affects things. We were using <code>mod_jk</code> with a directive like this:</p> <pre><code>JkMount /portal ajp13 </code></pre> <p>We've switched now to using <code>mod_proxy_ajp</code>, like so:</p> <pre><code>ProxyPass /portal ajp://localhost:8009/portal </code></pre> <p>We'll see if it makes any difference. This error was always annoyingly unpredictable, so we can never definitively say if it's worked or not.</p> <p><hr /></p> <p><strong>Update:</strong></p> <p>We just got the error briefly on a site that was left using <code>mod_jk</code>, while a sister site on the same server using <code>mod_proxy_ajp</code> didn't show the error. This doesn't prove anything, but it does provide evidence that swithing to <code>mod_proxy_ajp</code> may have helped.</p> <p><hr /></p> <p><strong>Update:</strong></p> <p>We just got the error again last night on a site using <code>mod_proxy_ajp</code>, so clearly that hasn't solved it - <code>mod_jk</code> wasn't the source of the problem. I'm going to try the anonymous suggestion of turning off persistent connections:</p> <pre><code>KeepAlive Off </code></pre> <p>If that fails as well, I'm going to be desperate enough to start investigating GlassFish.</p> <p><hr /></p> <p><strong>Update:</strong></p> <p>Dammit! The problem just came back. I hadn't seen it in a while, so I was starting to think we'd finally sorted it. I hate heisenbugs.</p> http://stackoverflow.com/questions/1730158/how-to-set-the-ajp-packet-size-in-tomcat 0 How to set the AJP packet size in Tomcat? jeff porter 2009-11-13T16:03:43Z 2009-11-13T16:54:33Z <p>I've followed the instructions here for setting the maxPacketSize in AJP...</p> <p><a href="http://tomcat.apache.org/connectors-doc/reference/workers.html" rel="nofollow">AJP connector doc</a></p> <p>It states in the doc that I need to "you must also change the packetSize attribute of your AJP connector on the Tomcat side! The attribute packetSize is only available in Tomcat 5.5.20+ and 6.0.2+."</p> <p>I have no idea how to change it though!</p> <p>This doc talks about changing it in Tomcat, but I can't find out WHERE I actually need to change it (what properties file/config file etc)</p> <p><a href="http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html" rel="nofollow">Tomcat AJP Connector</a></p> <p>Can anyone give me a clue please?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1571614/what-is-the-cause-and-how-to-fix-503-errors-with-this-in-apache-errorlog-broke 1 What is the cause and how to fix 503 errors with this in Apache error_log: "Broken pipe: ajp_ilink_send(): send failed" abunetta 2009-10-15T10:55:40Z 2009-11-04T15:55:09Z <p>I'm having intermittent problems with a servlet running on JBoss, with Apache forwarding it all requests via mod_proxy_ajp.so.</p> <p>Sometimes, for REST requests, I get 503 errors from Apache. When this happens, the Apache error_log has this in it:</p> <pre><code>[Mon Oct 12 09:10:19 2009] [error] (32)Broken pipe: ajp_ilink_send(): send failed [Mon Oct 12 09:10:19 2009] [error] (32)Broken pipe: proxy: send failed to 127.0.0.1:8009 (localhost) </code></pre> <p>After a few failed attempts, it starts working again.</p> <p>I've googled some and found that I'm not the only one who has encountered the problem. The only solution I've found is to make sure that Apache is started after JBoss (I restart Apache after restarting JBoss).</p> <p>The strange thing about this problem is that there are other servlets running in this JBoss and I don't have the problem there.</p> <p>The servlet is CXF JAX-RS based.</p> <p>Apache is 2.2.6.</p> http://stackoverflow.com/questions/243071/websphere-portal-v-5-1-and-ajp 0 WebSphere Portal v.5.1 and AJP? Balint Pato 2008-10-28T12:21:49Z 2009-10-31T12:35:59Z <p>Hello, </p> <p>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 IBM pages.</p> <p>Thank you in forward... Balint</p> http://stackoverflow.com/questions/1609327/is-ajp-secure-enough 1 Is AJP secure enough? Abdul 2009-10-22T19:04:30Z 2009-10-22T19:28:39Z <p>We need to host a java richfaces/hibernate app in our hosting service. As a requirement of our security department we cannot make any connection from that application to our internal databases. One suggested solution was to make an internal webservice, but changing all the database layer is hard. I want to use AJP instead. Is it secure enough?</p> <p>[Edit] By asking this I mean the apache httpd will be serving https and by wrapping AJP to go inside our internal servers may the channel be monitored (plaintext)? I don't find documentation of the protocol itself.</p> http://stackoverflow.com/questions/933959/apache-is-incorrectly-converting-jsp-pages-to-text-plain 1 Apache is incorrectly converting jsp pages to "text/plain" AndrewR 2009-06-01T08:20:53Z 2009-08-26T19:29:55Z <p>I've got a fairly normal setup in which Apache proxies requests to a servlet running inside Tomcat over the AJP protocol. </p> <p>We've run this setup on Apache 2.0.46/Tomcat 5.0.28 for ages without problems but have recently updated to Apache 2.2.3/Tomcat 5.5.</p> <p>The problem is that we've noticed that intermittently (maybe one time in 3) Apache will somehow convert the "Content-Type" HTTP header of a page served by the servlet from "text/html" to "text/plain", which results in the browser displaying the HTML source instead of rendering it.</p> <p>Has anyone seen this sort of behavior before and know what might be the cause? I suspect we're doing something bad in our servlet code that the old version of Tomcat/Apache was more forgiving of.</p> <p><strong>Update</strong>: I have confirmed that it's Apache changing the headers. If I browse directly to Tomcat the problem doesn't occur.</p> http://stackoverflow.com/questions/1180974/proxypass-proxyreverse-vs-ajp 1 ProxyPass, ProxyReverse vs AJP unknown (google) 2009-07-25T02:05:44Z 2009-07-25T02:47:02Z <p>I currently have a Tomcat + apache http server setting to serve my Java servlet: ProxyPass /myservice <a href="http://localhost:8080/myservice" rel="nofollow">http://localhost:8080/myservice</a> ProxyPassRerverse /myservice <a href="http://localhost:8080/myservice" rel="nofollow">http://localhost:8080/myservice</a> this is all fine except that myservice needs to know client ip address, which always turns out to be 127.0.0.1 due to the Proxy, is there a solution to get the real ip address? is AJP an option?</p> <p>doGet(HttpServletRequest request, HttpServletResponse response){ request.getRemoteAddr() }</p> http://stackoverflow.com/questions/956361/apache-tomcat-using-modproxy-instead-of-ajp 2 Apache + Tomcat: Using mod_proxy instead of AJP Marcus Downing 2009-06-05T15:05:23Z 2009-06-07T22:05:02Z <p>Is there any way I connect Apache to Tomcat using an HTTP proxy such that Tomcat gets the correct incoming host name rather than localhost? I'm using this directive in apache:</p> <pre><code>ProxyPass /path http://localhost:8080/path </code></pre> <p>But it comes through as localhost, which is useless when we have a bunch of sites on the same server. I could set the host manually in the server config:</p> <pre><code>&lt;Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" proxyName="pretend.host" proxyPort="80" /&gt; </code></pre> <p>But that again doesn't serve more than one site. And I don't like the idea of using a different internal port for each site, that sounds really ugly.</p> <p>Is there no way to transfer the port when I proxy it?</p> <p>(If you ask why I don't just use AJP, the answer is <a href="http://stackoverflow.com/questions/246540/apache-tomcat-error-wrong-pages-being-delivered">this error</a>. I'm trying everything I can before giving up on <a href="http://serverfault.com/questions/589/alternatives-to-apache">Tomcat and Apache entirely</a>)</p> http://stackoverflow.com/questions/230644/how-do-i-connect-my-tomcat-app-to-apache-2-so-the-paths-arent-lame 0 How do I connect my tomcat app to apache 2 so the paths aren't lame? danb 2008-10-23T17:29:24Z 2009-04-01T22:09:44Z <p>I've got a tomcat instance with several apps running on it... I want the root of my new domain to go to one of these apps (context path of blah).. so I have the following set up:</p> <pre><code>&lt;Location /&gt; ProxyPass ajp://localhost:8025/blah ProxyPassReverse ajp://localhost:8025/blah &lt;/Location&gt; </code></pre> <p>it kinda works... going to mydomain.com/index.jsp works except the app still thinks it needs to add the /blah/ to everything like css and js.. is there something I can do without deploying the app to ROOT or changing the tomcat server config? I'd like to keep all this kind of thing on the apache side, if it's possible.</p> <p>I'm thinking I may not be understanding the proxypassreverse directive.. </p> http://stackoverflow.com/questions/569861/using-proxypass-for-pages-but-not-images 1 Using ProxyPass for pages but not images Marcus Downing 2009-02-20T15:03:55Z 2009-02-23T07:43:01Z <p>As a result of <a href="http://stackoverflow.com/questions/246540/apache-tomcat-error-wrong-pages-being-delivered">horrible, horrible errors</a>, we've changed how we connect Apache to Tomcat. We were using <code>mod_jk</code>:</p> <pre><code>JkMount /path ajp13 </code></pre> <p>Now we're using <code>mod_proxy_ajp</code>:</p> <pre><code>ProxyPass /path ajp://localhost:8009/path ProxyPassReverse /path ajp://localhost:8009/path </code></pre> <p>However, there's a feature that <code>JkMount</code> offered but <code>ProxyPass</code> doesn't: the ability to select on file types. This made it possible to proxy html files, but not images - in other words, to let the nice fast Apache serve the static stuff, and resorting to the slow Tomcat only for the dynamic stuff.</p> <pre><code>JkMount /*.html ajp13 </code></pre> <p>Is there any way of achieving this with <code>ProxyPass</code>? Possibly using a surrounding <code>&lt;Location&gt;</code> directive or something like that?</p> http://stackoverflow.com/questions/109592/speed-up-images-in-tomcat-6 2 Speed up images in Tomcat 6 ethyreal 2008-09-20T22:15:35Z 2009-01-14T11:50:08Z <p>In tomcat 6 i have a servlet running openbluedragon, everything compiles and servers up quik, with the exception of images, they really lag significantly. Any suggestions optimization for image serving?</p> <p>Here is my server.xml:</p> <pre><code> &lt;Service name="Catalina"&gt; &lt;Connector port="8009" protocol="AJP/1.3" /&gt; &lt;Connector port="8080" maxThreads="100" protocol="HTTP/1.1" connectionTimeout="20000" /&gt; &lt;Engine name="Standalone" defaultHost="hostname.whatever" jvmRoute="ajp13"&gt; &lt;Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase"/&gt; &lt;Host name="hostname.whatever" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"&gt; ...context &lt;/Host&gt; &lt;/Engine&gt; &lt;/Service&gt; </code></pre> http://stackoverflow.com/questions/215537/startup-deployment-architecture-running-glassfish-v3-prelude-without-apache 1 Startup Deployment Architecture- Running Glassfish V3 Prelude without Apache... DanielHonig 2008-10-18T20:26:03Z 2008-10-21T06:36:46Z <p>So am I crazy for considering doing a beta/production release on Glassfish V3 Prelude? Since all of my content is dynamic, I'm not even thinking of bothering to set up apache in front either. Doing so complicates the setup by requiring something like AJP or mod_jk and will not offer us much in terms of capability.</p> <p>So there will be three war files on deployment. 3 JNDI data sources with about 90 connections parked, scaling up to 160 to a PGSQL datastore....</p> <p>The three wars comprise a CMS system and a grails application?</p> <p>Is my logic fatally flawed that I don't need to put apache in front of this setup?</p> http://stackoverflow.com/questions/149662/is-there-an-implementation-of-ajp-protocole-in-java 3 Is there an implementation of AJP protocole in Java ? Zappa 2008-09-29T17:02:59Z 2008-09-30T07:58:03Z <p>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.</p> <p>I want to do the same, but from a Java program. I want to use "AJP" because of its good performances (and Tomcat is not bad after all).</p> <p>Of course, "google is my friend" (but I didn't find what I was looking for).</p> <p>So my question is :</p> <p>Do someone know about a Java implementation of the client side of "AJP" ? </p>