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
Repeated Windows Update
Backup Exec 12 - Catalog issue
Multicast session fails to open on secondary site server.
Setting up my first database driven web site
SQL Scripts in a .bat file?
How do I fix a calculation problem in Microsoft Visual 2008?
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
HTTP Error 404.3 on IIS 7.0
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
GridView control scroll bars are not visible on page reload