把xhtml页面放到一个jar maven项目中

我有2个maven项目(战争和罐子)。
我想将jsf页面放入将在我的webapp页面中使用的jar项目中。

这是我的罐子的结构

JarProject
| - META-INF
| | - 资源
| | | - myPages
| | | | ` - pages.xhtml
| | - faces-config.xml
| COM
| | ....

在我的网络项目中,我把我的罐子放进去

WEB-INF lib中

并且我包含了这样的页面

<ui:include src="/myPages/pages.xhtml" />

我试过这个解决方案,但它不起作用,你能告诉我我错过了什么

链接地址: http://www.djcxy.com/p/74657.html

上一篇: put xhtml page into a jar maven project

下一篇: How to create a war and jar from a web project?