Questions tagged [ajp]

80 questions
1
vote
1 answer

404 in Tomcat manager with AJP connector

I'm trying to configure Tomcat 7 on CentOS 6 with Apache mod_jk, SSL, and an AJP connector. The JK module is installed under Apache: $ sudo httpd -M | grep jk jk_module (shared) Syntax OK Tomcat is configured with an AJP connector as follows:
Jon W
  • 11
  • 5
1
vote
1 answer

How to throttle AJP

On Windows i connect Apache2 to Tomcat7 via AJP. Is there any configuration that can throttle the communication? This is my workers.properties worker.list=node1 worker.node1.port=8009 worker.node1.host=127.0.0.1 worker.node1.type=ajp13 This is my…
Grim
  • 135
  • 7
1
vote
0 answers

How to Configure TimeOut For AJP connector

I am using ajp connector to connect to J BOSS nodes from Apache, ajp is configured to accept 400 concurrent connections by setting max Threads to 400, but few my connections are getting timeout. Where to configure timeout period for ajp connector,…
user1614862
  • 111
  • 1
  • 4
1
vote
0 answers

"ajp_read_header: ajp_ilink_receive failed"

We have Apache 2.2.24 in front of Tomcat 7.0.33. We're using AJP connectors with APR/native configured. I recently noticed a number of 500 errors in the Apache access logs for a small proportion (0.3%) of requests to one particular resource. For…
scarba05
  • 333
  • 6
  • 15
1
vote
1 answer

Apache frontend for Tomcat, proxy security

I have a server that hosts Tomcat for apps and Apache2 for it's frontend. They communicate to each other through ajp protocol over mod_moxy and proxy_ajp modules. Am I really safe using apache virtualhosts in this form: ... ProxyRequests…
user1492810
  • 31
  • 1
  • 6
1
vote
1 answer

Cisco adaptive security appliance is dropping packets where SYN flag is not set

We have an apache instance sitting inside our DMZ which is configured to proxy requests to an internal NATed tomcat instance inside our network. It works fine, but then all of a sudden requests from apache to the tomcat instance stop getting through…
Brett Ryan
  • 327
  • 1
  • 4
  • 15
1
vote
1 answer

Apache2 with SSL and mod_jk on SUSE Linux Enterprise | Apache always starts SSL disabled

I have installed Apache2 (with mod_ssl enabled) on SUSE Linux Enterprise Server 11 (x86_64) (patchlevel 1), using YaST. Once installed, I tested whether everything works fine so far. SSL also worked fine. Just 'apache2ctl start' was enough to make…
Shaakunthala
  • 181
  • 1
  • 1
  • 7
1
vote
1 answer

How can I encrypt certain pages with SSL (HTTPS) using IIS7.5, AJP Connector (1.3), and Apache Tomcat 5.5?

I have a Windows Server 2008 R2 Box with IIS 7.5 and Apache Tomcat 5.5. JSP traffic is routed from IIS to Tomcat via the AJP Connector version 1.3. This connector uses an isapi filter in IIS to identify the traffic to route to Tomcat. I want to…
user717236
  • 255
  • 1
  • 4
  • 16
1
vote
1 answer

randomly occupied AJP port on server restart

I have 9 tomcat instances (fronted with apache and mod_jk) on a box which start with /etc/init.d/tomcatX scripts (where X is a [1-9] number). These scripts are simple: #!/bin/sh ### BEGIN INIT INFO # Required-Start: mysql ### END INIT INFO case…
cherouvim
  • 744
  • 3
  • 18
  • 37
1
vote
1 answer

setting up workers.properties file for mod_jk

I'm trying to create a workers.properties file to get mod_jk communicating with Apache webserver 2.2.x. The GlassFish 3.1 Administration Document includes the following example for worker.properties: # Define 1 real worker using…
gkdsp
  • 562
  • 1
  • 6
  • 19
1
vote
2 answers

How to configure apache (+ajp?) with tomcat example.com domain and php blog.example.com subdomain?

I've been searching for a solution online for quite some time but can't seem to find a decent answer, so I might try my luck here... I'm trying to configure apache+tomcat so that my domain example.com is mapped to a tomcat webapp. This is the easy…
prefabSOFT
  • 111
  • 1
1
vote
1 answer

Equivalent of JkMount with AJP in Tomcat 6

It is my understanding that JkMount is deprecated and no longer used in tomcat6. How would I make the following rule with only ajp? JkMount /*/servlet/* ajp13
The Digital Ninja
  • 754
  • 4
  • 10
  • 25
1
vote
3 answers

Jira access with AJP-Proxy

I want to configure the Jira-Access over AJP-Proxy. I 'm following this howto In the server.xml I activate the AJP: Edit VHOST…
user60869
1
vote
2 answers

What is an Ideal Apache Tomcat setup with apache serving static assets?

OK this question is asked all the time I know: "What's the best way to connect Tomcat through apache". But I still haven't found a definitive answer and maybe there isn't one, but I'm just looking for a viable, high performance setup. So much of…
brad
  • 492
  • 1
  • 10
  • 22
1
vote
0 answers

SSL offloading with IIS and Ajp (isapi) Tomcat

I have java web application running on tomcat on a Windows 2019 server. It runs fine on port 8180. I have a IIS (10.0) running on the same server with isapi_redirector 1.2.48 configured. Now I can access my tomcat application on port 80, and IIS…
alci
  • 443
  • 2
  • 6
  • 15