Help is available by sending an email to csf-support@mit.edu Have any suggestion on how improve this wiki? Please give us your feedback at csf-support@mit.edu
*
{warning}
Any Maven project who'sartifactisaJARisOC4Jcompatibleandnoconversionisrequired.
The following instructions are for Maven project
*The following instructions are for Maven project who'sartifactisaWAR.TheseinstructionsshouldmakeaTomcat7webapplicationrunonOC4J.
Run Eclipse and open the Maven project that you want to convert to a OC4J application.
Open your project's log4j.xml for editing and find the 2 lines similar to the following (att is the project's application context root):
Code Block
*
{warning}
# Run Eclipse and open the Maven project that you want to convert to a OC4J application.
# Open your project's *log4j.xml* for editing and find the 2 lines similar to the following (*att* is the project's application context root):
{code}
<param name="File" value="${logs.dir}/att/att.log" />
<param name="File" value="${logs.dir}/att/hbn-att.log" />
{code}