Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Java apps can't use network: msg#00138
|
Subject: |
Re: Java apps can't use network |
> 2) I tried setting SELINUX to PERMISSIVE - the apps still couldn't use
> network.
So what evidence do you have that the problem is caused
by SELinux at all?
> 3) The apps are blocked silently - no info in syslog, regardless of SELINUX
> mode.
It sounds like SElinux is not the problem.
Permissive mode should not cause any SELinux-related failures
unless your applications are directly integrated with SELinux (in
which case they should check if selinux is enabled manually).
Have you tried if the problem occurs with selinux=disabled?
Beware that you might need to relabel the filesystem afterwards
if you try that.
|
| |