Esri / ops-server-config

Operations Server Configuration scripts
Apache License 2.0
34 stars 13 forks source link

Jenkins build server: replace "isWebTier":true to false for Web builder apps #934

Open elinz opened 9 years ago

elinz commented 9 years ago

Web builder applications have a "isWebTier": property set to true (i.e. "isWebTier":true) on our development server because we have implemented integrated windows authentication (IWA). I'm assuming most implementations of Ops Server are for demo purposes and therefore not using IWA. Therefore during the Jenkins build process after we copy the web app files we should set this property to false.

Action: replace "isWebTier":true with "isWebTier":false in config.json files in the SolutionsWeb folder.

elinz commented 9 years ago

@ACueva Manually edited 20151002_1949 build so testing can continue.