Posted by
admin on Aug 6th, 2009 in
WebSphere |
Comments Off
Dump a jvm configuration using jython
server = AdminConfig.getid(‘/Server:yourServerName/’)
jvm = AdminConfig.list(‘JavaVirtualMachine’,server)
print AdminConfig.show(jvm)
or
print AdminConfig.showall(jvm)
or
print AdminConfig.showAttribute(jvm,’systemProperties’)
Posted by
admin on May 7th, 2009 in
WebSphere |
Comments Off
WASX7015E: Exception running command: “os.remove(“E:\san\EARDeploymentProject\AppName.txt”)”; exception information:
com.ibm.bsf.BSFException: exception from Jython: Traceback (innermost last):
File “<input>”, line 1, in ?
ImportError: no module named javaos
or errors like
ImportError: no module named...
Posted by
admin on Dec 28th, 2008 in
Flex,
WebSphere |
Comments Off
My new website flexarea.com is online. Here you can try our videoconference application and soon i will be adding a chat application. You can visit the site here