I am creating an EAR file, which contains multiple web application projects. When I export the EAR project as J2EE EAR, the web applications included are all packed into WAR files. How can I have the web applications as exploded archives (not in WAR files, but in directory structure) in the exported EAR?
This EAR is to be deployed on WebLogic 8.1, and from what I have seen, WebLogic does not explode an EAR application and its underlying web projects automatically. Can you please confirm if I am wrong?
Thanks,
Goekhan
PS: I am using Eclipse 3.1 and MyEclipse 4.0