You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Quick Links to:

Converting an Tomcat 7 WAR application to a OC4J WAR application

Any Maven project who's artifact is a JAR is OC4J compatible and no conversion is required.  
The following instructions are for Maven project who's artifact is a WAR. These instructions should make a Tomcat 7 web application run on OC4J.

  1. Run Eclipse and open the Maven project that you want to convert to a OC4J application.
  2. Open your project's log4j.xml file for editing.  The log4j.xml file is located in your project's resources directory.
    Your decorator.xml should look similar to the following:
  • No labels