[jboss-dev-forums] [JBoss AS 7 Development] - Re: AS7 getting slower
Stan Silvert
do-not-reply at jboss.com
Thu Dec 13 16:45:32 EST 2012
Stan Silvert [https://community.jboss.org/people/ssilvert] created the discussion
"Re: AS7 getting slower"
To view the discussion, visit: https://community.jboss.org/message/783369#783369
--------------------------------------------------------------
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/783369#783369]
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/20121213/7ac794d1/attachment.html
More information about the jboss-dev-forums
mailing list