| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Installing: Creating the Configuration Properties File for Silent Installations |
|
Planning for Java CAPS Installation
Using the Java CAPS 6 Installation GUI
Using the Java CAPS 6 Installation CLI
Installing the JDK Software and Setting JAVA_HOME
To Install the JDK Software and Set JAVA_HOME on a UNIX System
To Install the JDK Software and Set JAVA_HOME on a Windows System
Installing Java CAPS Silently Using CLI
To Install Java CAPS Silently Using CLI
Installing Java CAPS Using the CLI Console
To Install Java CAPS Components Using the Command Line Console
Starting and Stopping Java CAPS
Installing Additional Components for Java CAPS 6
Installing Third-Party JAR Files
Use the sample file in this topic to set up your configuration properties file. Copy the file to the directory where you are going to install Java CAPS.
Note - When installing using Silent mode, the scripted file, file.properties, is automatically generated
by the Java CAPS Installer if the product has already been installed.
To comment out bundles and features you do not want to install, place a hash (#) symbol at the beginning of the relevant lines. You must set the following variables:
| ||||||||||||||||||||||||||||||||||||||||||||||||
In the sample file, APPSERVER stands for the Sun Java System Application Server,
and EM stands for Enterprise Manager.
You can set the file to install only runtime components or only design-time components.
To install only runtime components:
Change the install set from Complete to Custom (CHOSEN_INSTALL_SET=Custom).
Set the runtime components that you want. The runtime components are Sun Java System Application Server, Repository, and Sun JMS IQ Manager.
Comment out components that you do not want to install, such as NetBeans.
To install only design-time components:
Change the install set from Complete to Custom (CHOSEN_INSTALL_SET=Custom).
Ensure that NetBeans is set.
Comment out components that you do not want to install, such as Repository.
#Installation command examples #installername -i silent #installername -f file.properties #[silent|gui|console] CHOSEN_INSTALL_FEATURE_LIST=Repository,NetBeans,Appserver,STCMS,UDDI,EM #[Complete|Custom] CHOSEN_INSTALL_SET=Complete #Choose JDK #---------- USER_JDK_HOME=install-dir #Choose Install Folder #--------------------- USER_INSTALL_DIR=C:\\JavaCAPS6 #Repository Get User Input #------------------------- REPOSITORY_NAME=repository1 REPOSITORY_ADMIN_PORT=12000 #NetBeans Get User Input #----------------------- NETBEANS_INSTALL_NBMS=1 #Appserver Get User Input #------------------------ APPSERVER_ADMIN_USER=admin APPSERVER_ADMIN_PASSWORD=adminadmin APPSERVER_MASTER_PASSWORD=changeit APPSERVER_DOMAIN_NAME=domain1 # Basic Ports APPSERVER_ADMIN_PORT=4848 APPSERVER_HTTP_PORT=8080 APPSERVER_HTTPS_PORT=8181 # Advanced Ports APPSERVER_JMS_PORT=7676 APPSERVER_JMX_ADMIN_PORT=8686 APPSERVER_IIOP_PORT=3100 APPSERVER_IIOP_SSL_PORT=3820 APPSERVER_IIOP_MUTUALAUTH_PORT=3920 #STCMS Get User Input #-------------------- STCMS_OS_TYPE=OS STCMS_PORT=18007 STCMS_SSL_PORT=18008 STCMS_MIGRATION_FROM_DIR= #EM Get User Input #----------------- EMANAGER_HOST_NAME=localhost EMANAGER_ADMIN_PORT=15000
After creating a configuration properties file, you are ready to perform a silent CLI installation. For more information, see Installing Java CAPS Silently Using CLI.