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
?