# If used by installer, run in silent mode INSTALLER_UI=SILENT # Product Installation Path Property # This is the default value for the root installation path for the product # (typically the same value as PT_HOME environment variable, but not always) # ------------------------------------------------------------------------- # # SHL -- # Description: # install.product.root.dir : the base install directory on your solaris box # install.single.computer.bool : indicates if all components should be installed on this machine (0 is false, 1 is true) # install.services.autostart.bool : "0" or "1" set services to start automatically # # Example: # install.product.root.dir=C:/plumtree # install.product.java.home.dir=/usr/j2sdk1.4.1_03/jre # install.services.autostart.bool=1 install.product.root.dir=C:/apps/bea/alui install.single.computer.bool=0 install.services.autostart.bool=0 install.product.java.home.dir=c:/apps/jre1.5.0_15/jre # ------------------------------------------------------------------------- # LICENSE PROPERTIES # ------------------------------------------------------------------------- # Information required for licensing. Note that if both .bool values are set to "0" then any existing # license files are not updated with the evaluation license generated by the installer. # ------------------------------------------------------------------------- # # SHL -- # Description: # install.product.license.dir : the place where the license file should be stored. This should be the same location as your BEA_HOME if you are running ALI portal on WebLogic # install.product.license.merge.bool : either "0" (false) or "1" (true). Boolean indicating if license should be merged. ONLY use if there is an existing license.bea file present in install.product.license.dir # install.product.license.overwrite.bool : either "0" (false) or "1" (true). Boolean indicating if license should be overwritten. ONLY use if there is an existing license.bea file present in install.product.license.dir # # Example: # install.product.license.dir=C:/bea # install.product.license.merge.bool=0 # install.product.license.merge.bool=1 install.product.license.dir=C:/apps/bea install.product.license.merge.bool=0 install.product.license.overwrite.bool=0 # PS=Portal # AS=Admin Portal # NPS=Portal, .NET (IIS) # NAS=Admin Portal, .NET (IIS) # IWS=API Service (formerly WS Server) # JS=Automation Service (Job Service) # IS=Image Service # SS=Search # DR=Document Repository Service # FILEUL=Content Upload Service (formerly File Upload Web Service) # DS=ALUI Directory Service # RR=RSS Reader Portlet # CNS=ALI Notification Service (formerly Common Notification Service) # # When running silent install create a comma-delimited list of the components # you wish to install. # # SHL -- # Description: # install.product.component.list # AS is equivalent to (PS + ui admin link). As far as I understand, PS is equal to (JS + the UI). Including any combination of PS, AS, and JS will always install the more encompassing set of features. # Please refer to section X of the Plumtree Portal installation guide to plan which components you will need to install on this machine # # Example: # install.product.component.list=AS,PS,JS,IWS,IS,SS,DR,FILEUL install.product.component.list=AS,PS,JS,IWS,IS,SS,DR,FILEUL,DS,RR,CNS # ------------------------------------------------------------------------- # WINDOWS ONLY - RUN MICROSOFT REDISTRIBUTABLE INSTALLER # ------------------------------------------------------------------------- # For components that utilize the Search client the Microsoft Visual C++ library redistributable installer must be run. # To set up the redistributable for execution, if the expected files installed by redistributable installer are not present, set this to "0". # NOTE: Setting something to "0" to make it run may seem counterintuitive. This property corresponds to a dialog in the installer. Since the default option, yes, is recorded as "0" you must set this to "0" to match what the installer records. # # ------------------------------------------------------------------------- # # Description: # install.execute.windows.redist.str: either "0" (Yes, run) or anything else (Don't run). Although this looks like a boolean, it is not. The "0" corresponds to a dialog box indicating that the redistributable installer should be run. # # Example: # install.execute.windows.redist.str=0 install.execute.windows.redist.str=0 # ------------------------------------------------------------------------- # CONFIGURATION MANAGER PROPERTIES # ------------------------------------------------------------------------- # If you wish to upgrade the list of components specified in the property # install.product.component.list, then properly fill out the properties in this section. # ------------------------------------------------------------------------- # # Description: # install.configuration-manager.port.str : port that this Configuration Manager should run https on. # install.configuration-manager.password.encrypted.bool: either "0" (false) or "1" (true). Boolean indicating if the password specified in next property is encrypted by installer. # install.configuration-manager.password.str: password for Configuration Manager login screen. # # Example: # install.configuration-manager.port.str=12345 # install.configuration-manager.password.encrypted.bool=0 # install.configuration-manager.password.str=alui install.configuration-manager.port.str=12345 install.configuration-manager.password.encrypted.bool=0 install.configuration-manager.password.str=alui # Deployment settings # DGF -- # Description: # install.portal.dotnet.bool : "0" or "1" Whether to install the .NET assembly DLLs with the portal # install.portal.java.bool : "0" or "1" Whether to install the Java JARs with the portal. # # You may select both at once; this should work, but is not a supported configuration. install.portal.dotnet.bool=0 install.portal.java.bool=1 install.portal.java.embas.bool=1 # Plumtree Search Specific properties # ------------------------------------------------------------------------- # # SHL -- # Description: # If you've included SS in "install.product.component.list" above... # install.searchserver.nodename.str: Name of the Search node to add. Note that this value is ignored if an existing Search Node is discovered. # install.searchserver.collection.overwrite.bool : If you are re-installing the search on this machine, specify "0" to retain your existing search collection, or "1" to overwrite it. If you don't use "1" it will assume that you do not want to overwrite your collection. # install.searchserver.cluster.dir: Full path to the directory where cluster information is stored # install.searchserver.node.serviceuser.str: (WINDOWS ONLY) User who will run the windows service created for the node. If this is set to default of "DOMAIN\\USER", is empty, or the property is not present then no user is set. # install.searchserver.node.servicepassword.encrypted.bool: Set to "1" if the password below is encrypted. If the password is clear text set this to 0. # install.searchserver.node.servicepassword.str: (WINDOWS ONLY) Password for user you want to set to run the Windows service described above. # # # Example: # install.searchserver.nodename.str=nodehome01 # install.searchserver.collection.overwrite.bool=0 # install.searchserver.cluster.dir=C:/bea # install.searchserver.node.serviceuser.str=beadomain\\beauser # install.searchserver.node.servicepassword.encrypted.bool=0 # install.searchserver.node.servicepassword.str=password install.searchserver.nodename.str=nodehome01 install.searchserver.collection.overwrite.bool=0 install.searchserver.cluster.dir=C:/apps/bea/cluster install.searchserver.node.serviceuser.str=bhak install.searchserver.node.servicepassword.encrypted.bool=0 install.searchserver.node.servicepassword.str=alui # Java Web Application properties (Deployment of web applications like portal, admin portal, image service) # ------------------------------------------------------------------------- # Tomcat Installation Properties # ------------------------------------------------------------------------- # # TEL -- # Description: # install.tomcat60.bool : this must be set to "1" if you are deploying application to Tomcat. # install.tomcat.context.xml.dir: path to the directory where xml context files that reference web applications (.war files) should be created. # # Example: # install.tomcat60.bool=1 # install.tomcat.context.xml.dir=C:/jakarta-tomcat-6.0.14/conf/Catalina/localhost install.tomcat60.bool=1 install.tomcat.webapp.home.dir=C:/apps/tomcat/6/conf/Catalina/localhost # WebLogic Installation Properties # ------------------------------------------------------------------------- # # TEL -- # Description: # The following settings are required if this must be deployed to weblogic10.x or 9.x # install.weblogic92.bool : this must be set to "1" if you are deploying application to WebLogic 9.2.x. # install.weblogic10x.bool : this must be set to "1" if you are deploying application to WebLogic 10.x. # install.weblogic.server.str : Name of the WebLogic Server on which you wish to deploy this application. # install.weblogic.user.str : WebLogic administrative user. # install.weblogic.password.encrypted.bool : this must be set to "1" if the password for the user is encrypted # install.weblogic.password.str : WebLogic administrative user password. See above property for encryption rules. # install.weblogic.domain.home.dir : Full path to the WebLogic domain root directory. # install.weblogic.host.str : Host name for the WebLogic Server. # install.weblogic.port.str : Port that the WebLogic Server is running on. # install.weblogic.domain.str : Name of the Domain that the WebLogic Server is running on. # # Example: # install.weblogic92.bool=0 # install.weblogic10x.bool=1 # install.weblogic.home.dir=C:/bea/wlserver_10.0 # install.weblogic.server.str=AdminServer # install.weblogic.user.str=weblogic # install.weblogic.password.encrypted.bool=0 # install.weblogic.password.str=password # install.weblogic.domain.home.dir=C:/bea/user_projects/domains/base_domain # install.weblogic.host.str=thismachinehostname # install.weblogic.port.str=7001 # install.weblogic.domain.str=base_domain install.weblogic92.bool=0 install.weblogic10x.bool=0 install.weblogic.home.dir=C:/bea/wlserver_10.0 install.weblogic.server.str=AdminServer install.weblogic.user.str=weblogic install.weblogic.password.encrypted.bool=0 install.weblogic.password.str=password install.weblogic.domain.home.dir=C:/bea/user_projects/domains/base_domain install.weblogic.host.str=thismachinehostname install.weblogic.port.str=7001 install.weblogic.domain.str=base_domain # WebSphere installation Properties # ------------------------------------------------------------------------- # # TEL -- # Description: # install.websphere61.bool : this must be set to "1" if you are deploying application to WebSphere. # install.websphere.home.dir : # install.websphere.server.str : # install.websphere.host.str : # install.websphere.soap.port.str : # # Example: # install.websphere61.bool=1 # install.websphere.home.dir=C:/WebSphere/AppServer # install.websphere.server.str=server1 # install.websphere.host.str=thismachinehostname # install.websphere.soap.port.str=8880 install.websphere61.bool=0 install.websphere.home.dir=C:/WebSphere/AppServer install.websphere.server.str=server1 install.websphere.host.str=thismachinehostname install.websphere.soap.port.str=8880 # Apache installation properties (for Image Server deployment when Java Application Servers are used; not IIS) # ------------------------------------------------------------------------- # # TEL -- # Description: # install.apache.bool : this must be set to "1" if you are deploying Image Service to Apache. # install.apache.httpd.conf.dir : full path to the folder containing apache configuration file httpd.conf # install.apache.service.name.str : (Windows ONLY) Name of the Windows service running apache # Example: # install.apache.bool=1 # install.apache.httpd.conf.dir=C:/Program Files/Apache Group/Apache2/conf # install.apache.service.name.str=Apache2 install.apache.bool=0 install.apache.httpd.conf.dir=C:/Program Files/Apache Group/Apache2/conf install.apache.service.name.str=Apache2 # IIS Installation Properties # ------------------------------------------------------------------------- # # TEL -- # Description: # install.iis.bool : this must be set to "1" if you are deploying .NET application to IIS. # install.iis.website.name.str : Name of the web site to deploy application to. If it does not exist it will be created. # install.iis.website.port.str : Port number (http connections) of the web site to deploy application to if the web site does not exist. If web site already exists the port will NOT be changed. # install.iis.website.secureport.str : Secure port number (https connections) of the web site to deploy application to if the web site does not exist. If web site already exists the port will NOT be changed. Also, this task will NOT create a certificate for you. # install.iis.static.compression.bool: this must be set to "1" if you want static compression set up for the image service virtual directory # # Example: # install.iis.bool=1 # install.iis.website.name.str=Default Web Site # install.iis.website.port.str=80 # install.iis.website.secureport.str=443 # install.iis.static.compression.bool=1 install.iis.bool=0 install.iis.website.name.str=Default Web Site install.iis.website.port.str=80 install.iis.website.secureport.str=443 install.iis.static.compression.bool=1