Hi,
I am having a zip file. Zip file is actually binary of the application. Zip file contains folders bin,doc,server,sql. I want to create .ear file from zip file.
.ear file created should be having all folder structure of .ear file i.e. META-INF, application.xml
So how to create .ear file from zip file, so that .ear file can be deployed on JBoss Application server.