Hot Deploy JSF Static Resources from another JAR FILE

113 Views Asked by At

I Have a project which has two WAR project and multiple jar files. I put the shared XHTML in the jar file.

The structure is as follow:

JAR : META-INF / resources/ bim/components

The jar files are loaded sucessfuly in to war files , however, hot deployment not working for xhtml in the jar files.

I have an idea about using maven to copy the resources in the jar file into target folder of war , but unexpectedlly it doesn't work. I read a few articles about writing custom ResourceHandler, but I don't how to distinct files in the jar files from war files.

Any idea how to achieve hot deploy of jsf even if it is the sepearted jar file in JBOSS/WILDFLY 13

Thanks in advance.

0

There are 0 best solutions below