[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Specific deployment instead of scanner directory
jaikiran
do-not-reply at jboss.com
Wed Oct 25 00:02:12 EDT 2006
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:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980603#3980603
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980603
More information about the jboss-user
mailing list