JBoss AS Question:

Can I run Seam outside of JBoss AS?

Tweet Share WhatsApp

Answer:

Yes, you can run Seam applications in plain Tomcat 5.5+ or in the Sun GlassFish application server. To run Seam application in Tomcat, you need a number of additional library files and a few configuration files to bootstrap the JBoss EJB3 inside Tomcat. Please refer to the deploy.tomcat ANT build target for the Seam booking example (in the examples/booking directory of the Seam distribution) for more on how to build a Tomcat WAR for Seam applications. Refer to this blog post on how to run Seam in Sun's Glassfish application server.

Download JBoss PDF Read All 31 JBoss Questions
Previous QuestionNext Question
What version of JBoss AS do I need to run Seam?Can I run Seam in a J2EE environment?