Search code examples
iistomcatiis-7tomcat6tomcat7

Application Pool in TomCat?


IIS has concept of "Application Pool" which can isolate the applications to a specific pool. Does Tomcat have the similiar one?


Solution

  • If I understand the IIS concept correctly then all Tomcat applications effectively run in their own application pool and cannot access other applications.