__RICEDSURL__ __RICEDSUSERNAME__ __RICEDSPASSWORD__ and __LDAPPASSWORD__ 
are the values that need to be replaced in the Cynergy server config.

The LDAP password is on this page (under the LDAP section): 
https://confluence.cornell.edu/display/CYNERGY/Service+Connection+Information

The other values need to be obtained from the DBA, in this case probably 
Dan, or wherever the requests are originating; if CM is driving it then 
they should have the info.  The RICEDSURL is the jdbc datasource URL. 
You can check the other environments for comparison.

For KFS similar properties need to be set in the respective 
<env>/conf/kfs-config.properties, e.g.:

# KFS/Application data source
datasource.url=jdbc:oracle:thin:@ldap://oidmaster1.cit.cornell.edu:389/SOMETHING,cn=oraclecontext
datasource.username=ABC
datasource.password=DEF

# Rice datasource (same values as above for the Cynergy server)
rice.server.datasource.url=jdbc:oracle:thin:@ldap://oidmaster1.cit.cornell.edu:389/SOMETHINGELSE,cn=oraclecontext
rice.server.datasource.username=GHI
rice.server.datasource.password=JKL

The *.url properties should have gotten filled in by the provision 
script, but it's good to check those over as well.

If CUWAL is in front of the environment you can change these properties 
in KFS:

cynergy.development=true
cynergy.cuwal.useHttpHeaders=false

to

cynergy.development=false
cynergy.cuwal.useHttpHeaders=true

We can default them that way going forward; development mode was on by 
default before we had CUWAL in front of the environments.

AaronH

On 3/5/10 2:51 PM, Ned La Celle wrote:
> > Aaron,
> > On almond.cit.cornell.edu I am generating the envirs ( long story but
> > the VMs are bad ).
> > Any way.
> >
> > Once I running the provisioning scripts for cynergy and kfs what files
> > do I need to modify.
> >
> > Below is on the cynergy-kfs-fit-config.xml ....
> >
> > I see some RICEURL and RICEUSERNAME and RICEPASSWORD and an LDAPPASSWORD
> >
> > What values do I need here and what other files do I need to be looking
> > @ to setup.
> >
> > If you get on almond.cit.cornell.edu you could checkout .... /infra/tc
> > and see.
> >
> > Ned
> >
> >
> >
> > <param name="datasource.url">__RICEDSURL__</param>
> > <param name="datasource.username">__RICEDSUSERNAME__</param>
> > <param name="datasource.password">__RICEDSPASSWORD__</param>
> >
> >
> >
> >
> > -nl85@almond.cit.cornell.edu:/infra/tc/kuali/cynergy-kfs-fit/conf> cat
> > cynergy-kfs-fit-config.xml
> > <config>
> > <param name="app.context.name">cynergy</param>
> > <param
> > name="application.url">http://almond.cit.cornell.edu/cynergy-kfs-fit</param>
> > <param name="cynergy.encryption.key">cynergy-${environment}</param>
> >
> > <!-- start defaults -->
> >
> > <!-- GENERAL -->
> >
> > <!-- it is very important that there is not a trailing slash, otherwise
> > services will get exported with it
> > and the dispatcher will not be handle it correctly; see
> > serviceServletUrl -->
> > <param name="base.url">${application.url}</param>
> > <param name="serviceServletUrl">${application.url}/remoting</param>
> > <param name="notification.basewebappurl">${application.url}/ken</param>
> > <param name="workflow.url">${application.url}/en</param>
> >
> > <param
> > name="log4j.settings.path">${cynergy.home}/conf/cynergy-log4j.properties</param>
> > <param name="log4j.settings.reloadInterval">5</param>
> >
> > <!-- DATASOURCES -->
> >
> > <param name="datasource.ojb.platform">Oracle9i</param>
> > <param
> > name="datasource.platform">edu.iu.uis.eden.database.platform.OraclePlatform</param>
> > <param name="datasource.driver.name">oracle.jdbc.driver.OracleDriver</param>
> >
> > <param name="datasource.pool.minSize">0</param>
> > <param name="datasource.pool.maxSize">10</param>
> > <param name="datasource.pool.maxWait">5000</param>
> > <param name="datasource.pool.validationQuery">select 1 from dual</param>
> >
> > <param name="apps.datasource.ojb.platform">Oracle9i</param>
> > <param
> > name="apps.datasource.platform">edu.iu.uis.eden.database.platform.OraclePlatform</param>
> > <param
> > name="apps.datasource.driver.name">oracle.jdbc.driver.OracleDriver</param>
> >
> > <param name="apps.datasource.pool.minSize">0</param>
> > <param name="apps.datasource.pool.maxSize">10</param>
> > <param name="apps.datasource.pool.maxWait">5000</param>
> > <param name="apps.datasource.pool.validationQuery">select 1 from
> > dual</param>
> >
> > <!-- SECURITY -->
> >
> > <!--
> > <param
> > name="filter.login.class">edu.iu.uis.eden.web.DummyLoginFilter</param>
> > <param name="filtermapping.login.1">/*</param>
> > -->
> > <param name="cynergy.cuwal.useHttpHeaders">true</param>
> >
> > <!-- MAIL -->
> >
> > <!--
> > <param name="mail.smtp.host">appsmtp.mail.cornell.edu</param>
> > <param name="mail.smtp.host">localhost</param>
> > <param name="mail.debug">true</param>
> > <param name="mail.smtp.debug">true</param>
> > -->
> >
> > <param name="mail.transport.protocol">smtp</param>
> > <param name="cynergy.sendProductionEmail">false</param>
> > <param name="mail.relay.server">appsmtp.mail.cornell.edu</param>
> >
> > <!-- KSB -->
> >
> > <!-- KEW -->
> >
> > <param name="plugin.dir">${cynergy.home}/plugins</param>
> > <param name="en.plugin.dir">${cynergy.home}/plugins</param>
> > <param name="attachments.directory">${cynergy.home}/attachments</param>
> > <param
> > name="attachment.dir.location">${attachments.directory}/workflow</param>
> > <param name="data.xml.pending.location">${cynergy.home}/xml/pending</param>
> > <param name="data.xml.loaded.location">${cynergy.home}/xml/loaded</param>
> > <param name="data.xml.problem.location">${cynergy.home}/xml/problem</param>
> > <param name="data.xml.root.location">${cynergy.home}/xml/</param>
> > <param name="data.xml.pollIntervalSecs">30</param>
> > <param name="initialDelaySecs">10</param>
> >
> > <!-- KEN -->
> >
> > <param name="emailDeliverer.smtp.host">${mail.relay.server}</param>
> > <param name="notification.ojb.platform">Oracle</param>
> >
> > <!-- Cornell institutional plugin settings -->
> >
> > <param
> > name="cynergy.srvtab.file">/opt/kuali/support/srvtabs/cynergy.dev.srvtab</param>
> > <param
> > name="cynergy.ldap.directory">ldaps://test.directory.cornell.edu/o=Cornell%20University,c=US</param>
> > <param name="cynergy.ldap.userDn">uid=cucynergymgr,ou=Directory
> > Administrators,o=Cornell University,c=US</param>
> > <param name="cynergy.oscache.cache.path">${cynergy.home}/tmp</param>
> >
> > <param name="cynergy.admin-workgroup">cit.cynergy.global.admins</param>
> >
> > <param name="cynergy.encryption.busEncryption">false</param>
> >
> > <!-- KNS -->
> > <param
> > name="attachments.pending.directory">${attachments.directory}/pending</param>
> > <!-- KNS encryption key; cynergy.encryption.key should be defined before
> > including this file -->
> > <param name="encryption.key">${cynergy.encryption.key}</param>
> > <param name="mailing.list.batch">cynergy-admins-l@cornell.edu</param>
> > <param
> > name="css.files">kr/css/kuali.css,kr/scripts/jscalendar-1.0/calendar-win2k-1.css</param>
> > <param
> > name="externalizable.help.url">/${app.context.name}/kr/static/help/</param>
> > <param
> > name="externalizable.images.url">/${app.context.name}/kr/static/images/</param>
> > <param
> > name="kr.externalizable.images.url">/${app.context.name}/kr/static/images/</param>
> > <param
> > name="travel.externalizable.images.url">/${app.context.name}/kr/static/images/</param>
> >
> > <param
> > name="javascript.files">kr/scripts/core.js,kr/scripts/dhtml.js,kr/scripts/my_common.js,kr/scripts/jscalendar-1.0/calendar.js,kr/scripts/jscalendar-1.0/lang/calendar-en.js,kr/scripts/jscalendar-1.0/calendar-setup.js,dwr/engine.js,dwr/util.js,dwr/interface/UserService.js,kr/scripts/objectInfo.js</param>
> >
> > <param name="rice.user">false</param>
> >
> > <!-- end defaults -->
> >
> > <param name="datasource.url">__RICEDSURL__</param>
> > <param name="datasource.username">__RICEDSUSERNAME__</param>
> > <param name="datasource.password">__RICEDSPASSWORD__</param>
> >
> > <param
> > name="keystore.file">/opt/kuali/support/keystores/rice.keystore</param>
> > <param name="keystore.alias">rice</param>
> > <param name="keystore.password">r1c3pw</param>
> >
> > <!--
> > <param
> > name="keystore.file">${cynergy.home}/conf/cynergy-${environment}.keystore</param>
> > <param name="keystore.alias">cynergy-${environment}</param>
> > <param name="keystore.password">cynergy-${environment}</param>
> > -->
> >
> > <!-- Cornell institutional plugin settings -->
> > <param name="cynergy.ldap.password">__LDAPPASSWORD__</param>
> >
> > <param name="cynergy.group.concurrentUpdate">false</param>
> >
> > <param name="cynergy.principal">https/cynergy-dev.cit.cornell.edu</param>
> > <param
> > name="cynergy.keytab">/opt/kuali/support/keytabs/cynergy-intdev.cit.cornell.edu.keytab</param>
> >
> > <param
> > name="cynergy.ldap.directory">ldaps://test.directory.cornell.edu</param>
> > <param name="cynergy.ldap.searchBase">ou=People,o=Cornell
> > University,c=US|ou=Directory Administrators,o=Cornell
> > University,c=US|ou=CuEmailSpecialMailboxes,o=Cornell
> > University,c=US|ou=serviceids,dc=authz,dc=cornell,dc=edu</param>
> >
> > <param
> > name="rice.additionalSpringFiles">classpath*:edu/cornell/cynergy/core/CynergyServerOverrideSpringBeans.xml</param>
> >
> > </config>
> >


  • No labels