Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How do I upgrade IBM Websphere Jython version ?
Hi Vijay, Here some links. Using the latest Jython with a WebSphere Application Server wsadmin thin client https://www.ibm.com/developerworks/websphere/library/techarticles/1207_vansickel/1207_vansickel.html Take in mind that WAS 9 comes with Jython 2.7!!! and you can run your script in compatibility mode. Using wsadmin scripting with Jython https://www.ibm.com/support/knowledgecenter/en/SSEQTP_9.0.0/com.ibm.websphere.base.doc/ae/cxml_jython.html Hope this helps. Tell us if you need more support. Regards
Thanks for the quick response.