Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am running through the EJB3.0 tutorial on MyEclipse 7.5. When it comes to the section on deployment, the tutorial deploys to glassfish. However the sandbox server provided is tomcat 6. If I try to deploy to it, I get the message:
“There are no configured servers that support the applications deployment type”.
I thought tomcat is an J2EE application server. Any idea how I can over come this?
darvans,
The Tomcat server is a Java based Web Application container that was created to run Servlets and JavaServer Pages (JSP) in Web applications.
To work with EJB applications, you will need application servers like JBoss, Glassfish, Weblogic, Websphere etc.