################################################ # BPM Process Portal installation properties # ################################################ #Flag to decide whether to extend existing BPM domain or create a new one. extendSoa=true #Flag to decide whether to prompt for passwords or read them from this file promptForPasswords=true #BPM Schema details bpmDBUser=DEV_SOAINFRA bpmDBPassword=welcome1 bpmDBType=ORACLE bpmDBDriver=oracle.jdbc.OracleDriver bpmDBUrl=jdbc:oracle:thin:@127.0.0.1:1521:XE #BPM MDS details bpmMDSUser=DEV_MDS bpmMDSPassword=welcome1 #BPM Runtime details bpmHost=127.0.0.1 #Managed server port if BPM is installed on managed server. Else admin port bpmRuntimePort=8001 bpmAdminUser=weblogic bpmAdminPassword=welcome1 #webcenter spaces installation details wcOracleHome=/home/redsam/Oracle/Middleware/Oracle_WC #If extendSoa flag is set to true, then configure the below two properties to point to BPM domain wcDomainName=wc_domain #Flag to control whether to set domain realm password or not wcSetDomainRealmPassword=true #This is the password to setup trusted domains. Same password should be set on BPM domain as well wcDomainRealmPassword=welcome1 wc.server.port=8888 #Webcenter's weblogic installation details wcHost=127.0.0.1 wcAdminPort=7001 wcAdminUser=weblogic wcAdminPwd=welcome1 wcManagedServerName=WLS_Spaces #Flag to control whether to configure services wcConfigServices=false #content server details wcContentServerName=127.0.0.1 wcContentServerPort=4444 wcContentSpacesRoot=/WebCenter0809 wcContentAdminUser=sysadmin #discussion server details wcDiscussionServerUrl=http://127.0.0.1:8890/owc_discussions wcDiscussionAdminUser=weblogic