ResponseFileTemplates/WCM-8.5.0.0-template-binary.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
<?xml version='1.0' encoding='UTF-8'?> <agent-input> <variables> <variable name='sharedLocation' value='C:\IBM\IMShared'/> <variable name='wpInstallLocation' value='C:\IBM\WebSphere\'/> <variable name='wasadmin' value='wsadmin'/> <variable name='wasadminPwd' value=''/> </variables> <server> </server> <install modify='false'> <!-- IBM WebSphere Portal Server 8.5.0.0 --> <offering id='com.ibm.websphere.PORTAL.SERVER.v85' version='8.5.0.20140424_2155' profile='IBM WebSphere Portal Server V8.5' features='ce.install,portal.binary' installFixes='none'/> <!-- IBM Web Content Manager 8.5.0.0 --> <offering id='com.ibm.websphere.PORTAL.WCM.v85' profile='IBM WebSphere Portal Server V8.5' features='enable.upsell' installFixes='none'/> </install> <profile id='IBM WebSphere Application Server V8.5' installLocation='${wpInstallLocation}AppServer'> <data key='eclipseLocation' value='${wpInstallLocation}AppServer'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> <profile id='IBM WebSphere Portal Server V8.5' installLocation='${wpInstallLocation}PortalServer'> <data key='eclipseLocation' value='${wpInstallLocation}PortalServer'/> <data key='user.was.installLocation,com.ibm.websphere.PORTAL.SERVER.v85' value='${wpInstallLocation}AppServer'/> <data key='user.was.installLocation,com.ibm.websphere.PORTAL.WCM.v85' value='${wpInstallLocation}AppServer'/> <data key='user.configengine.binaryLocation,com.ibm.websphere.PORTAL.SERVER.v85' value='${wpInstallLocation}ConfigEngine'/> <data key='user.wp.wasprofiles.location,com.ibm.websphere.PORTAL.SERVER.v85' value='${wpInstallLocation}AppServer\profiles'/> <data key='user.cw.userid,com.ibm.websphere.PORTAL.SERVER.v85' value='${wasadmin}'/> <data key='user.cw.password,com.ibm.websphere.PORTAL.SERVER.v85' value='${wasadminPwd}'/> <data key='user.wp.base.offering,com.ibm.websphere.PORTAL.SERVER.v85' value='portal.server'/> <data key='user.wp.base.offering,com.ibm.websphere.PORTAL.WCM.v85' value='portal.server'/> <data key='user.iim.currentlocale,com.ibm.websphere.PORTAL.SERVER.v85' value='en'/> <data key='cic.selector.nl' value='en'/> </profile> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='${sharedLocation}'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='false'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> <preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/> <preference name='com.ibm.cic.common.sharedUI.showErrorLog' value='true'/> <preference name='com.ibm.cic.common.sharedUI.showWarningLog' value='true'/> <preference name='com.ibm.cic.common.sharedUI.showNoteLog' value='true'/> </agent-input> |