This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: how to use twiddle to verify deployment sucessfulhsaha Feb 6, 2008 3:48 AM (in response to tuananhd)There's no straightforward way to do this since the generated ID is not in your control. The work-around would to use the result of a 'query' operation to subsequently invoke the 'get' operation. Following would work in any unix environment: ./twiddle.sh -s 127.0.0.1:1099 get --noprefix `./twiddle.sh -s 127.0.0.1:1099 query jboss.web.deployment:* | grep war_name` StateString 
 
    