Questions tagged [mod-proxy-ajp]

Apache module that provides support for the Apache JServ Protocol version 1.3

Apache module that provides support for the Apache JServ Protocol version 1.3. The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server.

23 questions
4
votes
0 answers

Using mod_proxy_ajp, how do I set "special" AJP attributes?

I have set up an Apache Web Server 2.4 to act as a proxy for Apache Tomcat 7, communicating via the AJP protocol (mod_proxy_ajp on the Apache side and an AJP connector on the Tomcat side). Everything works great for basic functionality. Now, I am…
Douglas Rapp
  • 115
  • 1
  • 9
1
vote
1 answer

Apache mod_proxy_ajp module prematurely sending traffic to spare backend server

We've got a pair of Apache 2.4 web servers (web02, web03) running mod_proxy_ajp talking to a pair of Tomcat 7.0.59 servers (app02, app03). The Tomcat server on app03 is a standby server that should not get traffic unless app02 is completely…
kernelpanic
  • 1,158
  • 5
  • 17
  • 36
1
vote
0 answers

How to fix 'AH00992: ajp_read_header: ajp_ilink_receive failed' apache proxy error with glassfish server?

Apache server is configure as proxy to Glassfish server. A Vaadin application has been deployed on the Glassfish sever. Application loading fails with CSS. Is it a problem with Apache configuration or Glassfish application/configuration ? The system…
Ruddy32
  • 81
  • 2
  • 6
1
vote
0 answers

CSS, JS and other static contents are not loading for liferay 7 with Apache load balancer

I am using Liferay 7.0 GA3 version and using Apache 2.4 as reverse proxy. Both servers installed on Windows 2012 R2 and facing problem while loading home page for liferay where all JS, CSS and other static components are not getting displayed and…
1
vote
1 answer

Accessing AJP request data from a GWT servlet

I'm trying to create a GWT application that implements Shibboleth-based authorization. Because eventually it should be served in "production mode", I chose to run the application using Tomcat7, however the client connects to Apache2 which then…
koala
  • 133
  • 8
1
vote
1 answer

Bitnami Tomcat stack Connection timeout

Using bitnami tomcat stack(Apache + Tomcat) under AWS. Everything was perfect until now. One of the new functionality in Webapps requires more then 2mins of waiting time to get it done. But before execution stops Apache sends HTTP-500 error. When…
arvindwill
  • 1,960
  • 1
  • 23
  • 39
1
vote
2 answers

How to override scheme and is_ssl in apache HTTP Server for mod_proxy_ajp

We are running Tomcat 7 behind a load balancer that works also as SSL terminator, and an Apache HTTP Server 2.4. The Apache connects to the Tomcat via mod_proxy_ajp. For the application it is important that Tomcat is aware that the request is…
Dr. Hans-Peter Störr
  • 25,298
  • 30
  • 102
  • 139
1
vote
1 answer

jsf resources inproperly resolved via ajp connector

I have application in JSF2 (using Primefaces). I resolve url to resources using h:outputStylesheet, so links to my css look like: /project/javax.faces.resource/style.css.xhtml?ln=css When I deploy project on tomcat on my server everything works…
gawi
  • 2,843
  • 4
  • 29
  • 44
1
vote
0 answers

tcpsndbuf causing max CPU load

I do run a web application, which I stripped to the max to avoid a high tcpsndbuf values. Still a failcnt on tcpsndbuf will be reached after a few days and very, very little traffic. I initially thought it is an application container issue as…
feder
  • 1,849
  • 2
  • 25
  • 43
1
vote
1 answer

Amazon Load Balancer sticky sessions with ajp:8009

We configured ELB with sticky sessions for the JSESSIONID cookie for two tomcats (tomcat1 and tomcat2)(Flow is - Apache Http Server - ELB - tomcats) AJP protocol with port 8009 has been configured on tomcat side as from AWS ELB there is no AJP…
1
vote
0 answers

how do I configure Apache 2.4 to have a domain name poiting to my webapp

I have a war file developed under Eclipse using Struts2 MVC framework running in a Tomcat 7. I have fronted tomcat with Apache 2.4.7 via mod_proxy_ajp. So, I enabled mod_proxy and mod_proxy_ajp and added the following in my default enabled site…
Abdel Ali
  • 11
  • 2
1
vote
1 answer

Atmosphere 2.1.2 + apache 2.4.6 with mod_proxy_ajp cannot forward request to Tomcat 7

I have Apache 2.4 with mod_proxy_ajp to forward REST requests to Tomcat 7. Everything works fine except that I am using Atmosphere 2.1.2 and the Atmosphere calls do not make it to Tomcat. I know that there are alternatives to Apache for working with…
Jawad Ali
  • 23
  • 3
0
votes
1 answer

Can't upload files bigger than 10 Ko in Alfresco

Today, I have seen something very strange on my Alfresco : I can't import in the repository files bigger than 10 Ko. I must say that I recently installed a SSL certificate so that users could access on Alfresco with HTTPS (Apache module…
Julien
  • 45
  • 1
  • 3
  • 15
0
votes
1 answer

Is there any alternative to Mod_JK AJP which we can use as a secure connection between Apache and Tomcat?

I am currently using Mod_jk to have a connectivity between Apache and Tomcat through non-secure AJP protocol. Is there any way I can implement secure connection? Can I achieve this using mod_proxy_http and proxy over https? As far as I know using…
Anshu
  • 69
  • 2
  • 18
0
votes
1 answer

How to Forward HTTP methods from apache2 using proxy_ajp to tomcat

I have configured and web server with apache2 then proxy request to tomcat with ajp protocol like this: ProxyRequests On ProxyPreserveHost On Order allow,deny Allow from all …
Orvie SE
  • 47
  • 5
1
2