I have run into a strange problem.
I have installed apache 2.2.11 from source. Installed nTrust certs.
Everything works fine.
I also installed Tomcat 5.5.27. Tested by itself port 8080 etc. all works
fine.
Then, mod_jk compiled the latest 1.2.28 from source (no binaries available).
Set up workers.properties etc.
---
worker.list=worker1
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
---
httpd.conf
---
JkWorkersFile /usr/local/apache2/conf/workers.properties
JkShmFile     /usr/local/apache2/logs/mod_jk.shm
JkLogFile     /usr/local/apache2/logs/mod_jk.log
JkLogLevel    info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
jkMount  /* worker1
---
So, I am forwarding everything from Apache to Tomcat
http://<server>/ comes back with the usual Tomcat starter page
https://<server>/ comes back with Apache "It works!"
--
Perhaps, it's a config issue.
But, this worked fine with older versions of Apache/Tomcat/mod_jk on
Sparc!!!
Any help would be appreciated.
Thanks

Reply via email to