Most times it is very important to know the version of the server we are
running in order to install patches and perform other updated. This snippet
tells you the ways of finding the version of JBoss that we are running
Way -1
Run the command
C:\Users\mjagadish\EAP-6.4.0\bin>standalone.bat
--version
Calling
"C:\Users\mjagadish\EAP-6.4.0\bin\standalone.conf.bat"
JAVA_HOME is not
set. Unexpected results may occur.
Set JAVA_HOME to
the directory of your local JDK to avoid this message.
===============================================================================
JBoss Bootstrap
Environment
JBOSS_HOME:
"C:\Users\mjagadish\EAP-6.4.0"
JAVA:
"java"
JAVA_OPTS:
"-XX:+UseCompressedOops -Dprogram.name=standalone.bat -Xms1G -Xmx1G
-XX:MaxPermSize=256M -Djava.n
et.preferIPv4Stack=true
-Djboss.modules.policy-permissions=true -Djboss.modules.system.pkgs=org.jboss.byteman"
=========================================================
10:03:24,185 INFO
[org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-redhat-1
JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21)
Press any key to
continue . . .
Way -2
Start the
Stand-alone process and at the bottom we can see the version of the running
Server
10:03:58,620 INFO
[org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started in
2318ms - Started 153 of 191 services (57 services are lazy, passive or
on-demand)
Way -3
Once the server is started
we can use the URL
to see the various
HTTP management interface with all details including the release-version
Hope this helps,
More articles coming J
hi sir,
ReplyDeletei am phani ,vzm....
excellent post , please post jboss as 6 eap administration
thanks®ards
phani
9912862199
How we can modify JSP files under temp location EAP 6.4?
ReplyDelete