1 Reply Latest reply on Sep 26, 2005 10:48 AM by theute

    jboss-seam setting....!

    fatihcan

      1.ANT_HOME :C:\eclipse\plugins\org.apache.ant_1.6.5
      2.JAVA_HOME:C:\jdk1.5.0_05
      3.C:\jboss-jdk5-seam-403RC2
      4.C:\jboss-seam beta 1.0
      5.for EJB 3.0 :
      i copy all files from jboss-EJB-3.0_RC2/lib to
      C:\jboss-jdk5-seam-403RC2\server\default\deploy
      5.build.properties :jboss.home = C:\jboss-jdk5-seam-403RC2\bin
      6.i starting run.bat from C:\jboss-jdk5-seam-403RC2\bin
      7.i building C:\jboss-seam beta 1.0\examples\booking build.xml the files from eclipse ant
      this messsage;
      ///////////////-----------------
      Buildfile: C:\jboss-seam beta 1.0\examples\booking\build.xml
      init:
      [echo] Build Seam Booking Example 1.0
      compile:
      ejb3:
      war:
      ear:
      deploy:
      Seam.deploy:
      [echo] Don't forget to set the path of jboss.home to JBoss AS 4.0.3!
      [copy] Copying 1 file to C:\jboss-jdk5-seam-403RC2bin\server\default\deploy
      [copy] Copying 1 file to C:\jboss-jdk5-seam-403RC2bin\server\default\deploy
      BUILD SUCCESSFUL
      Total time: 3 seconds
      //////////////////////////////-------
      8.my http link;
      http://localhost:8080/seam-booking or
      http://localhost:8080/seam-registration/register.jsf

      But:HTTP Status 404 - /seam-booking or seam-registration/register.jsf

      What is the Problem?i not understand.

      good lifes....!

      in TURKEY Fatih

        • 1. Re: jboss-seam setting....!
          theute

           

          5.for EJB 3.0 :
          i copy all files from jboss-EJB-3.0_RC2/lib to
          C:\jboss-jdk5-seam-403RC2\server\default\deploy


          Why did you do that ?
          Please stick to the getting started guide jboss AS already includes EJB3.

          It leads to the problem you define in the other topic.