Added by Jasha Joachimsthal, last edited by Jasha Joachimsthal on Feb 05, 2008  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Update CMS customized project

Set the external for hcamanager to the 2.01.01 tag for your database.

Update your front end web applications

Update the persistenceApplicationContext.xml for your web application. Add the following lines in the <props> under <property name="jdoProperties">

<prop key="org.jpox.autoStartMechanism">XML</prop>
  <prop key="org.jpox.autoStartMechanismXmlFile">../work/jpoxAutoStart.xml</prop>

Set the mailserver hostname

A default property for the hostname is missing in the 2.01.01 release. Add to your properties file (replace localhost with a valid hostname for your SMTP server).

hca.smtp.host=localhost