mod-jk Questions

3

Solved

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 old...
Hexastyle asked 4/7, 2009 at 10:7

0

After unzip the tomcat9 package available on tomcat.apache.org, and have the mod_jk configured to this: workers.tomcat_home=/opt/apache-tomcat-9.0.34 workers.java_home=/opt/jdk-13 ps=/ worker.lis...
Habitude asked 25/4, 2020 at 12:12

5

Solved

Apache Server 2.4 with mod_jk 1.3.7 not working for ssl (https) Error 1: The Apache service named reported the following error: SSLSessionCache: 'shmcb' session cache not supported (know...
Homemaking asked 21/11, 2013 at 16:54

2

Solved

I have a configuration problem that has me stumped. I have a couple webapps that run in Tomcat and are connected and accessed through Apache httpd. I previously used Tomcat 7 and Apache 2.2, and I ...
Rob asked 5/6, 2018 at 22:29

5

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 app/...
Cyclic asked 14/1, 2010 at 12:7

2

Solved

I have scanned through the internet and also stackoverflow and I'm still not sure of the purpose of proxypass and proxypassreverse. Why do we need proxypass (instead of using mod_jk) for apache ser...
Hofmann asked 11/6, 2012 at 17:53

4

I an using Apache and Tomcat with mod-jk in my project. My web application is in Tomcat instances. I am using Apache jmeter for testing http load on tomcat. But I'm getting the error Scoreboard is ...
Smew asked 22/3, 2014 at 11:10

1

Solved

I'm a new technical. My problem is, I have the web application that running on tomcat7. now i want to install and configure mod_jk on windows server to connect apache and tomcat. Please tell me, h...
Carlstrom asked 7/12, 2016 at 7:39

3

I just updated my OSX yesterday with Mavericks and now I am getting error while using apache and Jetty. It used to map my example.com domain directly to the localhost. Now It seems broke on do to...
Three asked 24/10, 2013 at 20:37

2

Solved

I am using Wordpress for my blog and my main project is in java using tomcat server so I want each request coming to my server to go through apache. For exemple if my site uses www.sample.com I w...
Dirtcheap asked 17/5, 2013 at 12:23

1

Solved

There are a lot of documents out there explaining that you should use various other things (including simple proxying) but AJP is flexible and fast, and it really helps me integrate our SAML2 SSO w...
Mice asked 5/4, 2015 at 13:53

3

Solved

what configuration needs to be tweaked, and where does it live, in order to increase the maximum allowed post size?
Windflower asked 23/9, 2008 at 19:45

3

Solved

I upgraded to Mavericks just yesterday, and had to reinstall mod_jk for my development environment. Compiling it from source was a bit of a pain. I found this page on a previously-asked question ab...
Markswoman asked 23/10, 2013 at 15:44

2

Solved

I have an WAR application running in Tomcat at /foo context, meaning that its URL is http://example.com:8080/foo. Now I'm trying to connect Apache HTTP Server to Tomcat through mod_jk. This is my w...
Headlock asked 28/2, 2011 at 6:26

5

Recently we have faced a serious problem, that one user was served data of another user. This problem is almost impossible to reproduce. We are using standard logged-users-management provided by S...
Hawthorne asked 6/2, 2013 at 14:47

1

I followed the instructions in BUILDING.txt in the native directory and executed ./configure --with-apxs=/usr/sbin/apxs Here is some of the output building connector for "apache-2.0" checking ...
Caporetto asked 28/11, 2012 at 0:28

1

Solved

I am looking for a correct way to install mod_jk on Mac OS X 10.7 Lion or above. The goal is to test Tomcat behind Apache HTTPD. I've found so far the only way to install mod_jk is to download sou...
Modular asked 29/7, 2012 at 16:44

1

Solved

I have a apache tomcat server integrated with mod_jk. I have created .htaccess files in the directories I want to restrict. but the problem is .htaccess is working in apache served directories but ...
Rack asked 10/5, 2012 at 6:27

2

I'm trying to configure my home server to accept SSL Connection on port 443. I've www.mydomain.com domain, I've just linked Apache2 and Tomcat, using mod_jk, now I wish to accept also https reques...
Codi asked 6/12, 2011 at 15:47

1

Solved

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 p...
Calicle asked 23/3, 2011 at 10:45

1

Solved

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 questi...
Maravedi asked 5/7, 2010 at 11:34

4

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...
Wallflower asked 17/5, 2010 at 16:27

1

Solved

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 /*...
Norvin asked 17/8, 2009 at 18:38
1

© 2022 - 2024 — McMap. All rights reserved.