Deploy EAR with Websphere Application Server wsadmin.bat without loosing security role-mapping?
        Posted  
        
            by 
                Tommy
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Tommy
        
        
        
        Published on 2010-10-20T20:03:13Z
        Indexed on 
            2011/01/17
            0:55 UTC
        
        
        Read the original article
        Hit count: 281
        
We're running CI towards our WAS with wsadmin.bat
The applications are updated with this command
$AdminApp update ${projectName}EAR app {-operation update -update.ignore.new -contents {${artifactsDir}/${projectName}-${buildVersion}.ear}}
This causes all the "Security role to user/group mapping"-settings to reset, even though all the other settings are preserved with the -update.ignore.new
Anyone know how to fix this?
© Server Fault or respective owner