[ 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