Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add tomcat-juli-adapters.jar and clarify about extra

...

From the "Core Tomcat" distribution, copy to the framework/catalina/lib folder the following 10 jars jars (and remove the old versions):

  1. ecj-<VERSION>.jar
  2. catalina.jar
  3. catalina-ha.jar
  4. catalina-tribes.jar
  5. jasper.jar
  6. tomcat-api.jar
  7. tomcat-coyote.jar
  8. tomcat-juli.jar (this is

...

  1. found

...

  1. in the Tomcat extra component, see eg point 3 of https://tomcat.apache.org/tomcat-7.0-doc/logging.html)
  2. tomcat-juli-adapters.jar (this is found in the Tomcat extra component, see eg point 3 of https://tomcat.apache.org/tomcat-7.0-doc/logging.html)
  3. tomcat-util.jar

framework/base/lib/j2eespecs

From the "Core Tomcat" distribution, copy to the framework/base/lib/j2eespecs folder the following 4 jars (and remove the old versions):

  1. annotations-api.jar
  2. el-api.jar
  3. jsp-api.jar
  4. servlet-api.jar

they are the standard API specifications; please add the suffix for the specification version (can be found in the Tomcat documentation or in the Manifest file in them).
The current specification versions in OFBiz (and Tomcat 7.0.*) are:

...