Hi,
I am using Jboss. I need to log "War file deployed" to server log when a war file is copied to jboss/server/default/log directory.( this's not related to jboss but still ... )
I am aware of one way to do is, i.e to have a servlet and overload the init methods, to log onto server log.
The requirement is -> as soon as a war file is deployed, it shud be able to log some info onto server log without overloading servlets.
Is it possible to do that ? Is it possible to specify something in web.xml to log something onto a server log ?