해당 예제에서는 Plugin을 별도로 설치한다.
responsefile.txt 을 아래와 같이 수정
#
# License Acceptance
#
-OPT silentInstallLicenseAcceptance="false" → -OPT silentInstallLicenseAcceptance="true"
-OPT allowNonRootSilentInstall=false
# Operating System Prerequisite Checking
#
# -OPT disableOSPrereqChecking="true" → -OPT disableOSPrereqChecking="true"
# IBM Http Server Install Location
#
# *******************************************
-OPT installLocation="/usr/IBM/HTTPServer" → -OPT installLocation="C:\IBM\HTTPServer"
# *******************************************
-OPT httpPort="80"
-OPT adminPort="8008"
# *****************************************************
# Set this to "true" to create a user ID and password
# to authenticate to the IBM HTTP administration server
# using the WebSphere Application Server administrative
# console. The newly-created user ID and password is
# encrypted and stored in the conf/admin.passwd file.
# You can create additional user IDs after the
# installation by using the bin/htpasswd utility.
# *****************************************************
-OPT createAdminAuth="false" → -OPT createAdminAuth="true"
# *****************************************************
# If createAdminAuth is "true", use these
# options to set the user ID and password
# to be created.
# *****************************************************
-OPT adminAuthUser="wsdemo"
-OPT adminAuthPassword="wsdemo"
-OPT adminAuthPasswordConfirm="wsdemo"
# *****************************************************************************
# Set createAdminUserGroup to "true" to create a user ID and group used
# to setup the IBM HTTP Administration Server on Linux and UNIX operating
# systems. If the user ID or Group previously exists, set createAdminUserGroup
# to "false".
# *****************************************************************************
-OPT createAdminUserGroup=true -OPT createAdminUserGroup=false
# ******************************************
# WINDOWS ONLY
# *******************************************
# Begin Installing Services
-OPT installHttpService="true"
-OPT installAdminService="true"
################################################################################
#
# Installation of the WebSphere Plugin for the IBM HTTP Server
#
-OPT installPlugin="true" → -OPT installPlugin="false"
#### 플러그인을 별도로 설치할 경우
댓글 없음:
댓글 쓰기