Is there a way to reference a handler configuration file (e.g.: handler.xml) that is distributed inside a JAR file?
Something like this: @HandlerChain(file="somefile.jar")
or @HandlerChain(file="myhandler.xml")
, assuming that myhandler.xml
is stored in somefile.jar
.
WEB-INF/lib
? – Coimbatore