Example: Modifying WAR class loader policies for applications using scripting

To modify WAR class loader policies for an application, use the following examples:

Using Jacl:

set dep [$AdminConfig getid /Deployment:MyApp/]
set deployedObject [$AdminConfig showAttribute $dep deployedObject]
$AdminConfig show $deployedObject warClassLoaderPolicy
$AdminConfig modify $deployedObject {{warClassLoaderPolicy SINGLE}}
$AdminConfig show $deployedObject warClassLoaderPolicy




Searchable topic ID:   rxml_warclass
Last updated: Jun 21, 2007 4:55:42 PM CDT    WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rxml_warclass.html

Library | Support | Terms of Use | Feedback