Tuesday, October 23, 2012

Where is deployment descriptor file located?



  • Deployment descriptor

For web applications, the deployment descriptor must be called web.xml and must reside in the WEB-INF directory in the web application root.

For Java EE applications, the deployment descriptor must be named application.xml and must be placed directly in the META-INF directory at the top level of the application .ear file.
http://en.wikipedia.org/wiki/Deployment_descriptor

No comments:

Post a Comment