Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 446
user496949 Avatar asked Jun 06 '26 12:06

user496949


1 Answers

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

like image 126
objects Avatar answered Jun 09 '26 07:06

objects