Deploy EAR with Websphere Application Server wsadmin.bat without losing 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 2012/04/08 11:33 UTC
Read the original article Hit count: 392

Filed under:
|

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

Related posts about websphere

Related posts about application