This content has been marked as final.
Show 2 replies
-
1. Re: JBoss - How to set and get war/ear file version and date of build details from Jboss server using CLI?
abhijithumbe May 24, 2017 3:48 AM (in response to helper1000)Its not possible to capture this info through JBoss CLI utility. JBoss CLI utility is provided to perform server configuration(application deployment,subsystem config,..etc). You have to implement your own utility for this requirement.
-
2. Re: JBoss - How to set and get war/ear file version and date of build details from Jboss server using CLI?
helper1000 May 24, 2017 3:53 AM (in response to abhijithumbe)Thanks for the confirmation.