The Apache JServ Protocol is an efficient protocol to connect backend web servers to front end web servers.
0
votes
1answer
20 views
Tomcat ajp port change every time with intelliJ
I am using mod_jk to connect apache to tomcat server in my project.
I am using intelliJ IDEA as my development IDE.
Problem with me is, Every time I restart my tomcat in intelliJ, it starts ajp ...
-1
votes
1answer
35 views
Getting mod_jk running [closed]
I am trying to get Apache to forward requests to the examples that come with Tomcat. I did it once on another machine a few months ago, but on this new server I am stump.
Tomcat is running fine, ...
0
votes
0answers
45 views
Apache VirtualHost Serving Tomcat Servlet
I'm running CentOS, Apache 2.2.24, and Tomcat 7.0.32 on a server with a number of virtual hosts. I also have root access to modify httpd.conf, server.xml, etc. A java application is successfully ...
0
votes
1answer
35 views
Glassfish instances unable to startup after enabling AJP
I'm trying to make a cluster with Glassfish 3.1.2.2, I created cluster, then instances and started them and every thing is ok, then I enabled AJP port to make loadbalancer from Apache with mod_jk with ...
0
votes
0answers
43 views
conditional proxypass ajp rules using ip whitelist
I've successfully created a ProxyPass ajp rule which works fine, but now i want to restrict the access of certain urls using an ip-whitelist. In other words, when someone comes from an ip that is not ...
0
votes
0answers
75 views
Apache mod_proxy to tomcat - Why does AJP proxy require webapp name?
I am configuring apache and tomcat using mod_proxy to redirect json requests to tomcat to be served.
I have configured the site so that the web app name isnt in the URL, so you only hit ...
0
votes
0answers
25 views
Setting an Apache environment variable to the value of another Apache environment variable
I need to a set an environment variable in Apache to have the same value as another existing environment so that it is passed through the proxy to Tomcat using AJP. What I thought would work doesn't:
...
0
votes
0answers
108 views
Amazon Elastic Load Balancer with AJP
I'm trying to set up a load-balanced environment in EC2 (without VPC) and I'm having some trouble.
I have successfully put a load balancer in front of a few Windows Server 2008 R2 machines using the ...
0
votes
0answers
118 views
Ajax requests not working with Apache using certificate authentication
The Setup
I have a Tomcat instance set up with my application deployed. The application is set up for certificate authentication and works as expected. The Apache server requires a client ...
0
votes
1answer
69 views
Jboss 4.2.3 - high load on one CPU out of 8
we are running Jboss 4.2.3 on Amazon AWS machine with 8 cores (CPUs)
under load we see that there is a single thread taking massive load on just one CPU, while the other are almost idle. (other ...
0
votes
0answers
63 views
Resources not found when accessing web thru tomcat virtual host
I link web resources such as css, images etc. in my Spring MVC app like this:
<c:set var="res" value="${pageContext.request.contextPath}/resources" />
<link href="${res}/css/style.css" ...
0
votes
0answers
128 views
redirect a folder to https and proxypass to ajp url
I am using Linux centos 5.6 with parellel plesk.
and I am trying to connect apache to ajp connector to talk with jboss 4.x AS webui.
Usually what works is redirecting http://mysite.com/server1 to ...
0
votes
1answer
68 views
My PHP WebApps are not found when using Apache ProxyPass to connnect to Tomcat Java WebApps
I have apache-http setup using proxypass mod to tomcat:
<VirtualHost *:80>
ServerAdmin john@doe.com
ServerName <my domain>.com
ServerAlias www.<my domain>.com
...
0
votes
0answers
213 views
JBoss EAP6 and IIS 7.5 - Cannot get connection using isapi_redirect 1.2.37, which works in JBoss 7.1.1
I have an issue, relating to JBoss EAP 6 and IIS 7.5.
I have a configured set up with multiple instances of JBoss EAP 6 e.g. node-a node-b etc.
I have isapi_redirect in place to load balance between ...
0
votes
0answers
115 views
Attaching files with Firefox to JIRA behind IIS with NTLM doesn't work
I have JIRA installation with Single Sign On implemented. The scheme:
USERS ----HTTP----> TMG FIREWALL ----HTTP----> IIS 7(with Windows Authentication) --------AJP--------> JIRA-Tomcat(with ...
0
votes
1answer
61 views
mod_proxy_ajp cookie value being stripped
I have a set up with apache using mod_proxy_ajp to forward requests to a tomcat server. When the request arrives it seems to lose my values. This was working fine when the request went straight to ...
0
votes
1answer
655 views
Apache 2.2 Virtual hosts + Tomcat 7 applications
I have installed on the same machine one apache server and one tomcat 7 server.
The apache server is used and configured with virtual hosts enabled as is supposed to server multiple php websites.
...
0
votes
0answers
76 views
Jboss 7, JSF2, SHIRO fronted by an apache server
I tried this configuration out yesterday and ran into problems.
I have Apache Shiro configured as a filter for my web app, it is securing pages and urls and handling my authentication. My application ...
1
vote
0answers
206 views
Web Service calls fail with Invalid chunk header on Glassfish 3.1.2.2 + Apache2 + proxy_ajp
I have set up Apache 2.2.16 in front of Glassfish 3.1.2.2 server to provide HTTPS on TCP 443. I am using Apache proxy_http and proxy_ajp modules to relay the requests to Glassfish which is listening ...
0
votes
0answers
227 views
Jboss Appserver and Apache webserver connection Issue
jboss 4.2.3 GA Appserver and Apache Webserver connection using AJP connector
Jboss server hangs after few runs of connection between webserver and appserver(jboss) which leads to restart of server. ...
0
votes
1answer
479 views
Forward REMOTE_USER to tomcat via AJP (e.g. for shibboleth)
Today I just got stuck with the following problem:
1. I configured apache for basic authentication (require valid user); which worked.
2. I further configured apache to forward requests for some path ...
0
votes
0answers
178 views
JBoss 5.0.1 AJP worker thread hangs?
Recently we're experiencing a problem with our JBoss AS and we're not able to identify the root cause.
we have an apache load balancer sitting infront of our jboss servers which delivers the requests ...
1
vote
0answers
30 views
ajp connector to set packet size in tomcat 5.0.3
I have tomcat 5.0.3, in the link its mentioned that the attribute is availiable for tomcat 5.5 onwards.
The attribute packetSize is only available in Tomcat 5.5.20+ and 6.0.2+.
how do increase the ...
0
votes
1answer
2k views
Apache & Tomcat: ProxyPass and ProxyPassReverse
I'am having troubles configuring Apache and Tomcat, this is the scenario:
I have an Apache Web Server, running and working normally, I can access to this one just typing:
http://localhost
Also, in ...
2
votes
1answer
540 views
Apache ProxyPass for URLS inconsistently failing
This one's driving me nuts. I have an active and in-use Apache proxy server serving content up on EC2. It's working great, and has a variety of vhosts that are configured like this:
<VirtualHost ...
0
votes
1answer
139 views
Apache mod proxy ajp for multiple glassfish domains
I can only find information on mod_jk for this, but I think I can't be the only who wants to do this and hopefully someone already does.
I have a single apache httpd server that already has proxy ...
1
vote
1answer
150 views
Connecting Apache to Tomcat with AJP
I am trying to launch a localhost application on Ubuntu with Apache and proxy it to Tomcat so that I can use .jsp pages in my application. It seems that this is possible and I think that I am pretty ...
0
votes
1answer
55 views
apache tomcat connector - website configuration
I have deployed website serving traffic from apache which get pages from tomcat. i have configured mod_jk connector and everything is working fine.
say for example my website url is ...
0
votes
1answer
367 views
Is it possible to have JBoss 7 listening to two AJP ports simultaneously, and how should I connect to it via Apache webserver?
I'm trying to connect to my JBoss 7.1 server from an Apache 2 instance which is running on the same machine. So far I've managed to successfully establish a connection between the two instances using ...
1
vote
0answers
117 views
Xalan 2.7.1 and IIS 7 Cause HTML Truncation
I have a rather sticky problem for which I've done a lot of research but have had no luck in finding a solution.
I have a web application comprised of Tomcat servlets. Tomcat is running on a Windows ...
2
votes
0answers
311 views
HttpExtensionProc::jk_isapi_plugin.c (2328): service() failed with http error 503
We are facing two problem using isapi redirector on a virtual machine.
Every couple minutes the log shows http error 503:
...
[Sun Oct 14 14:25:02.465 2012] [8428:7856] [error] ...
0
votes
2answers
449 views
How do ensure that Apache AJP to Tomcat connection is secure/encrypted?
We want to front-end our Tomcat instance with an Apache instance (running on the same machine) that will be serving everything on HTTPS and connect Apache to Tomcat using AJP. When using AJP, do we ...
0
votes
0answers
106 views
Accessing Shibboleth session attributes in Coyote Request from within a Servlet
I have set up a simple Java web application using Servlets and JSPs in Tomcat.
It is accessd via apache with mod_ssl, mod_proxy_ajp and the shib2 module for authorizing a user on a central shibboleth ...
0
votes
1answer
260 views
Enable compression/gzip on the ajp-connector in jBoss
I have a Apache load balancer and a jBoss cluster serving it.
Now I would like to add compression/gzip to the responses but so far I've only found how to enable it on the load balancer or on the ...
1
vote
0answers
943 views
mod_jk losing connection to tomcat
I am having an issue with my current production server which has just started over the last couple of days.
I am running apache httpd-2.2.3 and tomcat-5.5.20, connected with mod_jk v1.3, and have a ...
0
votes
1answer
211 views
Tomcat threadpool full, but all RUNNABLE
I have a set of worker threads where I run anonymous class runnables for long-running jobs. These threads last long after the response has been returned, but it seems that the thread that these ...
0
votes
2answers
397 views
JBOSS 6.0.0 Server Crashed when i use AJP Protocol - Too many open files
J BOSS 6.0.0 Server Crashed when i use AJP Protocol.
System showing the below exception continuously.
2012-08-21 16:12:51,750 ERROR [org.apache.tomcat.util.net.JIoEndpoint] ...
0
votes
1answer
208 views
Glassfish, Apache (AJP) and Internet Explorer
We have a Glassfish application running on port 8080.
The application is behind an Apache httpd server configured with AJP:
ProxyRequests Off
<Proxy *>
AddDefaultCharset Off
Order ...
0
votes
0answers
163 views
JBoss AS7: multiple web application domains
Ok, let's say I've got two websites (web applications) JEE6-powered.
First I had http://<jb.os.s.ip>:8080/myappcontext
Now I'm succesfully running the first one www.websiteone.com by asking in ...
0
votes
0answers
82 views
how change ajp port with t7mp?
I'm using t7mp for running my maven web projet as:
<plugin>
<groupId>com.googlecode.t7mp</groupId>
<artifactId>maven-t7-plugin</artifactId>
...
3
votes
1answer
289 views
Grails 2.1.0 app tomcat 7.0.22 Session empty after redirect
I am just learning grails and have a problem with an app that works fine when I run it in Netbeans but shows strange behavior when deployed to Tomcat 7.0.22 on a Centos 5.4 server. I am using the ...
1
vote
0answers
227 views
how to monitor apache load balancer nodes
I have apache load balancer doing load balancing via tomcat servers ajp as follows:
Worker URL Route RouteRedir Factor Set Status Elected To From
ajp://localhost:8009/myapp s1 ...
0
votes
0answers
262 views
apache serving tomcat proxy ajp, images with https not displaying
I'm using Apache in front of tomcat with mod_proxy_ajp, i have a tomcat and a site with spring security. My static contents are delivered by tomcat this is my ajp config:
...
ProxyRequests Off
...
0
votes
2answers
1k views
Connecting Apache and Tomcat using mod_proxy_ajp works but JDBC then fails
I have a working Apache 2.2.16 on Debian Squeeze that serves some PHP applications from /var/www/ using different domains (e.g. phpApp1.com, phpApp2.com).
I also have a working Tomcat 7.x that lives ...
0
votes
1answer
93 views
multiple tomcat on same server …ajp stops working
I have a situation where I have several Tomcats installed on the same server in Windows. Each Tomcat has its own ports. The first listens to 8080 ajp 8009 and the second listens to 8081 ajp 8010.
My ...
1
vote
1answer
214 views
Flushing output stream is ignored in a Servlet under Tomcat via AJP
Suppose I have a Java Servlet that takes a while to finish computing it's response, but I'd like the client to see intermediate response rather than wait for it to finish. For example, suppose I have ...
1
vote
1answer
610 views
Tomcat 7 Websockects through AJP not working. Any suggestions?
Does anyone know if the Tomcat release 7.0.27 AJP Connecter can support http upgrade (websockets) if setting your protocol to the AjpNioProtocol.
...
0
votes
1answer
334 views
connect to alternate alternate host alias with ajp protocol
I am connecting to two tomcat application via the ajp protocol.
both of which are running in separate tomcat virtual host as ROOT.war.
On the server, I have configured the /etc/hosts file
127.0.0.1 ...
0
votes
1answer
847 views
JVM HeapDump: The memory is accumulated in one instance of "java.util.concurrent.ConcurrentHashMap$Segment
I have trouble with the JVM-Heap.
We operate a website with Apache HTTP Server and an Apache Tomcat Application Server.
All *.jsp Requests to the Apache HTTP Server will be redirected to the Tomcat ...
0
votes
4answers
914 views
apache ajp configuration for grails application
I have multiple grails application running on a tomcat server, using the ajp protocol. On the same server I have apache running as a front end to those tomcat applications. apache configuration like ...

