Example: Modifying class loader modes for applications using scripting

To modify class loader modes for an application, use the following example:

Using Jacl:

set deployment [$AdminConfig getid /Deployment:ivtApp/]
set deployedObject [$AdminConfig showAttribute $deployment deployedObject]
set classloader [$AdminConfig showAttribute $deployedObject classloader]
$AdminConfig showall $classloader
$AdminConfig modify $classloader {{mode PARENT_LAST}}
$AdminConfig showall $classloader




Searchable topic ID:   rxml_classloader
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/rxml_classloader.html

Library | Support | Terms of Use | Feedback