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?