Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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.
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.
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 0
and check.
If it's selinux, relabel the docroot as in the example here.
Regards
@bathory,
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.