|
From: <php...@li...> - 2007-03-01 20:13:20
|
Hi Sky,
> Would you care to elaborate on the sandbox and on
> how i could possibly get
> the bridge to access the paths i require, btw i have
> disabled SEL so i
> assume the rules are not active...
I'd expect that a
chown root:root /usr/lib/php/modules/RunJavaBridge
chmod 111 /usr/lib/php/modules/RunJavaBridge
setenforce Permissive
should run Java as root with all permissions.
Or you start Java manually, for example with
java -jar JavaBridge.jar SERVLET:8080
or via tomcat for example. And use the pure PHP
implementation
(require_once("http://localhost:8080/JavaBridge/java/Java.inc")
or the following php.ini setting:
[java]
java.servlet=On
java.hosts=127.0.0.1:8080
If the problem persists please open a ticket (please
use
http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233)
Regards,
Jost Boekemeier
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
|