1.4
Version and Build Information
To get detailed version information about MWS, use one of the methods described in this topic.
In this section:
Using a browser, visit the MWS home page (for example, https://localhost:8080/mws/). At the bottom of the page is the MWS version information. See the screenshot below:
Using a REST client or other HTTP client software, send a GET request to the rest/diag/about resource. Here is an example:
curl -u username:password https://localhost:8080/mws/rest/diag/about?api-version=3
This resource is also described under 4.4 Diagnostics.
If MWS fails to start, version and build information can be found in the META-INF/MANIFEST.MF file inside the MWS WAR file. The version properties begin with Implementation. Below is a sample excerpt of a MANIFEST.MF file:
Implementation-Build: 26 Implementation-Build-Date: 2024-06-19_14-18-59 Implementation-Revision: 376079a5e5f552f2fe25e6070fd2e84c646a98fd Name: Grails Application Implementation-Title: mws Implementation-Version: 10.0.0-rc2 Grails-Version: 2.0.3