tags:

views:

20

answers:

1

Hello,

is it possible to put JSF2 pages into a JAR to use it from other web applications? If yes, is it necessary some extra configuration?

Thank you!

A: 

First read here about the difference between war and jar in a similar question.

You will have to create EAR file and pack the wars together.

Odelya
@OdelyaOk, but what I don't understand is: can I put the .war in the library folder of a new web application and include the web pages from the .war into other pages?
Fabio Beoni
@Odelya thank you for your time :)
Fabio Beoni