# Application Server details: # Allowed values are tomcat7 and tomcat8, default value is tomcat8 appServerType=tomcat8 # Path of Application Server where it is installed (Mandatory) # Example: Windows:C:\\apache-tomcat-8.0.37, Unix:/opt/apache-tomcat-8.0.37 appServerDir=/opt/CA/SC/CABI/apache-tomcat-8.5.72 # Webapp/context name for CA Business Intelligence server. Default Webapp Name is jasperserver-pro webAppName=jasperserver-pro # Database details where CA Business Intelligence repository database will be created # Provide type of the database (Mandatory) dbType=mysql # Provide hostname of the server where repository database has to be created, default value is localhost dbHost=ipaddress # Provide port number, default value is 3306 dbPortOrInstance=3306 # Provide the Database name where repository database will be created, default value is jasperserver dbName=jasperserver # Provide existing database username who has rights to create database, default value is root dbUsername=kumar # Provide password for the above user (Mandatory) dbPassword=Welcome@123 # This property is mandatory and it gives an option to install CA Business Intelligence samples just by setting it to 'yes' (without quotes). # Choose 'yes' (without quotes) so that installation process will install the sample content of CA Business Intelligence and no' (without quotes) to skip creating the sample content # For full installation, this property value must be set to 'yes' (without quotes), default value is 'no' (without quotes). samples=no # This is one of the sample database (sugarcrm) if you choose samples=yes, default value is sugarcrm. sampleDatabase.sugarcrm=sugarcrm # This is one of the sample database (foodmart) if you choose samples=yes, default value is foodmart. sampleDatabase.foodmart=foodmart # Choose encryption=yes to enable encryption and 'no' (without quotes) to disable encryption # encrypt all the passwords and use them when encryption is set to 'yes' (without quotes), default value is 'no' (without quotes) encryption=no # Provide email configuration details # Host where the email server is configured, if emailHost is blank it means you have chosen not to configure email. emailHost= # emailUsername and emailPassword are used for authentication of email server # User for which the mail will be configured emailUserName=user@company.com # Password for the email user emailPassword=password # It is a dummy user for sending the reports emailFrom=no-reply@company.com # Port on which the email host is configured, default port is 25. emailPort=25