All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.middleware.grouper.grouper-installer.5.12.2.source-code.grouper.installer.example.properties Maven / Gradle / Ivy

There is a newer version: 5.13.5
Show newest version

# this should be before the version number
#download.server.url = http://localhost:8090/grouper-ws/temp
download.server.url = https://software.internet2.edu/grouper

# default version to install
grouper.version = 2.5.0

# grouper docker image version
#grouperInstaller.docker.image.version = 2.5.11-beta

# location of the webapp eg: /opt/grouper/grouperWebapp
grouperInstaller.webAppWillBeInContainer =

# proxy server for downloads
download.server.proxyServer = 

# proxy port for downloads
download.server.proxyPort = 

# print out autorun keys in prompts so you can easily see how to configure the autorun
grouperInstaller.print.autorunKeys = false

# default to installContainer or upgrade (default is installContainer)
grouperInstaller.default.installOrUpgrade = installContainer

# default directory for downloading tarballs (current dir)
grouperInstaller.default.tarballDirectory = 

# default app to upgrade: api, ui, ws, or client
grouperInstaller.default.appToUpgrade = 

# default of directory where app will be installed
grouperInstaller.default.installDirectory = 

# default of directory where webapp will be installed
grouperInstaller.default.buildContainerDirectory = 

# default of directory where existing app exists
grouperInstaller.default.existingInstalledDirectory = 

# default for server.xml in ui
grouperInstaller.default.ui.server.xml =

# can be 6.0.35, or 8.5.12, or 8.5.84
grouperInstaller.default.tomcat.version = 8.5.87

# default to if rebuild the ui if already built
grouperInstaller.default.ui.rebuildIfBuilt =

# default to if rebuild the ws if already built
grouperInstaller.default.ws.rebuildIfBuilt =

# default for if it should set the uri encoding in the server.xml
grouperInstaller.default.ui.setTomcatUriEncoding =

# default for if it should run the change log to change log temp
grouperInstaller.default.api.runChangeLogToChangeLogTemp =

# default for if we should check the ddl version
grouperInstaller.default.api.checkDdlVersion =

# directory where the testFiles dir is
grouperInstaller.testFile.dir =

# if having trouble getting jar version, print out
grouperInstaller.printJarVersionIssuesV1 = false

# if patches should be downloaded or just used locally
grouperInstaller.default.downloadPatches = 

# default 3 ports for tomcat (http, jk, shutdown), otherwise will be the default from server.xml, e.g. 8600, 8601, 8602
grouperInstaller.default.tomcatPorts =

# default 3 ports for tomee (http, jk, shutdown), otherwise will be the default from server.xml, e.g. 8600, 8601, 8602
grouperInstaller.default.tomeePorts =

# if should use local files only for development
grouperInstaller.useLocalFilesOnlyForDevelopment = f

# if patches that are named grouper_v2_2_1_api_patch_0_test.tar.gz should be used to test a patch
grouperInstaller.useTestPatches = false

## if should check java version and make sure ok
#grouperInstaller.checkJavaVersion = true

# if stack should be printed on java version errors
grouperInstaller.printStackOnJavaVersionErrors = false

##############################
## Create patches
##############################

# where to get grouper source from, the variable $BRANCH_NAME$ will be substituted for the branch
download.source.url = https://github.com/Internet2/grouper/archive/$BRANCH_NAME$.zip

# where to get grouper psp source from, the variable $BRANCH_NAME$ will be substituted for the branch
download.pspSource.url = https://github.com/Internet2/grouper-psp/archive/$BRANCH_NAME$.zip


##############################
## Autorun properties
##
## If you uncomment one of these properties it will be used as empty, only uncomment to use
## 
##############################

#### set this to true to try to use defaults for everything.  Only things without default values will need to be set
grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = false

# in buildContainer: autorun, Download jars if already exists on filesystem
grouperInstaller.autorun.buildContainerUseExistingJarIfExists = false

########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED
## Note: not all of them need to be filled out for all operations

## not used anymore
## autorun, Error: Java should be version 6 or 7 (1.6 or 1.7), but is detected as: (you can just uncomment, doesnt need a value)
## grouperInstaller.autorun.wrongJavaContinue =

# autorun What service do you want to manage?  database, tomcat, grouperDaemon?
# grouperInstaller.autorun.serviceToManage = 

# autorun What tomcat|database|daemon action do you want to perform?  stop, start, restart, status? 
# grouperInstaller.autorun.serviceToManageAction =

# autorun What do you want to develop (translate, back, exit)?
# grouperInstaller.autorun.developAction =

# autorun Do you want to 'install' a new installation of grouper, 'upgrade' an existing installation
# or 'patch' an existing installation\n" 
# (enter: 'install', 'upgrade', 'patch' or blank for the default)
# default is controlled in a config in this config file: grouperInstaller.default.installOrUpgrade
# grouperInstaller.autorun.actionEgInstallUpgradePatch = 

# autorun, What do you want to install/upgrade/patch?  api, ui, ws, or psp? 
# note, default is configured in this file: grouperInstaller.default.appToUpgrade
# grouperInstaller.autorun.appToUpgrade = 

# autorun, Where is the grouper api/ui/ws/psp installed for upgrades / patching?
# grouperInstaller.autorun.grouperWhereInstalled = 

# autorun grouper system password (its not secure to have a plain text pass in a config file)
# grouperInstaller.autorun.grouperSystemPassword =

# autorun Enter the tomcat version (8.5.84 or 8.5.12 or 6.0.35)
# grouperInstaller.autorun.tomcat.version = 8.5.84

# autorun Warning: this *should* be 8.5.84 or 8.5.12 or 6.0.35, hit  to continue:
# grouperInstaller.autorun.tomcat.version.mismatch = 

# autorun Enter the database URL
# grouperInstaller.autorun.dbUrl = 

# autorun database user
# grouperInstaller.autorun.dbUser =

# autorun database pass (note, it is not good security to have plaintext passwords in text config files)
# grouperInstaller.autorun.dbPass =

# autorun Do you want to init the database (delete all existing grouper tables, add new ones) (t|f)? 
# grouperInstaller.autorun.deleteAndInitDatabase = f

# autorun, uncomment to make work, Enter in the Grouper install directory (note: better if no spaces or special chars)
# default is controller in a config in this config file: grouperInstaller.default.installDirectory
# if that is blank or not configured, default is current working directory
# grouperInstaller.autorun.installDirectory = 

# autorun, uncomment to make work, Enter in a Grouper temp directory to download tarballs
# default is controller in a config in this config file: grouperInstaller.default.tarballDirectory
# if that is blank or not configured, default is current working directory
# grouperInstaller.autorun.tarballDirectory = 

# autorun, uncomment to make work, Enter in a directory for container output
# default is controller in a config in this config file: grouperInstaller.default.buildContainerDirectory
# if that is blank or not configured, default is current working directory
# grouperInstaller.autorun.buildContainerDirectory

# autorun patchCreator: Enter a description for this patch, e.g. GRP-123: fixes a problem with such and such: [required]
# grouperInstaller.autorun.patchDescription = 

# autorun patchCreator: Enter the risk level for the patch: (low|medium|high): [required]
# grouperInstaller.autorun.patchRiskLevel = 

# autorun patchCreator: Is this a security patch? (t|f): [t]
# grouperInstaller.autorun.patchSecurity = 

# autorun What is the location of your tomcat server.xml for the UI?
# Note, if you dont use tomcat just leave it blank or type 'blank':
# grouperInstaller.autorun.locationOfTomcatServerXml = 

# autorun What is the location of the grouper.text.en.us.base.properties file
# grouperInstaller.autorun.translate.from =

# autorun Do you want to edit this file inline (if not will just run a report) (t|f) [t]: ");
# grouperInstaller.autorun.translate.editInline =

# autorun Line 100 is not a blank, comment, or property, hit  to continue
# grouperInstaller.autorun.translateIssueContinue =
        
# autorun patch action: What do you want to do with patches (install, revert, status, fixIndexFile)
# grouperInstaller.autorun.patchAction =

# autorun admin action: What admin action do you want to do (logs, upgradeTask)
# grouperInstaller.autorun.adminAction =

# What upgrade task do you want to do (convertEhcacheXmlToProperties, convertSourcesXmlToProperties)?
# grouperInstaller.autorun.upgradeTaskAction
   
# autorun admin action: Do you want to convert the ehcache.xml file to a grouper.cache.properties file [recommended]? (t|f) [t]:
# grouperInstaller.autorun.convertEhcacheXmlToPropertiesIfNeeded =

# autorun admin action: Do you want to convert from sources.xml to subject.properties, note you need to do this to upgrade (t|f)? [t]:
# grouperInstaller.autorun.convertSourcesXmlToProperties =

# autorun admin action: After this conversion is done, merge your settings to the new subject.properties.  Press  to continue:
# grouperInstaller.autorun.convertSourcesXmlToPropertiesHadPropertiesInFile =

# autorun: Enter the location of the grouper.cache.base.properties file [" + ehcacheBaseProperties.getAbsolutePath() + "]:"
# grouperInstaller.autorun.convertEhcacheBasePropertiesLocation =

# autorun: Enter the location of the subject.properties file [" + subjectProperties.getAbsolutePath() + "]:"
# grouperInstaller.autorun.convertSubjectPropertiesLocation =

# autorun location: Enter the location of the ehcache.xml file
# grouperInstaller.autorun.convertEhcacheXmlLocation =

# autorun location: Enter the location of the sources.xml file
# grouperInstaller.autorun.convertSourceXmlLocation =

# autorun admin action: Do you want to convert the ehcache.xml file to a grouper.cache.properties file [recommended]? (t|f) [t]:
# grouperInstaller.autorun.convertEhcacheXmlToPropertiesIfNeeded

# autorun admin action: Your grouper.cache.properties file has 10 properties different from the base, verify that it is correct in your environment and press  to continue
# grouperInstaller.autorun.convertEhcacheXmlToPropertiesContinue =

# autorun patch Enter the comma separated list of files to make a patch from: [required] 
# could be filename if no dupes: Something.java.  Could be package path: edu/whatever/Something.java
# could be path in module: dist/build/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbEvent.java
# grouperInstaller.autorun.patchFilesCommaSeparated =

# autorun Enter any patch names that are dependencies that you know of (comma separated), or blank for none:\n");
# grouperInstaller.autorun.patchNameDependenciesCommaSeparated =

# It is NOT detected that your patch requires restart, please confirm this, does it require restart (t|f)? [f]
# grouperInstaller.autorun.patchOverrideDoesntRequireRestart = t

# Enter a Jira key (e.g. GRP-123) for this patch: [required] 
# (note, will try to get this from patch description, if its there, this can be blank)
# grouperInstaller.autorun.patchJiraKey =

########## AUTORUN PROPERTIES THAT HAVE A DEFAULT VALUE

# Do you want to install the user interface (t|f)? [t]:
# grouperInstaller.autorun.installUi = t

# Do you want to install web services (t|f)? [t]:
# grouperInstaller.autorun.installWs = t

# Do you want to install the web services client (t|f)? [t]:
# grouperInstaller.autorun.installClient = t

# Press  to continue after client error
# grouperInstaller.autorun.grouperClientErrorContinue = t
      
# Do you want to install the provisioning service provider next generation (t|f)? [t]:
# grouperInstaller.autorun.installPspng = t

# Press  to continue after tomcat problem...
# grouperInstaller.autorun.tomcatPortProblem = t

# Press  to continue after tomee problem...
# grouperInstaller.autorun.tomeePortProblem = t

# autorun rebuild ui after having been built
# grouperInstaller.autorun.rebuildUiAfterHavingBeenBuilt = t

# autorun rebuild duo after having been built
# grouperInstaller.autorun.rebuildDuoAfterHavingBeenBuilt = t

# autorun rebuild box after having been built
# grouperInstaller.autorun.rebuildBoxAfterHavingBeenBuilt = t

# autorun rebuild client after having been built [t]
# grouperInstaller.autorun.rebuildClientAfterHavingBeenBuilt =

# autorun rebuild grouper api after having been built [t]
# grouperInstaller.autorun.rebuildGrouperApiAfterHavingBeenBuilt =

# autorun rebuild PSP after having been built [t]
# grouperInstaller.autorun.rebuildPspAfterHavingBeenBuilt =

# autorun rebuild Grouper messaging rabbitmq after having been built [t]
# grouperInstaller.autorun.rebuildMessagingRabbitmqAfterHavingBeenBuilt

# autorun rebuild Grouper messaging activemq after having been built [t]
# grouperInstaller.autorun.rebuildMessagingActivemqAfterHavingBeenBuilt

# autorun rebuild Grouper messaging aws after having been built [t]
# grouperInstaller.autorun.rebuildMessagingAwsAfterHavingBeenBuilt

# The PSPNG has been built in the past, do you want it rebuilt? (t|f) [t]: ");
# grouperInstaller.autorun.rebuildPspngAfterHavingBeenBuilt =

# autorun rebuild subject API after having been built [t]
# grouperInstaller.autorun.rebuildSubjectApiAfterHavingBeenBuilt =

# autorun uncomment to make work, The Grouper WS has been built in the past, do you want it rebuilt? (t|f)
# note, this default can be set in this config file grouperInstaller.default.ws.rebuildIfBuilt, or default true
# grouperInstaller.autorun.rebuildWsIfBuiltAlready =

# autorun if the log directory of UI should be set
# grouperInstaller.autorun.setLogDirOfUi = t

# autorun log dir of UI
# grouperInstaller.autorun.uiLogDir = 

# autorun path of sh command if not in a standard path
# grouperInstaller.autorun.pathOfShCommandIfNotFound = 

# autorun if tomcat should be stopped anyways when detected not running
# grouperInstaller.autorun.stopTomcatAnyway = t

# autorun if tomcat should be starts anyways when detected running
# grouperInstaller.autorun.startTomcatAnyway = t

# autorun if tomee should be stopped anyways when detected not running
# grouperInstaller.autorun.stopTomeeAnyway = t

# autorun if tomee should be starts anyways when detected running
# grouperInstaller.autorun.startTomeeAnyway = t

# autorun if the ports of tomcat should be checked when stopping
# grouperInstaller.autorun.stopTomcatCheckPorts = t

# autorun if the ports of tomcat should be checked when starting
# grouperInstaller.autorun.startTomcatCheckPorts = t

# autorun if the ports of tomee should be checked when stopping
# grouperInstaller.autorun.stopTomeeCheckPorts = t

# autorun if the ports of tomee should be checked when starting
# grouperInstaller.autorun.startTomeeCheckPorts = t

# autorun if continue after tomcat error
# grouperInstaller.autorun.continueAfterTomcatError = t

# autorun if continue after tomee error
# grouperInstaller.autorun.continueAfterTomeeError = t

# autorun set grouper system password in tomcat users xml
# grouperInstaller.autorun.setGrouperSystemPasswordInTomcatUsers = t

# autorun set grouper system password in tomee users xml
# grouperInstaller.autorun.setGrouperSystemPasswordInTomeeUsers = t

# autorun conflicting jar continue (you can just uncomment, doesnt need a value)
# grouperInstaller.autorun.conflictingJarContinue = 

# autorun java invalid non fatal continue (you can just uncomment, doesnt need a value)
# grouperInstaller.autorun.javaInvalid = 

# autorun What do you want to manage (logs, services, back, exit)?
# grouperInstaller.autorun.manageAction = 

# autorun Do you want to convert from ehcache.xml to grouper.cache.properties, note you need to do this to upgrade (t|f)? [t]: ");
# grouperInstaller.autorun.convertEhcacheXmlToProperties = t
    
# autorun What is the absolute path of the log4j.properties?
# grouperInstaller.autorun.log4jPropertiesLocation =

# autorun Database could not be connected to from Java.  Perhaps it is down or there is a network problem?
# Do you want to see the stacktrace from the connection error? (t|f) [f]: 
# grouperInstaller.autorun.printStackFromDbConnectionError = t|f

# autorun Press  to continue or type 'exit' to end.
# grouperInstaller.autorun.grouperDaemonName =

# autorun In unix you should have a /etc/init.d script which manages the grouper daemon (see details on wiki).
# If you have a service configured please enter name or  to continue without a service:
# grouperInstaller.autorun.grouperDaemonNameOrContinue =

# autorun Found pid " + pid + ", do you want this script to kill it? (t|f) [t]:
# grouperInstaller.autorun.killPidOfDaemon =

# autorun In windows you need to find the java process in task manager and kill it, press  to continue...
# grouperInstaller.autorun.enterToContinueWindowsCantKillProcess =

# autorun Not copying sourceFile.getAbsolutePath() to destinationFolder.getAbsolutePath() since a related file already exists.  Hit  to continue...
# grouperInstaller.autorun.not.copying.jar = 

# autorun Press  to continue or type 'exit' to end.
# grouperInstaller.autorun.manageContinue =

# autorun Press  to continue or type 'exit' to end.
# grouperInstaller.autorun.developContinue =

# autorun branch to create a patch for, default to the one the version is above
# grouperInstaller.autorun.branchToCreatePatchFor =

# autorun branch to create a patch for PSP, default to the one the version is above
# grouperInstaller.autorun.branchForPspToCreatePatchFor =

# autorun backup your files (uncomment to make work): You should backup your files and database before you start.  Press  to continue.
# grouperInstaller.autorun.backupFiles =

# any running processes: Are there any running processes using this installation?  tomcats?  loader?  psp?  etc?  (t|f)? [f]:
# grouperInstaller.autorun.runningProcesses = f

# autorun, uncomment to make work, If you have edited the Owasp.CsrfGuard.overlay.properties please merge the changes to the new file
# grouperInstaller.autorun.continueAfterEditedOwaspCsrfGuard = 

# autorun, uncomment to make work, If you customized the web.xml please merge your changes back in
# grouperInstaller.autorun.continueAfterMergeWebXml = 

# autorun, uncomment to make work, Merge nav.properties
# grouperInstaller.autorun.continueAfterNavProperties = 

# autorun, uncomment to make work, Merge media.properties
# grouperInstaller.autorun.continueAfterMediaProperties = 

# autorun, Remove old keys nav.properties
# grouperInstaller.autorun.removeOldKeysFromNavProperties = t

# autorun, Remove old keys media.properties
# grouperInstaller.autorun.removeOldKeysFromMediaProperties = t

# autorun, view list of files changed in copy
# grouperInstaller.autorun.viewListOfFilesChangedInCopy = f

# autorun, uncomment to make work, continue after merging sources.xml
# grouperInstaller.autorun.continueAfterMergingSourcesXml =

# autorun, uncomment to make work, debug sql in log4j
# grouperInstaller.autorun.log4jDebugSql = t

# autorun, You are upgrading from pre API version 2.0.0, do you want to run Unresolvable Subject Deletion Utility (USDU) (recommended) (t|f)? [t]
# grouperInstaller.autorun.runUsduPre2.0.0 = t

# autorun, You are upgrading from after API version 2.0.0, so you dont have to do this, but do you want to run Unresolvable Subject Deletion Utility (USDU) (not recommended) (t|f)? [f]
# grouperInstaller.autorun.runUsduPost2.0.0 = f

# autorun, ERROR, cannot find grouper version in grouper jar file, do you want to continue? (t|f)? [f]:
# grouperInstaller.autorun.shouldContinueAfterNoGrouperVersionFound = f

# autorun, You are upgrading from pre API version 2.0.0, do you want to resolve all group subjects (recommended) (t|f)? [t]: ");
# grouperInstaller.autorun.resolveGroupSubjectsPre2.0.0 = t

# autorun, You are upgrading from after API version 2.0.0, so you dont have to do this, 
# but do you want to resolve all group subjects (not recommended) (t|f)? [f]:
# grouperInstaller.autorun.resolveGroupSubjectsPost2.0.0 = f

# autorun You are upgrading from pre API version 2.1.0, do you want to 
# see if you have rules with ruleCheckType: flattenedPermission* (recommended) (t|f)? [t]: ");
# grouperInstaller.autorun.seeRulesFlattenedPermissionsPre2.1.0 = t

# autorun You are upgrading from after API version 2.1.0, so you dont have to do this,
# but do you want to see if you have rules with ruleCheckType: flattenedPermission* (not recommended) (t|f)? [f]:
# grouperInstaller.autorun.seeRulesFlattenedPermissionsPost2.1.0 = f

# autorun Error getting count of rules, would you like to continue (t|f)? [t]:
# grouperInstaller.autorun.shouldContinueAfterErrorCountFlattenedRules = t

# autorun You have flattenedPermission rules that need to be removed.  You need to look in the view 
# grouper_rules_v and notify the owners and remove these rules.  Do you want to continue (t|f)? [t]: 
# grouperInstaller.autorun.shouldContinueAfterFoundFlattenedRules = t

# autorun You are upgrading from pre API version 2.2.0, 
# do you want to run the 2.2 upgrade GSH script (recommended) (t|f)? [t]:
# grouperInstaller.autorun.run2.2gshUpgradeScriptPre2.2.0 = t

# autorun You are upgrading from after API version 2.2.0, so you dont have to do this,
# but do you want to run the 2.2 upgrade GSH script (not recommended) (t|f)? [f]:
# grouperInstaller.autorun.run2.2gshUpgradeScriptPost2.2.0 = f

# autorun You are upgrading from pre API version 2.2.1, do you want to 
# run the 2.2.1 upgrade GSH script (recommended) (t|f)? [t]: 
# grouperInstaller.autorun.run2.2.1gshUpgradeScriptPre2.2.1 = t

# autorun You are upgrading from after API version 2.2.1, so you dont have to do this
# but do you want to run the 2.2.1 upgrade GSH script (not recommended) (t|f)? [f]: 
# grouperInstaller.autorun.run2.2.1gshUpgradeScriptPost2.2.1 = f

# You are upgrading from pre API version 2.3.0, do you want to run the 2.3.0 upgrade GSH script (recommended) (t|f)? [t]: ");
# grouperInstaller.autorun.run2.3.0gshUpgradeScriptPre2.3.0 = t

# You are upgrading from after API version 2.3.0, so you dont have to do this
# but do you want to run the 2.3.0 upgrade GSH script (not recommended) (t|f)? [f]: ");
# grouperInstaller.autorun.run2.3.0gshUpgradeScriptPost2.3.0 = 

# autorun Error: we tried to upgrade the database but it didnt work, would you like to continue skipping DDL (t|f)?
# grouperInstaller.autorun.shouldContinueIfErrorUpgradingDatabase = f

# autorun uncomment to make work Non-fatal error: could not delete file: " + relatedJar.getAbsolutePath() + ", delete this file when all processed are terminated.  Press  to acknowledge this.
# grouperInstaller.autorun.continueAfterCantDeleteJar =

# autorun Review the script(s) above if there are any, do you want the upgrader to run it to upgrade the DDL for you (t|f)? [t]:
# grouperInstaller.autorun.shouldRunDdlScript = t

# autorun uncomment to make work There are multiple related jars for *jarName* GrouperInstallerUtils.toStringForLog(relatedJars));
# There should be only one, remove the others, if this is a mistake, then you need to\n  rename the prefix so they are different, and report to the Grouper team
# grouperInstaller.autorun.continueAfterFoundMultipleJars = 

# autorun uncomment to make work Compare you old ehcache.xml with the new ehcache.xml file
# grouperInstaller.autorun.continueAfterCompareEhcache = 

# autorun remove redundant properties from grouper client
# grouperInstaller.autorun.removeRedundantPropetiesFromGrouperClient = t

# autorun remove redundant properties from grouper properties
# grouperInstaller.autorun.removeRedundantPropetiesFromGrouperProperties = t

# autorun remove redundant properties from grouper hibernate properties
# grouperInstaller.autorun.removeRedundantPropetiesFromGrouperHibernateProperties = t

# autorun remove redundant properties from grouper loader properties
# grouperInstaller.autorun.removeRedundantPropetiesFromGrouperLoaderProperties = t

# autorun remove redundant properties from grouper ws properties
# grouperInstaller.autorun.removeRedundantPropetiesFromGrouperWsProperties = t

# autorun remove redundant properties from subject properties
# grouperInstaller.autorun.removeRedundantPropetiesFromSubjectProperties = t

# autorun, uncomment to make work, Error: cant find directory for patch, press  to continue
# grouperInstaller.autorun.continueAfterCantFindPatchDir = 

# autorun, Do you want to fix the patch index file (download all patches and see if they are installed?) (" + (defaultToFixIndex ? "recommended" : "not recommended") + ") (t|f)? [" + (defaultToFixIndex ? "t" : "f") + "]: ");
# grouperInstaller.autorun.fixIndexFile = 

# This patch requires all processes that user Grouper to be stopped.
# Please stop these processes if they are running and press  to continue...
# grouperInstaller.autorun.continueAfterStoppingGrouperProcesses = 

# autorun, Would you like to revert all patches (t|f)? [f]: ");
# grouperInstaller.autorun.revertAllPatches =

# autorun, when reverting Would you like to revert patch " + keyBase + " (t|f)? [f]:
# grouperInstaller.autorun.revertPatch = f

# autorun, Would you like to revert certain specified patches? (t|f)? [f]: ");
# grouperInstaller.autorun.revertCertainSpecifiedPatches = 

# autorun, What patches would you like to revert [comma-separated] (e.g. grouper_v2_3_0_api_patch_0, grouper_v2_3_0_api_patch_1, grouper_v2_3_0_ui_patch_0)? : ");
# grouperInstaller.autorun.revertCertainSpecifiedPatchesList = 

# autorun, Problem reverting patch since this patch file:  is not the same as what the patch expects:
# Do you want to force revert this patch (t|f)? [f]:
# grouperInstaller.autorun.forceRevertPatch = f

# autorun, Problem installing patch since this patch file:  is not the same as what the patch expects:
# Do you want to force install this patch (t|f)? [f]:
# grouperInstaller.autorun.forceInstallPatch = f

# autorun, uncomment to make work Cannot install patch " + keyBase + " since it is dependent on a patch 
# which is not installed: " + dependency continue?
# grouperInstaller.autorun.continueAfterPatchDependencyFails =

# autorun, Would you like to install all patches (t|f)? [t]: ");
# grouperInstaller.autorun.installAllPatches =

# autorun, Would you like to install patches up to a certain patch level? (t|f)? [f]: ");
# grouperInstaller.autorun.installPatchesUpToACertainPatchLevel =

# autorun, What patch levels would you like to install comma-separated (e.g. grouper_v2_3_0_api_patch_9, grouper_v2_3_0_ui_patch_10, grouper_v2_3_0_ws_patch_5)
# grouperInstaller.autorun.installPatchesUpToThesePatchLevels = 

# autorun, Would you like to install certain specified patches? (t|f)? [f]: ");
# grouperInstaller.autorun.installCertainSpecifiedPatches =

# What patches would you like to install [comma-separated] (e.g. grouper_v2_3_0_api_patch_0, grouper_v2_3_0_api_patch_1, grouper_v2_3_0_ui_patch_0)
# grouperInstaller.autorun.installCertainSpecifiedPatchesList = 

# autorun Would you like to install patch " + keyBase + " (t|f)? [t]:
# grouperInstaller.autorun.installPatch = t

# autorun uncomment to make work This patch requires all processes that user Grouper to be stopped.
# Please stop these processes if they are running and press  to continue...
# grouperInstaller.autorun.continueAfterPatchStopProcesses = 

# autorun Would you like to be prompted about this patch next time? (t|f)? [t]:
# grouperInstaller.autorun.promptAboutPatchNextTime = t

# autorun When creating patch if grouper source is already downloaded, use local source?
# grouperInstaller.autorun.createPatchDownloadSourceUseLocalIfExist = f

# autorun WS uncomment to make work, Since patches were applied/reverted, you should delete files 
# in your app server work directory,
# in tomcat it is named 'work'.  Hit  to continue: 
# grouperInstaller.autorun.continueAfterDeleteWsWorkDirectory =

# autorun UI uncomment to make work, Since patches were applied/reverted, you should delete files 
# in your app server work directory,
# in tomcat it is named 'work'.  Hit  to continue: 
# grouperInstaller.autorun.continueAfterDeleteUiWorkDirectory =

# autorun (blank is default) Enter the default IP address for checking ports (just hit enter to accept the default 
# unless on a machine with no network, might want to change to 127.0.0.1): [0.0.0.0]: 
# grouperInstaller.autorun.defaultIpAddressForPorts =

# autorun uncomment to make work, Note: you need to change the search sql in the 
# jdbc source in the grouperApi/conf/sources.xml... the change is in the comments in that file
# Ready to continue? (t|f)? [t]
# grouperInstaller.autorun.dbContinueAfterChangeSourcesXmlForPostgresSqlServer =

# autorun uncomment to make work, Do you want to install the provisioning service provider (t|f)? [t]: 
# grouperInstaller.autorun.installPsp =

# autorun uncomment to make work, Do you want to set " + specify + "gsh script to executable (t|f)? [t]: 
# grouperInstaller.autorun.setGshScriptsToExecutable =

# autorun uncomment to make work, Do you want to run dos2unix on gsh.sh (t|f)? [t]: 
# grouperInstaller.autorun.dos2unixOnGsh =

# autorun uncomment to make work, Do you want to set the tomcat memory limit (t|f)? [t]: 
# grouperInstaller.autorun.setTomcatMemoryLimit =

# autorun uncomment to make work, Do you want to set the tomee memory limit (t|f)? [t]: 
# grouperInstaller.autorun.setTomeeMemoryLimit =

# autorun uncomment to make work, Do you want to set tomcat scripts to executable (t|f)? [t]: 
# grouperInstaller.autorun.setTomcatScriptsToExecutable =

# autorun uncomment to make work, Do you want to set tomee scripts to executable (t|f)? [t]: 
# grouperInstaller.autorun.setTomeeScriptsToExecutable =

# autorun uncomment to make work, Do you want to run dos2unix on tomcat sh files (t|f)? [t]: 
# grouperInstaller.autorun.dos2unixOnTomcatFiles =

# autorun uncomment to make work, What ports do you want tomcat to run on (HTTP, JK, shutdown):  (will default to whats in config file)
# grouperInstaller.autorun.tomcatPorts =

# autorun uncomment to make work, What ports do you want tomee to run on (HTTP, JK, shutdown):  (will default to whats in config file)
# grouperInstaller.autorun.tomeePorts =
 
# autorun uncomment to make work, The tomcat HTTP/JK port is in use or unavailable: do you want to pick different ports? (t|f)
# grouperInstaller.autorun.pickDifferentPortIfInUse = f

# autorun uncomment to make work, Do you want to set URIEncoding to UTF-8 in tomcat server.xml  elements (t|f)? [t]
# note this default can be set in this config file, grouperInstaller.default.ui.setTomcatUriEncoding, or defaults to true if blank
# grouperInstaller.autorun.setUriEncodingToUtf8inServerXml = 

# autorun uncomment to make work, do you want to use local UI download, tar, etc, default true
# grouperInstaller.autorun.useLocalUiDownloadTarEtc = 


# autorun uncomment to make work, do you want to use local WS download, tar, etc, default true
# grouperInstaller.autorun.useLocalWsDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local API download, tar, etc, default true
# grouperInstaller.autorun.useLocalApiDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local RabbitMQ download, tar, etc, default true
# grouperInstaller.autorun.useLocalRabbitMqDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local AWS SQS download, tar, etc, default true
# grouperInstaller.autorun.useLocalAwsSqsDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local ActiveMq download, tar, etc, default true
# grouperInstaller.autorun.useLocalActiveMqDownloadTarEtc =

# autorun uncomment to make work, do you want to use local PSP download, tar, etc, default true
# grouperInstaller.autorun.useLocalPspDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local PSPNG download, tar, etc, default true
# grouperInstaller.autorun.useLocalPspngDownloadTarEtc = 

# autorun uncomment to make work, do you want to use local ant/tomcat/etc download, tar, etc, default true
# grouperInstaller.autorun.useLocalToolsDownloadTarEtc = 

# autorun uncomment to make work, Do you want to add quickstart subjects to DB (t|f)? [t]: 
# grouperInstaller.autorun.addQuickstartSubjectsToDb = 

# autorun uncomment to make work, Do you want to add quickstart data to registry (t|f)? [t]
# grouperInstaller.autorun.addQuickstartData = 

# autorun Do you want to start the Grouper loader (daemons)?
# grouperInstaller.autorun.startGrouperDaemons = f

# autorun This port does not seem available, even after trying to stop the DB!  continue?
# grouperInstaller.autorun.continueAfterPortNotAvailable = t

# autorun Enter the URL path for the UI [grouper]:
# grouperInstaller.autorun.urlPathForUi = t

# autorun uncomment to make work, Enter the WS log dir: (defaults to the tomcat logs/grouperWs dir
# grouperInstaller.autorun.wsLogDir =

# autorun Do you want to set the log dir of WS (t|f)? [t]: 
# grouperInstaller.autorun.setWsLogDir =

# autorun Enter the URL path for the WS [grouper-ws]
# grouperInstaller.autorun.wsUrlPath =

# autorun uncomment to make work, do you want to use local client download, tar, etc, default true
# grouperInstaller.autorun.useLocalClientDownloadTarEtc = 

# autorun uncomment to make work, Is it ok to run a script that copies change log temp records to the change log (recommended) (t|f)
# default is in this file in: grouperInstaller.default.api.runChangeLogToChangeLogTemp
# grouperInstaller.autorun.runChangeLogTempToChangeLog = 

# autorun, Download patch if already exists on filesystem, unzip, etc? (default true)
# grouperInstaller.autorun.useLocalPatchIfExists =

# autorun, uncomment to make work, if the version that is detected to be next is ok (t|f) [t]
# grouperInstaller.autorun.patchIndexIsOk =

# autorun, uncomment to make work, Local patch dir exists, is it ok to be automatically deleted? (t|f)? [t]
# grouperInstaller.autorun.deleteLocalPatchFile =

# autorun, unncomment to make work, continue after copying wiki markup
# grouperInstaller.autorun.patchContinueAfterWikiMarkup =

# autorun, Do you want to name this file as a test version so you can test it without affecting other users? (t|f) [t]:
# grouperInstaller.autorun.patchNameFileAsTestVersion = 

# autorun, Do you want to install grouper rabbitMQ messaging (t|f)? [f]: 
# grouperInstaller.autorun.installGrouperRabbitMqMessaging = 

# autorun Where do you want the Grouper RabbitMQ messaging connector installed?
# grouperInstaller.autorun.rabbitMqWhereInstalled = 

# autorun, Do you want to install grouper AWS SQS messaging (t|f)? [f]: 
# grouperInstaller.autorun.installGrouperAwsSqsMessaging = 

# autorun Where do you want the Grouper AWS SQS messaging connector installed?
# grouperInstaller.autorun.AwsSqsWhereInstalled = 

# autorun, Do you want to install grouper activeMq messaging (t|f)? [f]: 
# grouperInstaller.autorun.installGrouperActiveMqMessaging = 

# autorun Where do you want the Grouper ActiveMq messaging connector installed?
# grouperInstaller.autorun.activeMqWhereInstalled =

# autorun Where is the external grouper mount for container
# grouperInstaller.autorun.externalMountedDirectory = /opt/grouperMount

# auto run, use grouper basic authentication for UI?
grouperInstaller.autorun.useBuiltInGrouperAuthenticationUI

# auto run, use grouper basic authentication for WS?
grouperInstaller.autorun.useBuiltInGrouperAuthenticationWS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy