Questions tagged [ajp]

The Apache JServ Protocol is an efficient protocol to connect backend web servers to front end web servers.

The Apache JServ Protocol is an efficient protocol to connect backend web servers to front end web servers. It tries to be more efficient than HTTP by using header compression and preparsed data structures. AJP is mostly used to run a Tomcat backend web server behind an Apache frontend web server but there are no restrictions in the protocol to limit it to these servers.

Referencens

251 questions
0
votes
1 answer

My PHP WebApps are not found when using Apache ProxyPass to connect to Tomcat Java WebApps

I have apache-http setup using proxypass mod to tomcat: ServerAdmin john@doe.com ServerName .com ServerAlias www..com ProxyPass / ajp://localhost:8080// …
JARC
  • 5,288
  • 8
  • 38
  • 43
0
votes
1 answer

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 these nodes. This works successfully in JBoss…
babb
  • 423
  • 2
  • 15
  • 38
0
votes
1 answer

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 ajp connecting to a glassfish 3.1.2 domain via port…
Bill Rosmus
  • 2,941
  • 7
  • 40
  • 61
0
votes
1 answer

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 the AJP-protocol and port 8009. My problem is…
HJahre
  • 61
  • 1
  • 6
0
votes
3 answers

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] (ajp-0.0.0.0-8009-Acceptor-0) Socket accept failed:…
Mallikarjuna Reddy
  • 1,212
  • 2
  • 20
  • 33
0
votes
1 answer

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 AddDefaultCharset Off Order deny,allow Allow from all
Matteo
  • 14,696
  • 9
  • 68
  • 106
0
votes
3 answers

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 LoadModule proxy_module modules/mod_proxy.so LoadModule…
x.509
  • 2,205
  • 10
  • 44
  • 58
0
votes
1 answer

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 problem is: running 7 tomcats from port 8080 to…
Vigj
  • 71
  • 4
  • 7
0
votes
4 answers

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 this: ProxyPass /example1/…
NjPx
  • 25
  • 1
  • 6
-1
votes
2 answers

Help with mod-rewrite to display a new url

hi all i have my app configured with mod ajp to be as follows: http://www.myapp.com/myapp so when i request a page like mypage, the url will be http://www.myapp.com/myapp/mypage and i want when the user requests the page the url is displayed as:…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
-1
votes
1 answer

Getting mod_jk running

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, localhost:8080 loads the default homepage and…
Sam Carleton
  • 1,339
  • 7
  • 23
  • 45
1 2 3
16
17