in Technology by
Can we run Seam outside of JBoss AS?

1 Answer

0 votes
by

Yes, you can run Seam applications in plain Tomcat 5.5+ or in the Sun GlassFish application server. To run the 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 deployment.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.

Related questions

0 votes
    What version of JBoss AS do I need to run Seam?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Can we run Seam with JDK 1.4 and earlier?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Can we run Seam in a J2EE environment?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
0 votes
    Where can we find Seam examples and documentation?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    I'm working on a mini text role playing game where you must survive dinner with the king. I'm ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 8, 2022 in Education by JackTerrance
0 votes
    In _______________ the management of the password for the account can be handled outside of oracle such as ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Predicting y for a value of x that's outside the range of values we actually saw for x in the original ... Regression of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    Can we run Junits as a part of Jenkins job? (a) True (b) False I have been asked this question in ... Lifecycle & Annotations of Java Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    Can we run Junits as a part of Jenkins job? (a) True (b) False I have been asked this question ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    How can you start a JTA transaction from a Servlet deployed on JBoss?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    Is it true that Seam only works with JSF?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    How can we run a selected test from a group of tests in Cucumber?...
asked Jul 22, 2021 in Technology by JackTerrance
0 votes
    Can we call the run() method instead of start()?...
asked Jan 19, 2021 in Technology by JackTerrance
...