1 Reply Latest reply on Apr 15, 2009 3:36 PM by oneworld95

    How do you deploy Seam app to JBoss?

    oneworld95

      I've got a Seam app in Eclipse, created via the Seam Web Project. It has the following folders:



      • register

      • register-ear

      • register-ejb

      • register-test



      I exported it as an EAR archive (which it named register-ear) and dropped it into


      C:\jboss\jboss-4.2.3.GA\server\default\deploy



      I then tried hitting it from this path and it couldn't find it:


      http://localhost:8080/register-ear/



      What's the correct way to deploy a Seam app from Eclipse? Thanks.