3 Replies Latest reply on Aug 7, 2008 11:20 PM by yeddu

    Jboss4.2 in Eclipse3.3- Page does not refresh

    yeddu

      Hi

      Im using Jboss4.2 in Eclipse3.3 for my development. When I try to refresh my page it doesnt refresh. Even after restarting the server and restarting the machine, there was the same old page thats appearing.

      I get the same error message even after clearing the error.

      The reason I thought is that , Eclipse is storing the old Ear file in some location after the first build and it is using the same forever without recreating the new one.


      Please help me on this.

      Thanks in advance.

      Tauri.

        • 1. Re: Jboss4.2 in Eclipse3.3- Page does not refresh
          rob.stryker

          Please provide some more details about hwo you're creating your server (specifically which 'folder' in the server wizard, "JBoss" or "JBoss, a division of Red Hat), what type of project (WTP EAR project? Plain old java project deployed via ant script? Plain old java project deployed via Project Archives?)

          Thanks

          • 2. Re: Jboss4.2 in Eclipse3.3- Page does not refresh
            yeddu

            Rob, Thanks for the reply.

            Im using Spring MVC with my JBOSS4.2 and Eclipse3.3

            I have created a Project in my workspace where I copied my Jboss4.2.

            I have created a new J2EE Enterprise Application Project for my EAR.

            eg. PROJ_EAR


            I have created a Web Dynamic Project - PROJ_WEB where I have have my sources, libraries, and xml files like validation-rules, tiles etc. which will be linked to the PROJ_EAR Project, so that in EAR Project, under EARCONTENT/META_INF/application.xml , a new entry for my WEB project will be created.


            To Deploy , from the servers tab, I create a jboss server4.2 with jboss 4.2 runtime, and add my PROJ_EAR and then start the server.


            Thats my way of deploying, please let me know if Im wrong.

            • 3. Re: Jboss4.2 in Eclipse3.3- Page does not refresh
              yeddu

              My jboss is Jboss, a division of redhat