<classpath codebase="file:///${jboss.myserver.lib.ext}" archives="*" /> Then you can set
jboss.myserver.lib.ext simply in your JBoss start script as Java System Property, for exampleexport JAVA_OPT="$JAVA_OPT -Djboss.myserver.lib.ext=/to/path
This approach my be very practical to manage jar files, but also configurations files.
No comments:
Post a Comment