Hi friends, I am very new to jboss and I want to deploy my application to jboss without making war or ear file i.e I want to create directories and copy paste my files. How can I achieve this.
You will need to use a war or ear, because the J2EE specification requires it. However JBoss support war or ear directories. So create an .ear directory in the deploy directory of your server and move your application there and JBoss will deploy it.