# Input properties file for LCM CLI # Jayan Kandathil (Adobe Technical Marketing) # September 18, 2009 # Input parameters for configureLiveCycle # Command is ConfigurationManagerCLI.bat configureLiveCycle -f userValuesforCLI.properties AdobeFontsDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_fonts customerFontsDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_customer_fonts systemFontsDir=C:\\WINDOWS\\Fonts LCTempDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_temp LCGlobcalDocStorageDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_global_storage enableFIPS=false contentServices.rootDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_cs_root contentServices.indexesDir=F:\\WebSphere\\AppServer\\profiles\\LiveCycle\\lc_cs_index # Input parameters for configureApplicationServer # Command is ConfigurationManagerCLI.bat configureApplicationServer -f userValuesforCLI.properties -skip Datasource,Core # Manually deploy and start \configurationManager\deploy\adobe-lcm-lcvalidator.ear first # Make sure that all cluster members are running, otherwise this will fail jvm.initialHeapSize=512 jvm.maxHeapSize=1536 cache.useUDP=true cache.udp.port=33456 jms.MEClusterName=lc_jms classpath.targetServer.javaHome=F:\\WebSphere\\AppServer\\java targetServer.name=livecycle localServer.appServerRootDir=F:\\WebSphere\\AppServer targetServer.adminUserID=Administrator targetServer.adminPassword=password targetServer.topologyType=cluster targetServer.adminHost=localhost # Deployment Manager SOAP_CONNECTOR_ADDRESS targetServer.adminPort=8879 contentServices.cluster.cacheListenerArgs=localhost:7800,localhost:7804 contentServices.cluster.startPort=7800 contentServices.cluster.portRange=3 datasource.dbName=ORACLE datasource.dbType=oracle datasource.dbHost=localhost datasource.dbPort=1521 datasource.dbUser=LC_USER datasource.dbPassword=password datasource.target.driverPath=F:\\WebSphere\\AppServer\\lib\\ojdbc14.jar datasource.local.driverPath=F:\\WebSphere\\AppServer\\lib\\ojdbc14.jar # Input parameters for initializeLiveCycle (database bootstrap) # Command is ConfigurationManagerCLI.bat initializeLiveCycle -f userValuesforCLI.properties # IP address or DNS name of one of the nodes LCHost=localhost # Web Container port of one of the cluster members LCPort=9082 # Input parameters for deployLiveCycleComponents (DSCs) # Command is ConfigurationManagerCLI.bat deployLiveCycleComponents -f userValuesforCLI.properties # LiveCycle Super User LCAdminUserID=Administrator LCAdminPassword=password