This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Deploying an unzipped EAR archive for use with Apache'sjaikiran Oct 16, 2006 3:41 AM (in response to toni)You can deploy an ear file in exploded form similar to what you did with the war file. Just extract its contents to a folder named *.ear in the /deploy folder. Have a look at: 
 http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
 
    