IBM®
WebSphere® Application Server용 웹 서버 플러그인의 설치 요구사항과 예제 그리고
설치 및 설치 제거에 대한 기타 정보를 제공합니다.
웹 서버 플러그인 정보
IBM
WebSphere Application Server용 웹 서버 플러그인는 WebSphere Application Server와 웹 서버(예: IBM HTTP Server) 간의 인터페이스를 제공합니다. 웹 서버 플러그인은 서블릿과 같은 클라이언트 요청을 라우팅해야 하는 서버를 판별합니다.
웹 서버 플러그인를 설치하기 전에 웹 서버 토폴로지를 계획하고
각 컴포넌트를 설치할 위치를 판별하십시오.
다양한 애플리케이션 서버 및 웹 서버 토폴로지에 대한 정보는
웹 서버 토폴로지 다이어그램 및 로드맵 선택의 내용을 참조하십시오.
요구사항
다음 요구사항 외에도, WebSphere Application Server 오퍼링을 설치하려면 시스템에
다른 필수 소프트웨어가 필요할 수 있습니다. 자세한 정보는 제품 설치에 맞게 운영 체제 준비의 내용을 참조하십시오.
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
전이 사용자용: IBM SDK, Java™ Technology Edition에는 더 이상 Web Server Plug-ins for WebSphere Application Server가 임베드되어 있지 않습니다.
Java SDK는 웹 서버 플러그인을 설치할 때 설치해야 하는 별도의 오퍼링으로 제공됩니다. IBM SDK, Java Technology Edition, 버전 8은 WebSphere Application Server
버전 9.0의 Java SDK 버전입니다.trns
- 웹 서버 플러그인에 최대 350MB의 디스크 공간이 필요합니다.
설치 예제
모든 WebSphere Application Server 오퍼링은
IBM Installation Manager를 사용하여 설치합니다.
제품 오퍼링 설치에 대한 단계별 지시사항은 제품 오퍼링 설치의 내용을 참조하십시오.
중요사항: IBM SDK Java Technology Edition은
제품에 더 이상 임베드되지 않으므로
웹 서버 플러그인 오퍼링
ID(
com.ibm.websphere.PLG.v90) 및 IBM
Java SDK 오퍼링 ID(
com.ibm.java.jdk.v8)를 둘 다 지정해야 합니다.
Java SDK
없이
웹 서버 플러그인를 설치할 수 없습니다.
- 명령행 예제
명령행을 사용한 설치에 대한 단계별 지시사항은
명령행을 사용하여 제품 오퍼링 설치의 내용을 참조하십시오.
![[Windows]](../images/windows.gif)
imcl.exe install com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
-repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90
-installationDirectory "C:\Program Files\IBM\WebSphere\Plugins"
-sharedResourcesDirectory "C:\Program Files\IBM\IMShared"
-preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false -secureStorageFile C:\IM\credential.store -masterPasswordFile C:\IM\master_password.txt
-log installv9plugins.xml
-acceptLicense
-showProgress
![[Linux]](../images/linux.gif)
./imcl install com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
-repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90
-installationDirectory /opt/IBM/WebSphere/Plugins
-sharedResourcesDirectory /opt/IBM/IMShared
-preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false -secureStorageFile /var/IM/credential.store -masterPasswordFile /var/IM/master_password.txt
-log installv9plugins.xml
-acceptLicense
-showProgress
![[IBM i]](../images/iseries.gif)
./imcl install com.ibm.websphere.PLG.v90
-repositories https://downloads.mycorp.com:8080/WAS_90_repository
-installationDirectory /QIBM/ProdData/WebSphere/Plugins/V9/webserver
-properties was.install.os400.profile.location=/QIBM/UserData/WebSphere/Plugins/V9/webserver
-sharedResourcesDirectory /QIBM/UserData/InstallationManager/IMShared
-secureStorageFile $HOME/WASFiles/temp/credential.store
-acceptLicense
-showProgress
- 응답 파일 예제
응답 파일을 사용한 설치에 대한 단계별 지시사항은
응답 파일을 사용하여 제품 오퍼링 설치의 내용을 참조하십시오.
![[Windows]](../images/windows.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean="true" temporary="true">
<server>
<repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90" />
</server>
<install modify='false'>
<offering id='com.ibm.websphere.PLG.v90'
profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'
features='core.feature' installFixes='none'/>
<offering id='com.ibm.java.jdk.v8'
profile='IBM WebSphere Application Server V9.0'
features='com.ibm.sdk.8'/>
</install>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\Plugins'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\Plugins'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>
![[IBM i]](../images/iseries.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.PLG.v90'/>
</server>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0' installLocation='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'>
<data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Plugins/V9/webserver'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
<install modify='false'>
<offering id='com.ibm.websphere.PLG.v90'
profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'
features='core.feature'/>
</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>
사용법 참고사항
versionInfo 및 historyInfo 명령은
시스템에서 수행되는 모든 설치, 설치 제거, 업데이트, 롤백 활동을 기반으로
웹 서버 플러그인에 대한 버전 및 히스토리 정보를 리턴합니다.
웹 서버 플러그인를 설치한 후
manageprofiles 명령을 사용하여
플러그인 프로파일을 작성할 수 있습니다. 다음은
manageprofiles 명령을
사용하여 기본 플러그인 프로파일을 작성하는 예입니다.
manageprofiles -create
-templatePath /QIBM/ProdData/WebSphere/Plugins/V9/webserver/profileTemplates/http
-profileName PluginsSrv01
참고: 프로파일을 작성하면 콘솔에서 성공을 표시하고
AboutThisProfile.txt 파일을 확인하라고 권장하는 메시지를 인쇄합니다.
하지만 IBM i에 플러그인 프로파일을 작성하는 경우
AboutThisProfile.txt 파일은 생성되지 않습니다.
설치 제거 예제
모든 WebSphere Application Server 오퍼링은
IBM Installation Manager를 사용하여 설치 제거합니다.
제품 오퍼링 설치 제거에 대한
단계별 지시사항은 제품 오퍼링 설치 제거의 내용을 참조하십시오.
참고: 제품 오퍼링을 설치 제거할 때 동시에 IBM SDK,
Java Technology Edition(
com.ibm.java.jdk.v8)도 설치 제거해야 합니다.
- 명령행 예제
명령행을 사용한 설치 제거에 대한 단계별 지시사항은
명령행을 사용하여 제품 오퍼링 설치 제거의 내용을 참조하십시오.
![[Windows]](../images/windows.gif)
imcl.exe uninstall com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
-installationDirectory "C:\Program Files\IBM\WebSphere\Plugins"
![[HP-UX]](../images/hpux.gif)
![[Linux]](../images/linux.gif)
![[Solaris]](../images/solaris.gif)
./imcl uninstall com.ibm.websphere.PLG.v90 com.ibm.java.jdk.v8
-installationDirectory /opt/IBM/WebSphere/Plugins
![[IBM i]](../images/iseries.gif)
./imcl uninstall com.ibm.websphere.PLG.v90
-installationDirectory /QIBM/ProdData/WebSphere/Plugins/V9/webserver
- 응답 파일 예제
응답 파일을 사용한 설치 제거에 대한 단계별 지시사항은
응답 파일을 사용하여 제품 오퍼링 설치 제거의 내용을 참조하십시오.
![[Windows]](../images/windows.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.PLG.v90'
profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'/>
<offering id='com.ibm.java.jdk.v8'
profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0' />
</uninstall>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0'
installLocation='C:\Program Files\IBM\WebSphere\Plugins'>
<data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\Plugins'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</agent-input>
![[IBM i]](../images/iseries.gif)
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.PLG.v90'
profile='Web Server Plug-ins for IBM WebSphere Application Server V9.0'/>
</uninstall>
<profile id='Web Server Plug-ins for IBM WebSphere Application Server V9.0'
installLocation='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'>
<data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/Plugins/V9/webserver'/>
<data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/Plugins/V9/webserver'/>
<data key='user.import.profile' value='false'/>
<data key='cic.selector.nl' value='en'/>
</profile>
</profile>
</agent-input>