Is it possible to deploy JSF MyFaces 1.1.5 applications to TomEE

自闭症网瘾萝莉.ら 提交于 2019-12-11 09:24:08

问题


With Tomcat7 i can deploy several application with misced use of MyFaces 1.x / 2.x In TomEE i run to many exceptions if i deploy Applications with MyFaces 1.x, because tomee has builtin myfaces2 support.. Any ideas, is there a possibility to switch of modules like in jboss?


回答1:


Should work fine. Just delete the myfaces-*.jars from <tomcat-home>/lib/ and then include the desired MyFaces jars in each webapp.



来源:https://stackoverflow.com/questions/13515424/is-it-possible-to-deploy-jsf-myfaces-1-1-5-applications-to-tomee

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!