1 Reply Latest reply on Jun 2, 2010 2:20 PM by asookazian

    Seam with Jboss Web Server?

    praty

      Hi,


      Can I use the JBoss Web instead of JBoss AS for seam? What things I need to take care. For now I wana just dig into the basics of Seam.


      Thank you in advance.

        • 1. Re: Seam with Jboss Web Server?
          asookazian

          JBoss Web is a servlet container based on Tomcat.  There is Seam/Tomcat support available (see the ref doc).


          You're better off using JBoss 4/5 as it's the easiest to get an app up and running with minimal configuration, etc.


          Also, you can avoid EJB use with JBoss if you like...