How to change wsadmin default Language
To change the default language you can modify the following parameter in wsadmin.properties and set it to
#————————————————————————-
# The defaultLang property determines what scripting language to use.
# Supported values are jacl and jython.
# The default value is jacl.
#————————————————————————-
# com.ibm.ws.scripting.defaultLang=jacl
com.ibm.ws.scripting.defaultLang=jython
Recent Comments