1 Reply Latest reply on Jul 5, 2012 9:02 AM by rareddy

    Can TEIID be deployed in Jetty server?

    akash_sh

      Hi,

       

      Can TEIID be deployed in Jetty Server? Is there a resource someone can point me to? If yes which version should I try out with? I read in some of the posts that it is not possible with 8.0.

       

      Thanks,

      Akash

        • 1. Re: Can TEIID be deployed in Jetty server?
          rareddy

          Akash,

           

          Well Yes and No. The full Teiid Server  runs inside the JBoss AS server. However, in Teiid 8.1 cycle, an Embedded version of Teiid is being developed. See https://issues.jboss.org/browse/TEIID-2062. Using this you deploy Teiid under any VM of your choice. Note that when using the Embedded Teiid, the burden is on the user to connections to the sources and defining the VDBs etc, and many server based features may not be available. If you download the latest code, and build it using the command

           

          mvn install -P release

           

          you will see a Teiid Embedded kit inside the "build/target" directory. There is an example in there you can follow to how this can be achieved.

           

          Thanks.

           

          Ramesh..