Installing Apache MyFaces 2 on WildFly 8.2.0

☆樱花仙子☆ 提交于 2019-12-11 02:57:55

问题


I want to add apache myfaces 2.2.7 in WildFly 8.2.0 and use it as default implementation.

Can anybode please let me know where can I found installer jar for apache myfaces ?

I am following the link https://developer.jboss.org/wiki/StepsToAddMyFacesSupportToWildFly to add MyFaces support to WildFly.

As I understand correctly, I need to download install-myfaces-2.2.7.jar and then rename it to cli.

But where can I find this jar ? I couldn't find the jar on nexus respository as mentioned in the above link.


回答1:


I found a way to get this jar.

Following are the steps :

Download the source for WildFly 8.2.0.

Go to location : <WILDFLY_SOURCE_ROOT>/jsf/multi-jsf-installer. Run below command -

   mvn -Djsf-version=2.2.7 -Pmyfaces clean assembly:single 

This will create .zip file which should be renamed to .cli.

Please follow the link - here for detailed description



来源:https://stackoverflow.com/questions/30230424/installing-apache-myfaces-2-on-wildfly-8-2-0

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