Ok, I checked and found that I need to stick the share.war in jboss deploy. So I did that and now I get
21:43:36,451 INFO [TomcatDeployer] deploy, ctxPath=/share, warUrl=…/deploy/share.war/
21:43:37,393 ERROR [[/share]] Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: org/apache/commons/el/Logger
at org.apache.myfaces.shared_impl.util.ClassUtils.<clinit>(ClassUtils.java:44)
.
This is causing JBoss to not deploy.
Thoughts ?