Hear us Roar
Article:
 |
|
Integrating Tomcat with Apache Via the mod_jk Module
|
| Subject: |
|
Integrating with OS X Server 10.2 Apache |
| Date: |
|
2003-01-31 04:39:00 |
| From: |
|
anonymous2
|
|
|
|
Hi everyone,
I've removed the Tomcat shipped with OS X Server 10.2 then I've installed the Java WebService Pack that include Tomcat 4.1.2 and all works fine on port 8080
Now I need to integrate it via mod_jk with apache 1.3.something shipped with Mac OS X Server 10.2
I've found that the apache configuration is a little different
There's the usual httpd.conf and there are a pair of apple proprietary files called httpd_macosxserver.conf and tomcat.conf
After successfully builded mod_jk.so I've tried to arrange the configuration described here in this way:
Loaded and added the mod_jk with the JkWorkers and JkLog directives in httpd.conf
Then I've created a virtualhost with ServerSettings.app and manually added the JkMount directives
I've ignored tomcat.conf
The relevant difference from the integration described here is that I've used a real ServerName as www.something.com instead of 127.0.0.1
but doesnt work
Any suggestions?
|
|
| |