Microsoft
Software
Hardware
Network
Question : to perform save after app deploy using jython scripts
i have a WebSphere Application Server 6.0.2.41, i was experimenting with jython scripts to update the deploy ear/war/files, using below commands, have issue to run the AdminAoo.save() command which i got WebSphere info center.
AdminApp.update('WC_comm',
'file', '[-operation addupdate -contents /tmp/index.jsp -contenturi Stores.war/mystore/index.j
sp]')
wsadmin>AdminApp.save()
WASX7015E: Exception running command: "AdminApp.save()"; exception information:
com.ibm.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<input>", line 1, in ?
AttributeError: save
wsadmin>
Answer : to perform save after app deploy using jython scripts
It's AdminConfig.save()
not AdminApp.save()
Random Solutions
Mac OS X 10.6.3 Can't logon to Active directory
Windows Service crashing on one machine, not on the other
How to undelete public folder content on MS Exchange Server 2000
WatchGuard XTM Web UI
Users resolution keeps reverting back to 800x600
Comparing columns in a table
Apply gradient to cuved shape, like an 'S'
FTP - without log in
loop an array in an array and insert into db
IF - Then script based on file date?