jar , - .
, , , WAR ( , ).
xxx.properties config domain.xml
<java-config debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009" system-classpath="${com.sun.aas.instanceRoot}/MY_VALUE" classpath-suffix="">
...
</java-config>
MY_VALUE :
classpath .
- :
String path = System.getProperty("java.class.path");
LOG.info("Classpath is : '" + path + "'.");
, ... ClassLoader.getResourceAsInputStream()