Questions tagged [mod-jk]

mod_jk is the connector used to connect the Tomcat servlet container with web servers using AJP protocol.

mod_jk, the Apache Tomcat Connector, is a replacement to the elderly mod_jserv. It is a completely new Tomcat-Apache plug-in that handles the communication between Tomcat and Apache.

422 questions
0
votes
1 answer

which load balancer would be better in performance mod_jk or mod_proxy or any other open source

I am willing to host an application in a single machine with out any fail-over or load balancing at the hardware level as per my budget. But, to my knowledge, as the no of hits increases to the tomcat, it has a drawback of going down. So, to get rid…
Shashikanth Komandoor
  • 781
  • 1
  • 11
  • 29
0
votes
1 answer

JK Status Manager(status worker) of mod_jk1.2.32 doesn't show the correct state of worker on the web interface

My application is using Apache,mod-jk and Tomcat for load balancing, which works fine with this work.properties: worker.list=workerlist # Set properties for…
macemers
  • 2,194
  • 6
  • 38
  • 55
0
votes
0 answers

Java web application does not work on I.E after some seconds but works on Firefox

we just migrated our web applications from tomcat5 to tomcat7. Both tomcats are running behind an apache web server. After the migration the applications are working without problems on Firefox. On I.E they are also working but after user inactivity…
Arthur bauer
  • 633
  • 7
  • 11
0
votes
1 answer

apache httpd not start after install jk_module

I have WAMP server on window 7, I down load mod_jk.so(v 1.2.40 ) and place it on my modules folder and do following config on httpd.conf file: LoadModule jk_module modules/mod_jk.so JkWorkersFile…
Sanjeetjh
  • 31
  • 2
  • 13
0
votes
1 answer

how to add password to mod_jk status page

I'm using apache2 and mod_jk for balancing requests throw servers. my problem is that everybody can access to status page of mod_jk . is there any way to add authentication for that? (I can't use read_only mode because i have to edit balancer…
Hamid Ghasemi
  • 880
  • 3
  • 13
  • 32
0
votes
0 answers

log error on tomcat displayes on apache

I have tomcat7 and apache 2.4 connected with mod_jk. I see on webmaster tools, that every day i have pack of errors, but unfortunatelly i don't see them. Catalina.out and all apache logs are without errors. Once i've opened my site and i've seen 503…
Ilkar
  • 2,113
  • 9
  • 45
  • 71
0
votes
1 answer

200 ACT HTTP Response

I have a bunch of Tomcat 8.0.15, Apache 2.2.29 and mod_jk 1.2.40 (win2003 serv) In the http response status text I get "200 ACT". Is not a standart http 1.1 rfc "200 OK". It doesn't affect on a normal work, but response is really weird... Also…
0
votes
2 answers

Virtual Hosts with Tomcat + Mod JK

I have a tomcat(running on 8080) application on my cent os server and i can access it with the url: SERVER_IP:8080/myapp and I have my admin panel on SERVER_IP:8080/myapp/admin and I have an apache server running on port 80. I have two domains :…
cuneyttyler
  • 1,255
  • 2
  • 17
  • 27
0
votes
1 answer

Loadbalancing 3 tomcat 7 instances with mod_jk gives 'Could not find worker'

I'm posting this after checking out several other posts that seem to have the same issue but I can't solve my problem with the help of any of these. Situation: -I am using Windows 8 Professional -I installed 3 tomcat instances on my localhost -I…
zone4182
  • 11
  • 4
0
votes
1 answer

AJP hang 60sec (Tomcat7+apache2.2+mod_jk + CentOS)

I'm using Tomcat+Apache2.2+mod_jk. Really a few requests are hanging 60 ses. If anyone has same experiences or knows reasons, please let me know The stack is: org.apache.tomcat.jni.Socket.sendbb(Native…
SkyWorker
  • 1
  • 1
0
votes
1 answer

jk_mod not working without any error

I tried to connect Apache2 and Tomcat via jk_mod, but I can't get it to work. When I open a page which is supposed to be redirected to an application, I fall on my "normal" Apache HTTP 404 page. The thing is that everything seems to be correctly…
natinusala
  • 596
  • 5
  • 21
0
votes
0 answers

Apache not forwarding URLs containing semicolon to Tomcat (AH00128: File does not exist)

we have Apache 2.4 fronting Tomcat via mod_jk. When a request like "/abc/def/ghi/e380297.rhd" gets submitted mod_rewrite prepends the web application context path "web" resulting in "/web/abc/def/ghi/e380297.rhd". Afterwards the request is correctly…
Ronald
  • 2,864
  • 3
  • 25
  • 36
0
votes
1 answer

Issue in connecting "HTTPd" with " Tomcat"

Our system are using "mod_proxy_ajp", with Apache 2.0, httpd-2.2.3-43.el5, tomcat 7.0. When we get log on the "httpd ", we have the logs as below: [Sun Oct 05 12:14:10 2014] [error] (70007)The timeout specified has expired: ajp_ilink_receive()…
Trung Lê
  • 31
  • 1
0
votes
1 answer

Clustering (Apache 2.2.25 mod_jk + JBoss EAP 6.2) with Session Replication OFF and stickiness ON does not work

I am using JBoss EAP 6.2 and Apache 2.2.25-no-ssl for load balancing and clustering deployment of my application. I want Session Replication off and Sticky session on. But after doing all sort of configurations, what I noticed that my load balancer…
Ketan
  • 2,612
  • 5
  • 31
  • 44
0
votes
1 answer

How to get tomcat worker status from jkmanager

We have 3 Machines mod_jk with load balancer first Worker on tomcat8 2nd Worker on tomcat8 everything works as expected but, when one of the tomcat is being shutting down the status page on the load balancer still shows that the state of this…
oak
  • 2,898
  • 2
  • 32
  • 65