What command can be used to check the version of EAP and EWS Components

Solution Verified - Updated -

Environment

  • JBoss Enterprise WebServer
    • 1.x
    • 2.x
  • JBoss Enterprise Application Server
    • 4.x
    • 5.x
    • 6.x

Issue

  • What are the commands to check the version and revision of EAP and EWS?

Resolution

To know which version of EAP 5 you are using you can run the following command:

./run.sh -V

To know which version of EAP 6 you are using you can run the following command:

./standalone.sh -V

To know which version of EWS provided tomcat you are using you can run the following command:

./catalina.sh version

To know which version of EWS provided httpd you are using you can run the following command:

./apachectl -V

OR   

 httpd -V
 httpd.worker -V

Make sure to run command "which httpd" to findout which httpd you are using the EWS provided httpd or the EWS provided httpd. And please check the version is listed in this page and server built date is same to EWS one.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments