[jboss-dev-forums] [JBoss AS 7 Development] - Re: AS7 getting slower

Rene Gritsch do-not-reply at jboss.com
Fri Dec 14 03:04:44 EST 2012


Rene Gritsch [https://community.jboss.org/people/renegritsch] created the discussion

"Re: AS7 getting slower"

To view the discussion, visit: https://community.jboss.org/message/783428#783428

--------------------------------------------------------------
HI,

I´ve tried Stan´s hints but no difference. Next I will try latest JBoss AS7 and afterwards clearing our .jar mess.
> You have JSF bundled in your WAR?  If you want to do that then you need to use the WAR_BUNDLES_JSF_IMPL context param.  But that's not the best way to do this.  Take JSF jars out of your deployment.
> You are also trying to use the "1.2" slot for JSF by specifying it in jboss-deployment-structure.xml.  Don't do that.
> 
> To use the built-in version of JSF 1.2, just put this in your web.xml:
>    <context-param>       <param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>       <param-value>Mojarra-1.2</param-value>     </context-param> 
> 
> 
> 
> Stan
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/783428#783428]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121214/98c8a9a0/attachment.html 


More information about the jboss-dev-forums mailing list