Hi all.
I’ve a web project named foo and an EAR project named bar which contains foo. When I deploy bar onto a remote JBoss 4.0.3SP2, I choose to deploy as an ‘Exploded Archive’. The project is deployed as Exploded Archive but the names of the project directory are wrong. Normally, the directory of bar should be bar.ear and the directory of foo should be foo.war. But unfortunately, MyEclipse deploy them as foo and bar directly so that the JBoss will report errors when starting.
When I deploy foo onto the local JBoss, MyEclipse deploy them as foo.war and bar.ear, which are correct. So is there any advice on how to make remote deployment of JBoss correct?