A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
Tomcat
Author
Please help integrating Apache2.0.61 with Tomcat-5.5.15
Satyajeet Kadam
Ranch Hand
Joined: Oct 19, 2006
Posts: 202
posted
Feb 13, 2008 20:27:00
0
I am integrating Apache2.0.61 with Tomcat-5.5.15 with
mod_jk-2.0.42.dll or
mod_jk_2.0.46.dll
1)installations locations
D:\Apache2
D:\D:\Tomcat-5.5.15
2)Following are settings
D:\Apache2\conf\httpd.conf
LoadModule jk_module modules/mod_jk-2.0.42.dl
<IfModule mod_jk.c>
JkWorkersFile D:/Apache2/conf/workers.properties
JkLogFile D:/Apache2/logs/mod_jk.log
JkLogLevel info
# Map in the Ozibug webapp
JkMount /jsp-examples worker1
JkMount /jsp-examples/*worker1
</IfModule>
2) Follwing is worker file
# Define 1 real worker using ajp13
worker.list=worker1
# Set properties for worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
worker.worker1.lbfactor=50
worker.worker1.cachesize=10
worker.worker1.cache_timeout=600
worker.worker1.socket_keepalive=1
worker.worker1.socket_timeout=300
This line works properly
http://localhost:8080/jsp-examples/
but
http://localhost/jsp-examples/
this gives 404 error page not found
Please help me?
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Please help integrating Apache2.0.61 with Tomcat-5.5.15
Similar Threads
Apache don't send to Tomcat (mod_jk)
Apache 2.0.53 + Tomcat 5.5.7 integration on Windows using mod_jk
Apache SSL Module on Ubuntu
Apache + Tomcat - Mod_JK using Loadbalancer to setup clustering
How to create a multiple tomcat instances in windows?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter