A default installation of JBoss comes with 3 different server configurations. They are
named "minimal", "default" and "all". You can find these
folders under %JBOSS_HOME%/server/ folder. Each one of these folders represents a server
configuration and has different components. Usually, you go for the "default"
server configuration. If you want to deploy your application then you can place the
application in the "deploy" folder present in either of these server
configurations.
So in your case, you can place an .war file in the %JBOSS_HOME%/server/default/deploy
foder. JBoss will pick this .war for deployment. If you have placed a myapp.war in the
deploy folder then on successful deployment of your application, you can access your
application at
http://localhost:8080/myapp
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...