Hello all,
Has anyone successfully run PHP as a servlet under weblogic 6.0. I finally got it to recognize everything and then ran a simple php_info() call. All the ini info comes up fine except the images and then I get an exception and the weblogic crashes hard. It says exception in native code outside of java. Furthermore, this doesn't happen on every page. I tried a simple page that starts a session and it seems to work, except I don't know where to store the php.ini file to change the location of the session_save_path. Anyone got some tips on this? I've heard others have seen the same instability. Should I use the extension instead? Are the benfits so different besides the $response $request objects?
Thanks
Josh