Skip to content

Instantly share code, notes, and snippets.

@jaehoo
Created January 16, 2013 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaehoo/4552145 to your computer and use it in GitHub Desktop.
Save jaehoo/4552145 to your computer and use it in GitHub Desktop.
Example configuration file for Jboss Application Server 6
<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
parent-first="false"
domain="AppBuild"
top-level-classloader="true"
export-all="NON_EMPTY"
import-all="false">
</classloading>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment