webtier@glassfish.java.net

Re: [webtier] Re: Can JSF 1.2_13 work in GAE?

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 21 Jul 2009 11:00:31 -0700

It should be defined as a context-param.

What's the exception in the GAE log?

On 7/19/09 7:24 PM, webtier_at_javadesktop.org wrote:
> where should I specify the com.sun.faces.enableMultiThreadedStartup? Like this[code]
> <context-param>
> <param-name>com.sun.faces.enableMultiThreadedStartup</param-name>
> <param-value>false</param-value>
> </context-param>[/code]or like this[code]
> <servlet>
> <servlet-name>Faces Servlet</servlet-name>
> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
> <init-param>
> <param-name>com.sun.faces.enableMultiThreadedStartup</param-name>
> <param-value>false</param-value>
> </init-param>
> <load-on-startup>1</load-on-startup>
> </servlet>[/code]?
> I tried both but the exception is still the same! :(
> Please continue helping :)
> [Message sent by forum member 'dxxvi' (dxxvi)]
>
> http://forums.java.net/jive/thread.jspa?messageID=356491
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>
>