Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Why do I have to do a setenforce 0 to cluster tomcat on Scientific Linux using mod_proxy

I am using Scientific Linux release 6.2 and trying to get mod_proxy working with httpd and tomcat.

I want to have two tomcat nodes running on the box and so I need to change the 2nd tomcat node ajp port to something diff then 8009 like 8109, But once I change the port on Scientific Linux it stops working but I have found if I do a

setenforce 0

it works then.

Can someone please tell me what I am doing and if anyone knows a better what to get tomcat nodes working on Scientific Linux without doing a setenforce 0

thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.