From: <php...@li...> - 2007-05-24 11:25:09
|
Hi, > The problem has been solved by upgrading Ubuntu from > 6.10 to 7.04, and > PHP from 5.1.6 to 5.2.1. not so fast, please. :) First of all, it seems that you have copied the JavaBridge.jar and php-script.jar into the tomcat shared lib folder. This means that the same JavaBridge instance is responsible for all your web applications. In such a setup it is certainly possible to access classes from a sibling context. However, the bridge passes the current web context via the protocol request header. Can you please open a problem report and set the log level to 6: export JAVA_OPTS="-Dphp.java.bridge.default_log_level=6" /opt/jakarta-tomcat*/bin/catalina.sh run And attach the log at the end of the ticket? We will look at this issue asap. Regards, Jost Boekemeier Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail |