Monday, December 17, 2018

▷ To find webserver version (웹서버 버전 확인)

[ To find webserver version - apache, webtob ]


Software Version check
Apache ${BIN_HTTPD} -version | grep -i version | tr '/' ' ' | awk '{ print $4 }
WebToB ${WEBTOBDIR}/bin/wsadmin -version | grep WebtoB | sed -e 's/Version//' -e 's/\// /g' | awk ' { print $2,$3,$4,$5,$6 }'

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