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!
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!
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.