Skip to content

Instantly share code, notes, and snippets.

@jaehoo
Created January 16, 2013 23:18
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/8ff595e8160636e3e67f to your computer and use it in GitHub Desktop.
Save jaehoo/8ff595e8160636e3e67f to your computer and use it in GitHub Desktop.
Example for JBoss server configuration
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<context-root>/MyWebApp</context-root>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>com.myapp:loader=AppBuild
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment