How to deploy a war file in JBoss AS 7?

后端 未结 6 1803
没有蜡笔的小新
没有蜡笔的小新 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 09:57

    I built the following ant-task for deployment based on the jboss deployment docs:

    
        
        
    
        
        
        
            
        
        
    
        
        
    
        
        start deployment ...
        
    
        
        
            
        
        deployment ok!
    
    

    ${jboss.deploy.dir} is set to standalone/deployments

提交回复
热议问题