Where can I find J2EE application’s deployment date and time in websphere application server’s admin console?
Where can I find J2EE application’s deployment date and time in websphere application server’s
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe the install date is explicitly recorded anywhere.
However, as an unsupported trick, you can use the timestamps that are embedded in the configuration ids in deployment.xml.
Looking at the deplyment.xml file
PROFILE_HOME/config/cells/cell/applications/APP.ear/deployments/APP/deployment.xmlthe root element will look something like:
The suffix of
xmi:idis System.currentTimeMillis():