1 Reply Latest reply on May 5, 2009 1:25 AM by gonorrhea

    Running the examples provided with seam distribution

    utish
      I'm trying to run the examples at <seam_home>/examples. I've jboss-seam-2.1.1.GA and jboss-4.2.3.GA. I took the following steps:

      1.Started the JBoss Application Server by running the run.bat at the console.

      2.I edited the build.properties.

      #See build/sample.build.properties for properties you might want to set
      #Thu Dec 18 22:31:01 CST 2008
      qualifier=.GA
      mavenized=false
      jboss.home /Applications/jboss-4.2.3.GA
      #jboss.home=c:\\jBoss\\jboss-4.2.3.GA


      3. Executed "ant deploy" at <seam_home>/examples/numberguess. The build was successful but I don't see application successfully deployed when I point to http://localhost:8080/seam-numberguess.

      Am I missing something in my build.xml?
        • 1. Re: Running the examples provided with seam distribution
          gonorrhea

          ant deploy should copy the package EAR to the location you specify in the properties file.


          does that location exist on your machine and did it successfully build and copy the foo-ds.xml as well as the EAR?


          in any event, you're most likely making a small config mistake, should be no big deal...