How to start and stop jboss server using Ant task?

前端 未结 3 1142
挽巷
挽巷 2021-01-19 01:35

I need to stop, deploy my ear file and start Jboss server using the Ant tasks.

I am able to compile, build and deploy my J2EE application as an ear file into the JBo

3条回答
  •  萌比男神i
    2021-01-19 02:36

    Here how you start/stop JBoss app container including deploy an application :

    
    
        
            
        
        +-----------------------------+
        | J B O S S   S T O P P E D   |
        +-----------------------------+
    
    
    
    
        
        
        +-----------------------------+
        | J B O S S   S T A R T E D   |
        +-----------------------------+
    
    
    
    
      
        
        
           
        
        
            +----------------------------+
            |   W A R  D E P L O Y E D   |
            +----------------------------+
      
    
    

    Hope this is helpful :)

提交回复
热议问题