2 Replies Latest reply on Oct 14, 2005 9:22 AM by theute

    deploing on tomcat

    gavin.king

      You must follow the instructions for deploying Seam on the JBoss microcontainer embedded in Tomcat.

      Tomcat on its own has read-only JNDI, no JTA, no JCA. So you need to use the JBoss microcontainer to host these services that are needed by Seam.

      Guys, we need to add a tomcat-compatible build of the noejb example. Thomas, would you be able to look into that? Thanks...

        • 1. Re: deploing on tomcat
          andrew.rw.robinson

          Is there any update when we may have an ant script or target that deploys the noejb example on tomcat 5.5?

          • 2. Re: deploing on tomcat
            theute

            There is a JNDI issue in the 1.0Beta
            I "fixed" this and added a build.tomcat.xml in the CVS (you will need to get the latest sources)

            So if you do a ant -f build.tomcat.xml, it will create a working jar.

            We will improve this soon. This is quite dirty so far.