How a war file gets deployed in any application server?

Posted by gurukulki on Stack Overflow See other posts from Stack Overflow or by gurukulki
Published on 2010-03-15T05:22:42Z Indexed on 2010/03/15 5:29 UTC
Read the original article Hit count: 279

Filed under:
|

I know that when a war file is created of my web application, i have to deploy it, that is if i am using JBoss i have to copy it to deploy folder and if using WAS i have to install it. But i want to know, When i start the server from where the server starts deploying my application. that is which is the entry point to start loading my classes, properties ,DB connections etc..

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about application-server