From: <php...@li...> - 2006-03-15 18:30:16
|
Hi, > Moving my jars into jre/lib/ext is not an option > because you must be > root to do that (and I am not). In a restricted environment I think it is best to use the servlet/j2ee backend. You can deploy your JavaBridge.war application without having admin privileges and you can store all the java libraries you need into your JavaBridge.war. > Hardcoding the java.classpath in the php.ini is > maybe possible thanks to > a .htaccess so this is ok, I will watch for this > today. All java options except java.log_level are INI_SYSTEM, that means only the administrator can set them. > Is the > "*Thread*.currentThread().getContextClassLoader()" Yes. But in earlier versions of the JavaBridge the context classloader has had the wrong parent, this was fixed in 3.0.7a. But I don't think this bug is responsible for the current problem. Regards, Jost Boekemeier |