java ee - How to specify a classpath for a module in application.xml for an EAR -
so have ear contains of modules. shared jars used modules placed in default ./lib/ folder of ear. have multiple version of jar file each module use version of. example, if have following wars in ear:
project1.war project2.war project3.war
and have couple of jar files:
common-classes-1.0.jar common-classes-1.1.jar
so, how can associate project1 common-classes-1.0.jar, , project2 , project3 common-classes-1.1.jar?
thanks in advance
alternatively, can "repackage" war files include desidered commons jars. in way, can keep single ear file.
Comments
Post a Comment