2 Replies Latest reply on Oct 9, 2007 1:00 PM by deepsix

    Not able to deploy ANY seam examples in jboss.

    deepsix

      I am just starting off with Seam and Jboss and i am having problems deploying the example applications found in the jboss-seam/example directory.

      To define the actual process,

      I downloaded jboss-seam-2.0.0.CR2 and jboss-4.2.1 GA.

      Next i did an "ant" inside the jboss-seam-2.0.0.CR2 directory. (i had it initially installed inside E:\jboss. i also had the build.properties define jboss.home to "e:\jboss\jboss-4.2.1GA" folder which was where i had extracted the jboss AS.

      The ant command downloaded a lot of jars inside my C:\documentes and settings\Administrator\.m2\.... and then complied against them.


      The build was successful thankfully and then i went inside the example directory and into booking folder. When i do a "ant deploy" over there, all i see is this..

      How do i actually make sure that the app is deployed?

      compile:
      [echo] lib is E:\jboss\jboss-seam-2.0.0.CR2\jboss-seam-2.0.0.CR2/lib

      jar:

      init.war:

      war:

      jboss.war:

      ear:

      archive:

      datasource:

      meldware:

      deploy:

      BUILD SUCCESSFUL
      Total time: 1 second
      E:\jboss\jboss-seam-2.0.0.CR2\jboss-seam-2.0.0.CR2\examples\booking>


      Next, I copied the created "ear" and the xml file into the jboss deploy directory and started up the server. I dont see any unusual log message but when the

      http://localhost:8080/jboss-seam-registration

      I get a 404.

      I am not sure what i am missing here.. Though it must be something trivial. Could somebody please help me out on this.