When I read that glassfish supports all of the Java EE API specifications and tomcat does not, does that mean I cannot perform some functionality on tomcat that I can using glassfish?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.datadisk.co.uk/html_docs/java_app/tomcat6/tomcat6_apache.htm
Tomcat 6 supports the Servlet and JSP APIs, whereas Java EE consists of those plus other APIs. You’ll need to check which EE APIs your code actually uses.