users@glassfish.java.net

Re: How to PHP enable your Glassfish Application Server

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Mon, 12 Apr 2010 08:49:07 -0700

Hi Dominik,

Dominik Dorn wrote:
> its a nice step by step guide... you should however use quercus-4.0.6 instead
> of 4.0.3... they fixed A LOT issues there.
>
> why do you request a reboot at the end of the procedure?
>
> you should probably also point to the variables/functions quercus is
> using to give access to the
> java servlets.
>
> also, somehow a background image or something like that is missing in
> your blog, making
> it really hard to read the text on the grey background.
>
> I'm wondering: As you are registering the quercus servlet in the
> default-web.xml file... is the servlet
> loaded for each webapp separately or once for all the webapps?
>

When a Servlet is declared in the default-web.xml, it will be
instantiated once per web application, which inherits its declaration.
But you are right that the underlying Servlet class will be loaded only
once in this case. Perhaps that is what you meant.

Thanks,

Jan

> kr,
> dominik
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>