Re: Inline::Java and mod_perl2

2011-04-02 Thread Patrick LeBoutillier
Tim, It's been a while since I've use Inline::Java with mod_perl, but I remember that I was never able to get the JVM component started properly from an Apache child. That was the reason I add some initscript-style command-line options to control the JVM server seperately. See http://search.cpan

Inline::Java and mod_perl2

2011-03-31 Thread Keefer, Tim
Hi - I'm looking for advice on out to run Inline::Java from within a mod_perl2 app. The test outside of apache/mod_perl works fine. However, it fails under apache/mod_perl. It seems that it's having difficulty starting the vm. The other thing to mention is that once the jvm is started from the tes