facebook

EJB3.0 Tutorial

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #301819 Reply

    darvans
    Participant

    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?

    #301822 Reply

    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.

    #301829 Reply

    darvans
    Participant

    Got it! Thanks Shalini

    #301830 Reply

    You are welcome

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: EJB3.0 Tutorial

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in