Monday, December 17, 2018

▷ To find was version (was 버전 확인)

[ To find was version - weblogic, jeus ]


Software Version check
WEBLOGIC java -cp ${WLS_HOME}/lib/weblogic.jar weblogic.version | grep "WebLogic Server" | awk '{ print $3,$NF }'
JEUS ${JEUS_HOME}/bin/jeusadmin -version | grep -i JEUS | sed -e '/^$/d' | awk '{ print $2, $3, $4 }' | sed -n '/^[0-9]/p'

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts