java - How to alert the support team when the newly deployed application has some issues -
java - How to alert the support team when the newly deployed application has some issues -
my question related one
we going deploy new application in oracle weblogic server installed in unix. details of development using in dev & production given below.
env utilize development: jsf - front end end log4j - loggin oracle web logic server - server db - oracle.
production environment: creating war file development , deploy in in weblogic server installed in unix machine.
problem: team gonna deploy application in production expecting alert application whenever app unable service request or exception happened. kind of unexpected error or situation happens needs alerted production back upwards team.
by team create sure application runs out pitfalls.
on programmatic level can grab exceptions in log, how can able alert prod back upwards team when there wrong went application?
please allow know suggestions or advise resolve issue.
logging frameworks log4j or logback able send emails in case of warn or error level messages.
java unix jsf-2 production-environment weblogic-10.x
Comments
Post a Comment