Hi,
The context for deployment is JBoss3.0:
+ I understand about EAR and WAR, but when should I consider to use SAR? and how is the SAR treated differently from EAR or WAR? Where can I get SAR format/DTD description?
+ Assume myapp.war depends on log4j.jar, should log4j.jar be part of myapp.war or should add references to the real location of log4j.jar? if the latter, to which file should I add references in what format?
+ what sequence are the following libs are loaded into VM?
1. jboss-3.0.0/lib/*.jar
2. jboss-3.0.0/server/myserver/lib/*.jar
3. jboss-3.0.0/server/myserver/deploy/*.jar
thanks,
Sheng
