dev@glassfish.java.net

Re: lib/addons - PHP configuration

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Wed, 22 Aug 2007 00:37:18 +0200

It's working fine for me with RC1 (build 58) and these instructions:
http://blogs.sun.com/alexismp/entry/php_in_glassfish_first_steps
which add PHP capabilities to a given (new) domain using the domain/lib
directory. This is how I had it running back in March too.
-Alexis

Arun Gupta wrote:
> Ludo posted instructions (Mar 2007) on how to configure Caucho PHP in
> GlassFish at:
>
> http://weblogs.java.net/blog/ludo/archive/2007/03/100_java_quercu.html
>
> These instructions require to copy the JAR files in lib/addons
> directory. But when I follow the same then the CauchoServlet class is
> not found. Instead, if I copy PHP jars in lib directory then it works.
>
> Has the class loading behavior for lib/addons changed since Mar 2007 ?
>
> What is the recommended directory to copy any JAR files accessible to
> *all* the deployed applications ?
>
> -Arun