1 Reply Latest reply on Aug 17, 2006 5:16 AM by theute

    Eclipse/Tomcat/Hibernate

    konikoni

      Sorry for my bed english :)

      Can i develop without jboss AS ?
      It is possible to develop seam by chossing Tomcat Project.
      Wich configfiles i need for tomcat + hibernate without jeb 3.0 ?

        • 1. Re: Eclipse/Tomcat/Hibernate
          theute

          Yes, you can deploy on tomcat with or without ejb3

          look at the booking example (using EJB3) or the hibernate example (pretty much the same without EJB3 but with Hibernate).

          They both have a deploy.tomcat target for ant which builds a .war deployable in tomcat.