|
From: <php...@li...> - 2008-10-13 15:25:21
|
Hi, > # WARNING: Do not disable the security manager unless you > understand the consequences! Don't use the debian-patched tomcat, unless you understand the consequences. :) > Can someone please explain what the consequences of this is It forbits access to PHP. However, if you use the debian-patched tomcat, you must fix more than just this setting. For example debian starts tomcat using a user-switch, leaving all environment variables untouched. This means that user.home points to /root (!) even though tomcat is running as user tomcat. Please either use Andre's PHP/Java Bridge debian port or install a standard tomcat download from http://tomcat.apache.org. Regards, Jost Boekemeier |