Modifying application classloader mode to PARENT_LAST using wsadmin
 Technote (troubleshooting)
 
Problem(Abstract)
Modifying application classloader mode to PARENT_LAST using the wsadmin command.
 
Resolving the problem
set deployments [$AdminConfig getid /Deployment:DefaultApplication/]
set deploymentObject [$AdminConfig showAttribute $deployments deployedObject]

set appclassloader [$AdminConfig showAttribute $deploymentObject classloader]

$AdminConfig modify $appclassloader {{mode PARENT_LAST}}

$AdminConfig save
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Scripting Tools (for example: wsadmin or ANT)
Operating system(s): AIX
Software version: 5.1
Software edition:
Reference #: 1213265
IBM Group: Software Group
Modified date: Jul 29, 2005