You can install the Web Server Plug-ins using Installation Manager response files.
Before you install the Web Server Plug-ins, ensure that your user profile has *ALLOBJ and *SECADM special authorities.
Using Installation Manager, you can work with response files to install the Web Server Plug-ins.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v85'/>
</server>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V8.5' installLocation='/QIBM/ProdData/WebSphere/Plugins/V85/webserver'>
<data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/Plugins/V85/webserver'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Plugins/V85/webserver'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<offering profile='Web Server Plug-ins for IBM WebSphere Application Server V8.5' features='core.feature' id='com.ibm.websphere.PLG.v85'/>
</install>
<preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/>
<preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/>
<preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/>
<preference name='offering.service.repositories.areUsed' value='true'/>
<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'/>
</agent-input>
You can create a plug-ins profile using the manageprofiles command.
manageprofiles -create
-templatePath /QIBM/ProdData/WebSphere/Plugins/V85/webserver/profileTemplates/http
-profileName PluginsSrv01
manageprofiles -setDefaultName -profileName PluginsSrv01