I have a question similar to Application Deployment Descriptor in Java EE 6 where the answerer explains that if you want to use custom (non-default) context-root
, one must define the application.xml
which should contain all the information for the project.
If I have an EJB, is there any such specific condition/situation for an EJB, where I must define an application.xml
?
The application.xml is not required, and I cannot think of a situation where you would be forced to do it because of an EJB.