Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tomcat can provide full implementation for Java EE?

I have found that Tomcat can't serve the full functionality for Java EE; it's only a servlet container. So if I want to add some more Java EE features I have to move to Glassfish or there is any other solution?

If I add some glassfish's .jar files to Tomcat's /lib folder can I then extend the features of Tomcat?

like image 962
Deb J Avatar asked Dec 16 '22 01:12

Deb J


1 Answers

Maybe you want to have a look at TomEE

like image 145
magomi Avatar answered Feb 11 '23 22:02

magomi