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: 424
websphere
|application
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