How to deploy a war file in JBoss AS 7?

后端 未结 6 1782
没有蜡笔的小新
没有蜡笔的小新 2020-12-28 09:25

I downloaded JBoss Application Server 5 and successfully deployed a war file. I copypasted the Hello.war which has a simple index.jsp file into

\\jboss-5.1.         


        
6条回答
  •  长发绾君心
    2020-12-28 10:11

    open up console and navigate to bin folder and run

    JBOSS_HOME/bin > stanalone.sh
    

    Once it is up and running just copy past your war file in

    standalone/deployments folder
    

    Thats probably it for jboss 7.1

提交回复
热议问题