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
-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
votes
1 answer

apache redirection for multilocale

We are multi locale site and all are using same js and css. So How can I redirect all JS,CSS files to same folder. My URL are like server.com/uk/_ui/folder/1.js server.com/uk/_ui/folder2/1.js server.com/fr/_ui/folder/1.js …
sree
  • 868
  • 2
  • 12
  • 35
1 2 3
28
29