Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Tomcat Provisioning

Thomas Diesler edited this page Oct 14, 2013 · 6 revisions

tomcat-modularity

  • Common ‘lib’ folder contains jars visible to Tomcat itself and all WARs
  • Libs form a flat class path. Split packages cannot be supported
  • Common libs cannot be updated without Tomcat restart
  • No dependencies between WARs
  • All API that can be used/shared across WARs must go to lib
  • Implementation can be deployed as WAR
Clone this wiki locally