I've successfully installed the php/java bridge. Great work guys!
I'm having a strange problem though. If I instantiate a Java object through
PHP (running through mod_php in the Apache process) and that java object
throws an exception at some point, Tomcat crashes. The catalina.out log file
says:
Exception: /home/vhosts/asdf/html/java/words2.dict (No such file or
directory)
Dec 2, 2006 4:32:34 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
The java server processes just die, with no real reason I can find in any of
the log files.
If i correct the path problem and no exception is thrown, everything
executes perfectly and the results I want get returned properly.
Any ideas what could be causing this?
Thanks,
Mike
|