3 Replies Latest reply on Dec 12, 2005 9:01 AM by ndheureuse

    Deploy in Tomcat

    vrbala

      Can i deploy the application developed using Seam in Tomcat 5.x ? Also i am using Java 1.4 ? Is it possible to use seam using java 1.4.

      If anyone gives a small example using myfaces, seam with jdbc, it will be very useful to understand the concepts.

      Balasubramanian R

        • 1. Re: Deploy in Tomcat
          ndheureuse

           

          "vrbala" wrote:
          Is it possible to use seam using java 1.4.

          No, that's not possible since Seam uses Java 1.5 annotations.

          Nevertheless I also have some problems deploying a Seam project in Tomcat.

          I successfully build and deployed the noejb-example using 'ant -f build.tomcat.xml deploy'. The home-page (home.jsf) can be loaded correctly, but none of the links ('Register User', 'Account Login') works. Following one of those links results in the home-page beeing reloaded. There are no errors in the Tomcat logfiles.

          If I deploy the project in JBoss ('ant -f build.xml deploy') the booking-application works as it should.

          Help would be really appreciated.

          ndheureuse

          • 2. Re: Deploy in Tomcat
            theute

             

            "ndheureuse" wrote:
            I successfully build and deployed the noejb-example using 'ant -f build.tomcat.xml deploy'. The home-page (home.jsf) can be loaded correctly, but none of the links ('Register User', 'Account Login') works. Following one of those links results in the home-page beeing reloaded. There are no errors in the Tomcat logfiles.


            Try with the latest CVS version.

            • 3. Re: Deploy in Tomcat
              ndheureuse

              thanks for your fast reply.
              I cleaned the project and updated the files. but the problem is still the same. It looks like some javascript could be the problem. The strange thing is, as I already said before, that a deployment in JBoss works (in the same browser).