User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2
I have added some preliminary EAR support that will allow you to run EAR
and WAR projects in the appserver from Eclipse, by right clicking on the
projects and select run on server.
The wars will be deployed in the path specified in the application.xml
file in the EAR project.
- to have Eclipse recognize the application.xml file it needs to be in
/META-INF/application.xml, so you'd need to add to the pom' EAR plugin
configuration so Maven generates the application.xml in the right place