Tagged Questions

4
votes
10answers
3k views

Apache/Tomcat error - wrong pages being delivered

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 ...
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
5answers
943 views

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. The error User clicks on a link browser prompts user to "save as...." (e.g. ...
2
votes
2answers
269 views

Stuck with apache,mod-ajp weird redirection

hi all i have a redirection problem with mod ajp, that it always adds the application name before the desired page, for example: if i requested the page: http://myapp.com/mypage it is converted to ...
2
votes
1answer
4k views

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. If I need to disable keep-alive connections for browsers, ...
2
votes
2answers
4k views

ProxyPass, ProxyReverse vs AJP

I currently have a Tomcat + Apache HTTP server setting to serve my Java servlet: ProxyPass /myservice http://localhost:8080/myservice ProxyPassRerverse /myservice http://localhost:8080/myservice ...
2
votes
2answers
6k views

Apache + Tomcat: Using mod_proxy instead of AJP

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: ProxyPass /path ...
1
vote
1answer
24 views

How can I protect a Tomcat webapp that's reverse proxied in an Apache2 virtual host using basic authentication?

I'm having trouble figuring out how to adding basic HTTP authentication to password-protect a development testing environment running on a production web server. Both the main site and the testing ...
1
vote
1answer
28 views

Jboss Pausing AJP port

I'm trying to connect Apache WS to JBoss via AJP protocol. The problem is that JBoss pauses the binding for the ajp port. Here's the log: [JBoss Shutdown Hook] : AjpProtocol - Pausing Coyote AJP/1.3 ...
1
vote
1answer
176 views

secondary ajp worker not working between apache and tomcat

I've had this working for months but I had a power cycle today and something broke. Sorry, this is a bit detailed and specific, but I'm desperate for help. I have apache-2.2 and two tomcat-6 servers ...
1
vote
0answers
451 views

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. This ...
1
vote
4answers
183 views

python web app in prod

I am considering to use python serving json based web services, my priorities are, in order: maintainability easy of coding high availability performance Apache->AJP->Flup->Python seems ok to me, ...
1
vote
1answer
430 views

Avoid 302 Redirects through Apache

Hello I have a confluence installation running on tomcat. In front of tomcat I have an apache server. When I go to my page a 302 to /homepage.action is done and afterwards a redirect to the start ...
1
vote
5answers
1k views

Apache is incorrectly converting jsp pages to “text/plain”

I've got a fairly normal setup in which Apache proxies requests to a servlet running inside Tomcat over the AJP protocol. We've run this setup on Apache 2.0.46/Tomcat 5.0.28 for ages without ...
1
vote
3answers
3k views

Using ProxyPass for pages but not images

As a result of horrible, horrible errors, we've changed how we connect Apache to Tomcat. We were using mod_jk: JkMount /path ajp13 Now we're using mod_proxy_ajp: ProxyPass /path ...
1
vote
2answers
1k views

Startup Deployment Architecture- Running Glassfish V3 Prelude without Apache

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 ...
0
votes
0answers
104 views

Apache Loadbalancing with Tomcat backend AJP1_3 serving Webservers

I am trying to configure a loadbalancer of Apache 2.2 on RHL (Linux) to be in the front of two Tomcat webservers serving AJP (Apache JServe Protocol)1.3. The goal is for users to be persistently ...
0
votes
2answers
231 views

we have ? in a url and ajp converts it to %3F

with the Mod_jk connector we have this in our /etc/apache2/sites-available file: RewriteRule \/$ /op_ugw/orderportal/home?switchprofile=RecyledPlants [L] This works fine. and www.recycledplants.com ...
0
votes
1answer
197 views

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: ProxyPass / ajp://localhost:8009/ where Tomcat is listening on port 8009. This works find ...
0
votes
2answers
1k views

Subdomain under Apache to proxy into Tomcat

I'm having trouble with making a subdomain to my Windows computer while using AJP to proxy to Tomcat. This is what I have in my httpd.conf file: <VirtualHost *:80> ServerName ...
0
votes
2answers
949 views

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 the following configurations: Apache2 ...
0
votes
1answer
420 views

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. Configuration snippet: <Location ...
0
votes
2answers
1k views

Apache Webserver & JBoss AJP connectivity with https

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 ...
0
votes
5answers
843 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 ...
0
votes
3answers
1k views

How do I connect my tomcat app to apache 2 so the paths aren't lame?

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: <Location /> ...