![]() |
Intergating apache and tomcat with jk_mod.so
I am trying to integrate Apache 2.2.8 and Tomcat 6.0.33
The steps that I have done.
As per the configuration, if I try http://localhost/examples, I should be getting the tomcat apllication. Instead, I get a message "File does not exist: /var/www/html/ABC/examples" in the httpd error_log. Anyone, any clue on this |
Quote:
|
Quote:
|
What is your distro?
I guess from the docroot path, that it's RHEL based. If that's the case I would suspect a selinux permissions problem. Regards |
Quote:
Your are right. It's RHEL based. Do you have any idea of the required SElinux context ? |
Hi,
I'm not a rhel fan, so I know little about selinux. Anyway you should try to disable it temporarily and see if that's the case. Run Code:
setenforce 0If it's selinux, relabel the docroot as in the example here. Regards |
Quote:
Thanks for the feedback and sorry for the late update. I was wondering how I missed, SElinux is disabled on the server. So that should not be the issue :( I will brief my requirement again. Now, in order to reach the tomcat service we should type in http://192.168.1.102:4455/examples/m...1034&room=chat I would like to access the service by just typing in http://www.mydomain.com/tc/examples/...1034&room=chat Any suggestions are welcome. I would also like to know, if mod_rewrite will help !!! |
|
Quote:
Thats a well explained tutorial. And that worked for me finally :) Thanks a lot. |
| All times are GMT -5. The time now is 04:54 AM. |