Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
4answers
15k views

apache to tomcat: mod_jk vs mod_proxy

What are the advantages and disadvantages of using *mod_jk* and *mod_proxy* for fronting a tomcat instance with apache? I've been using mod_jk in production for years but I've heard that it's "the ...
7
votes
4answers
2k views

Tomcat stops responding to JK requests

I have a nasty issue with load-balanced Tomcat servers that are hanging up. Any help would be greatly appreciated. The system I'm running Tomcat 6.0.26 on HotSpot Server 14.3-b01 (Java 1.6.0_17-b04) ...
6
votes
1answer
3k views

Apache + Tomcat with mod_jk: maxThread setting upon load balancing

I have Apache + Tomcat setup with mod_jk on 2 servers. Each server has its own Apache+Tomcat pair, and every request is being served by Tomcat load balancing workers on 2 servers. I have a question ...
3
votes
1answer
645 views

Application succesfully deployed on Tomcat, but 404 error

I've deployed, after some struggle, a web-app on a (remote) Tomcat 5.5 server (Turnkey Linux comes with that). It is a GoogleWebToolkit web-app with a Java backend. Observing the logs everything went ...
3
votes
1answer
5k views

Apache & JBoss use port 80 at the same time

I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There are several ways I see people doing this mod_jk, mod_proxy, but I'm not sure which one is the ...
3
votes
1answer
11k views

What causes java.lang.IllegalStateException: Post too large in tomcat / mod_jk

what configuration needs to be tweaked, and where does it live, in order to increase the maximum allowed post size?
2
votes
1answer
86 views

Error “No suitable driver” with jdbc, tomcat, apache and mod-jk

I'm installing a webapp in amazon EC2 created by a software provider. Enviroment details: Operative System: ubuntu oneiric java: oracle-java7-jre (taken from Eugenesan's PPA) tomcat: repository ...
2
votes
1answer
488 views

How to hide application context in its URL with Tomcat?

I have a number of applications running in Tomcat. Every one has its own context. I hooked them all to different domain names with Apache HTTP Server and mod_jk (see more details at this question: How ...
2
votes
1answer
211 views

How to represent question mark '?' in Apache mod_jk JkMount?

I have a question regarding mod_jk of Apache. I am writing a JkMount sentence which redirect a URL that contains a question mark to a worker. The syntax is something like: JkMount ...
2
votes
2answers
2k views

Removing Tomcat context from URLs for a virtual host (mod_jk, mod_rewrite)

I have a single Tomcat instance containing a number of webapps, each accessible via it's /Context. Tomcat is behind httpd (actually Debian Apache2), configured with virtual hosts to serve each ...
2
votes
1answer
1k views

What does the error message “all endpoints are disconnected” mean from mod_jk

Does anyone know the meaning of the info message "all endpoints are disconnected, detected by connect check (1), cping (0), send (0)" This occurs with some regularity in my mod_jk log, but I can't ...
2
votes
1answer
2k views

mod_jk conflicts with mod_rewrite

I've got an Apache and Tomcat running and I use mod_jk to bind them. I have a Tomcat worker called "tc1" and the following setup on my VirtualHost: JkMount /* tc1 JkUnMount /*.png tc1 JkUnMount ...
2
votes
4answers
1k views

How do I get tomcat 5.5 to run behind apache 2 with mod_rewrite passing through requests to mod_jk and stripping app context?

Ok, so I want to get a webapp running in tomcat (5.5) to run behind apache 2 (2.2.3 to be precise) serving from the root of the site (i.e. without the context), with static content being served via ...
1
vote
1answer
22 views

find out own public address from within tomcat

I have tomcat application (war file) which people can deploy as they wish. For example by using http/https connectors in Coyote, or using mod_jk/mod_proxy to let Apache handle incoming http/https. A ...
1
vote
1answer
53 views

REMOTE_USER not being set by Apache2?

I am working on a project using Netbeans with Glassfish 3.1 and am trying to implement LDAP authorization. To do so, I also have an LDAP-enabled Apache2 server using mod_jk. The gist is, when an user ...
1
vote
0answers
62 views

How to implement communication between Java EE applications in the same way Apache HTTPD talks to Tomcat/JBoss using AJP?

I've been working on access management solution for an application (Java EE). Here is what I have currently: In the application I have a filter that checks whether specific HTTP headers are set and ...
1
vote
2answers
100 views

Apache Http Load balancing failover with mod_jk

I am using apache http and the mod_jk for load balancing. While using sticky sessions if one of the tomcat instances dies the request is successfully redirected to the other node. If for some reason ...
1
vote
1answer
77 views

Apache+Tomcat+jk: serving static resources in a JEE webapp

I recently installed Apache w/s + Tomcat and using jk was able to route requests from apache to t/c. The examples on the net are usually of the form: JkMount /*.jsp myTC We have several JEE ...
1
vote
1answer
177 views

JkMount Ignoring Alias

I am setting up a new server using Apache, Tomcat and Railo ColdFusion. I am using mod_jk to connect Apache to Tomcat, and am using a CMS system on the java server. I want to forward every request ...
1
vote
1answer
90 views

Measuring Request processing time at JBoss server using Mod_JK

My web application architecture is: Apache 2 (as load balancer) + JBoss 3.2.3 + MySQL 5.0.19. I want to: measure the request processing time (for every individual request) spent on the JBoss server ...
1
vote
0answers
232 views

Request entity too large 413 apache tomcat

Request entity too large The requested resource /some/url/path/on/server does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit. I ...
1
vote
1answer
65 views

no-jk Equivalent in mod_proxy

I've always used Apache + Tomcat via mod_jk. To tell Apache not to forward /recources to Tomcat, you just put this in vhosts: SetEnvIf Request_URI "/resources/*" no-jk How do you do the same thing ...
1
vote
1answer
61 views

Glassfish Httpd error bad gateway

I have deployed Apache Roller 5 on glassfishv3 which httpd as front end. Roller have running works fine, but it's often like bad gateway when i accessed it. i this case, configuration on woker ...
1
vote
0answers
90 views

Apache/Tomcat/mod_jk. How to make several urls to point to different tomcat instances?

My case: I have several webapps running on my tomcat server like this: demo.myserver.com/application1 demo.myserver.com/application2 demo.myserver.com/application3 This is what I want: ...
1
vote
2answers
80 views

How can I make a rewrite-condition dependent on the result of a servlet/jsp?

We have Apache on top of JBoss serving either web or mobile app. We are currently using Apache mod-rewrite to decide where to forward the user to web or mobile (and mod-jk to mount to JBoss), based on ...
1
vote
1answer
461 views

Should Tomcat 6 AJP keep its threads in keepalive state with mod_jk?

I've recently switched my Tomcat server to use AJP fronted by Apache. In the manager I'm seeing: Stage Time B Sent B Recv Client VHost Request K 15395557 ms ? ? 67.195.114.27 ? ? ...
1
vote
0answers
231 views

JNDI lookup with Apache 2.2 mod_jk and JBoss 6?

I would like to setup an environment where two JBoss instances have 2 different applications deployed where SOME SessionBeans share the same JNDI name. Whenever a JNDI name is available in application ...
1
vote
1answer
782 views

How to use mod_rewrite with Apache -> mod_jk -> tomcat setup?

Related to some of my earlier questions. I now have a setup I quite like; Apache httpd listening on port 80 accepting http and https connections. Several Tomcat instances running on several AJP ...
1
vote
3answers
308 views

How to get httpd to forward to multiple tomcats for different urls, including /?

Ok So I've got multiple tomcat instances setup on several AJP ports, I also have Apache httpd listening on port 8090 (cos I've got another app already using 8080 at the moment). I've successfully ...
1
vote
2answers
440 views

Losing Session Id Every Request in Spring 3 MVC Application with Proxy by Apache

I have a web application which I am setting up a shopping cart for; the application serves many different websites, each with it's own domain. Virtual Hosts are used to forward each domain to the ...
1
vote
2answers
312 views

Persistent Sessions with JDBC and Tomcat

We have a cluster of Tomcat servers that share a common web server running mod_jk. We currently use sticky sessions to take care of session handling, but we would like to move to JDBC session sharing. ...
1
vote
1answer
395 views

What happens to mod_jk sticky sessions on apache httpd reload|graceful

As said in the title, i'd like to know if active mod_jk sticky sessions will get preserved if i restart apache webserver with reload or graceful (running on linux (centos5)).
1
vote
1answer
381 views

enabling SSL when Tomcat is interfaced by Apache web server using mod_jk

I have /usr/local/tomcat/webapps/cas, where my java app is running. after interfacing Tomcat and Apache web server(httpd) when I try http://192.168.0.117/cas I can see Login page, but when I try ...
1
vote
1answer
840 views

what does “possible SYN flooding on port 8009. Sending cookies” mean in /var/log/messages?

I have a web application setup apache+mod_jk+tomcat(connector for mod_jk on 8009 port). Recently my app started to hang few times a day and in /var/logs/messages there are entries like "possible SYN ...
1
vote
1answer
2k views

Apache + Tomcat with mod_jk - Web site hangs

I have a website with apache 1.3(SSL enabled) + mod_jk + tomcat 5.5 on Linux redhad setup. Just recently i started having a downtime problem with my web site. Once a day, i get my web site hang on ...
1
vote
0answers
451 views

Apache error “Parent: child process exited with status 3221225477 — Restarting.” No PHP or MySQL

I'm running Apache 2.2.14 on Windows Server 2003, without PHP or MySQL, basically to proxy as a web server for a Java web app. Every few hours or so Apache restarts with a message [notice] Parent: ...
1
vote
2answers
297 views

Problem getting apache to default to a particular JKMount using mod_jk

I have an apache instance fronting 4 tomcat webapps, lets call them app1, app2, app3, app4. I'm using mod_jk to act as the connector and I've set up apache with JKMount entries for each and I can ...
1
vote
3answers
646 views

How to disable compression in Apache on some response header from mod_jk proxied application server

I have a tomcat server configured (by mod_jk) to work through Apache Httpd server. Apache Httpd server compresses (by mod_deflate) all text/html sent to browser. Some jsp pages are interactive and ...
1
vote
1answer
370 views

Wicket application + Apache + mod_jk - AJP queues are filling up!

We are having a Wicket-based Java application deployed in a production server cluster using Apache (2.2.3) with mod_jk (1.2.30) as load balancing component w/ sticky session and Jboss 5 as application ...
1
vote
1answer
2k views

Configuring mod_rewrite and mod_jk for Apache 2.2 and JBoss 4.2.3

My problem is as follows: I have JBoss 4.2.3 application server with AJP 1.3 connector running on one host under Windows (192.168.1.2 for my test environment) and Apache 2.2.14 running on another ...
1
vote
1answer
673 views

Should mod_proxy_ajp or mod_jk be used for a production environment?

I've been searching over the past few days of whether I should use mod_proxy_ajp or mod_jk to connect apache httpd and tomcat. All the sites I find are a few years old and outdated. So, which is best ...
1
vote
1answer
420 views

mod_jk help with apache2 tomcat6 and railo3 on ubuntu server 9.04

Hello I am trying to setup the coldfusion server railo on tomcat6 and using apache2 to connect to tomcat via mod_jk. I've gotten everything setup except that i would like to be able to have my railo ...
1
vote
0answers
482 views

mod_jk on windows 64 bit

Anyone know where to get a windows 64 bit shared object for mod_jk. I've just moved to 64 bit machine. It's not where I would expect to find it: ...
1
vote
2answers
2k views

Linking Apache to Tomcat with multiple domains

Okay, so I've been working for a while on this, and have been searching, but so far I have not found any answers that actually answer what I want to know. I'm a little bit at the end of my rope with ...
1
vote
2answers
23k views

502 Bad Gateway… invalid response from upstream server (apache and jboss)

I'm using apache on one machine to serve requests to jboss on another machine. Everything works fine when I startup jboss and I'm able to access the web app, but after a few hours I eventually start ...
1
vote
1answer
424 views

How do I serve some path patterns from DocumentRoot, and others from modjk?

We have an existing situation where we have Apache 2.0 HTTPD acting as the load balancer for a cluster of backend tomcats, using mod_jk 1.2 to communicate between the two. The applications themselves ...
1
vote
2answers
490 views

How can I force a request through mod_jk down to a specific worker?

If I have mod_jk set up with several workers and a load balancer worker, is there a request parameter or something that would allow me to force a specific http request down to a specific worker. For ...
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 ...
0
votes
0answers
21 views

Apache mod_jk redirection, how does it work? Software that supports Sessions

How does mod_jk redirect traffic in a cluster (in theoretical terms) ? I need some Web Applications to test session replication with a mod_jk cluster for my thesis. These Apps should be available as ...
0
votes
1answer
125 views

Apache + Mod_JK + Glassfish - Session issue

I am using Apache 2.2.17 on Ubuntu Mod_JK 1.2.30-1 Glassfish 3.1.1 All of these on an Amazon EC2 instance Configuration is working in development server and is actually pretty "standard" (no ...

1 2 3