[Tomcat, HTTPD,
Servlets & JSP] - Re: Specific deployment instead of
scanner directory
Jaikiran 25 October 2006 07:02:12
If i am not wrong, what you are looking for, is a way to deploy your war file in an exploded form. Isnt this what you want? If thats the case, have a look at:
In short, you will have to create a folder in the %JBOSS_HOME%/server/default/deploy named someName.war (someName can be your application name) and place the contents of your application in that war folder.