#Proxy definition for server inside access portal.proxyName= portal.proxyPort= #Datasource MySQL db.manager.name=${portal.db.user} db.manager.pswd=${portal.db.password} db.host=${portal.db.host}:${portal.db.port} db.base-name=${portal.db.name} #LDAP connection ldap.host=${ldap.host} ldap.port=${ldap.port} ldap.manager.dn=${ldap.binddn} ldap.manager.pswd=${ldap.password} ldap.base=${ldap.basedn} ldap.url=ldap\://${ldap.host}\:${ldap.port} ldap.urlLecture=ldap\://${ldap.host}\:${ldap.port} ldap.urlEcriture=ldap\://${ldap.host}\:${ldap.port} #Nuxeo #nuxeo.publicHost=integration1 nuxeo.publicHost=${apache.host} nuxeo.publicPort=${apache.port} nuxeo.privateHost=${nuxeo.privatehost} nuxeo.privatePort=${nuxeo.server.http.port} nuxeo.secretKey=nuxeo5secretkey nuxeo.superUserId=admin #nuxeo.alternativeServerNames=toutatice.vm #Proxy definition for server outside access #NonProxy must be separated pby a '|' (pipe) #http.proxyHost=proxy.localhost #http.proxyPort=3128 #http.nonProxyHosts="localhost" # Cluster 1 : Cluster Web (Synchronisation des sessions => pas utile) portal.web.cluster.tcpAddr=localhost portal.web.cluster.tcpPort=8930 portal.web.cluster.initial_hosts=localhost[8930] # Cluster 2 : Cluster JBoss (Synchronisation des noeuds) portal.cluster.tcpAddr=localhost portal.cluster.tcpPort=8920 portal.cluster.initial_hosts=localhost[8920] # Cluster 3 : Application Portail (Synchronisation applicative) portal.custom.cache.tcpAddr=localhost portal.custom.cache.tcpPort=8910 #portal.custom.cache.initial_hosts=localhost[7910],host2[7910] portal.custom.cache.initial_hosts=localhost[8910] # Cluster 4 : Cache DB portal.hibernate.cache.tcpAddr=localhost portal.hibernate.cache.tcpPort=8900 portal.hibernate.cache.initial_hosts=localhost[8900] #portal.hibernate.cache.initial_hosts=localhost[8900],host2[7900] # Cluster 5 : EJB3 Entity portal.ejb3.entity.cache.tcpAddr=localhost portal.ejb3.entity.cache.tcpPort=8940 portal.ejb3.entity.cache.initial_hosts=localhost[8940] # Cluster 6 : EJB3 Stateful portal.ejb3.sfsb.cache.tcpAddr=localhost portal.ejb3.sfsb.cache.tcpPort=8950 portal.ejb3.sfsb.cache.initial_hosts=localhost[8950] #route name for AJP connections jvmroute=jbossX #config mails mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory mail.smtp.socketFactory.fallback=false mail.smtp.port=465 mail.smtp.socketFactory.port=465 mail.smtps.host=smtp.gmail.com mail.smtps.auth=true mail.smtps.quitwait=false cas.login=https://${cas.host}:${cas.port}/${cas.context}/login cas.logout=https://${cas.host}:${cas.port}/${cas.context}/logout cas.validate=https://${cas.host}:${cas.port}/${cas.context}/serviceValidate