Update the struts.xml file, located in the following directories, for both the Self-Service and Assisted Service applications:
- UNIX. For the Self-Service application:
EDX_HOME/J2EEApps/selfservice/weblogic/selfservice-weblogic-7.1.ear/selfservice-web-1.0-SNAPSHOT.war/WEB-INF/classes
For the Assisted Service application:
EDX_HOME/ J2EEApps/csr/weblogic/csr-app-7.1.ear/csr-web-1.0-SNAPSHOT.war/WEB-INF/classes
Windows. For the Self-Service application:
EDX_HOME\J2EEApps\selfservice\weblogic\selfservice-weblogic-7.1.ear\selfservice-web-1.0-SNAPSHOT.war\WEB-INF\classes\
For the Assisted Service application:
EDX_HOME\J2EEApps\csr\weblogic\csr-app-7.1.ear\csr-web-1.0-SNAPSHOT.war\WEB-INF\classes\
Change the value of struts.custom.i18n.resources to add the new resource file. The current value is:
<constant name="struts.custom.i18n.resources" value="com/edocs/application/resources/ApplicationLabels,com/edocs/application/resources/ApplicationMessages,com/edocs/application/resources/CommonFieldValidator,com/edocs/application/resources/CurrencyText,com/edocs/application/resources/Period"/>