Michael Peters <[EMAIL PROTECTED]> writes:
> I was just wondering what other people are doing to get their
> Inline::Java code that runs under mod_perl to log errors/info/debug to
> their apache error log. I have to admit that I'm rather new to Java so
> I'm just using System.err.println().
Hi Mi
I was just wondering what other people are doing to get their
Inline::Java code that runs under mod_perl to log errors/info/debug to
their apache error log. I have to admit that I'm rather new to Java so
I'm just using System.err.println().
--
Michael Peters
Developer
Plus Three, LP
Aaron,
>
> I was also having some problems where if the JVM goes away (e.g.
> Inline::Java::Server=stop) Inline::Java calls will fail with 'Can't
> receive packet from JVM: at
> lib/i386-linux-thread-multi/Inline/Java/Protocol.pm' until the
> Inline::Java code is reloaded, i.e. when Apache is re
Hi Patrick,
> If I recall correctly, if you let the mod_perl code (re)start the JVM
> as needed, you will get problems shutting down Apache cleanly because the
> Java process
> ends up being a descendant of Apache and Apache seems to be waiting for it to
> die
> before shutting down.
The behavi
gt;From: Tina Mueller <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Inline::Java
>Date: Fri, 31 Aug 2001 19:33:10 +0200
>
>hi patrick,
>
>I'm using Inline::Java under mod_perl, and it's
>working like a charm, the only thing is,