Hi,
I am facing few problems while creating EAR file through MyEclipse.
Steps I followed are:
1. I created a simple web project (with struts capabilities)
2. After that I created an “Enterprise Application Project” using my web project
3. I exported project as EAR file and selected my created “Enterprise Application Project”.
My EAR file is generated but the problem is it doesn’t contain WAR file of my web project (generated EAR file is of 1KB and only cantains META-INF). Can you please tell me is there any step or setting I am missing?