I have created an EAR file for deployment in JBoss application server with ANT 1.8. Now I have a task to create the EAR file to be deployed in Websphere server. When I deployed the previously created ear file, it failed...when I investigated, I found that websphere default deployment descriptor: ibm-web-bnd.xml, ibm-web-ext.xml are not available in my EAR.
I would like to know, If someone do not have RAD/WSAD tools, how can they generate the EAR file compatible for Websphere 7 AS?
Thanks in advance,