Hi,
Thanks for the quick response.
> 1. Copy JavaBridge.war to tomcat's autodeploy folder
> 2. Copy the created webapps/JavaBridge directory over to the IIS/Apache doc root
This might be a very stupid question but Do I have to keep tomcat
running as well? Or just copying it in doc root of apache is
sufficient?
Thanks
On Mon, Oct 6, 2008 at 10:19 PM,
<php...@li...> wrote:
> Hi,
>
>
>> - Which is the suggested way of deploying php-java bridge?
>
> 1. Copy JavaBridge.war to tomcat's autodeploy folder
> 2. Copy the created webapps/JavaBridge directory over to the IIS/Apache doc root
>
>
>> separate process
>> and we end up having lots of java processes. Are we using
>
> The java.so or php_java.dll start a Java process in minit and destroy it in mshutdown. minit/mshutdown are called when IIS or Apache starts/stops. Or when the CGI or CLI binary is invoked/terminated, which happens for every request.
>
> Java threads from a thread pool show up as processes in old Linux kernels or psutils.
>
>
> Regards,
> Jost Boekemeier
|