Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

uPortal places libraries in CATALINA_BASE/shared/lib The default Tomcat 6.0 download does not enable libraries to be loaded from this directory. To resolve this you must edit CATALINA_BASE/conf/catalina.properties and change the line "shared.loader=" to "shared.loader=${catalina.homebase}/shared/classes,${catalina.base}/shared/lib/*.jar" . Don't forget to restart tomcat after applying this change.