[
https://issues.jboss.org/browse/WFLY-3265?page=com.atlassian.jira.plugin....
]
Jay Kumar SenSharma commented on WFLY-3265:
-------------------------------------------
- At least for the Managed deployments we get the following informations from the CLI:
{code}
[standalone@localhost:9999 /] deployment-info --name=*
NAME RUNTIME-NAME PERSISTENT ENABLED STATUS
TestAppOne.war TestAppOne.war true true OK
TestRemoteEJBEAR.ear TestRemoteEJBEAR.ear false true OK
{code}
- Something similar can be made available for the console as well. So that users can get
the complete details of the application status/date-time/runtime-name/name/enabled/
....etc
- One possibility i see from the Wildfly configuration side is that when the application
is deployed then along with the following informations the deployment time information
also can be persisted in the configuration "standalone.xml" ..etc like
following: ( deploy-time="April-16-2014 10:23PM")
{code}
<deployments>
<deployment name="TestAppOne.war"
runtime-name="TestAppOne.war" deploy-time="April-16-2014 10:23PM">
<content sha1="044886137604350bfa4739cb2f5085c52e4d24d0"/>
</deployment>
</deployments>
{code}
Management Console should display the date and timestamp of the
deployments.
----------------------------------------------------------------------------
Key: WFLY-3265
URL:
https://issues.jboss.org/browse/WFLY-3265
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Web Console
Affects Versions: 8.1.0.CR1
Reporter: Jay Kumar SenSharma
Assignee: Heiko Braun
- The WildFly console [1] does not show the application details like *"deployment
date/timestamp"* Which is very important for the Administrators to keep track of
the deployments.
- This feature will make the WildFly administrators to know when exactly the application
was last deployed to be sure that the deployed application is not older copy or old
version. Currently there is no feature available in WildFly which can tell us exactly when
the application was deployed ? This is very important to know when the
"server.log" is cleaned or backed up.
[1]
http://localhost:9990/console/App.html#deployments
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira