0 Replies Latest reply on May 5, 2006 1:09 AM by vikasjain

    Deployment problem of a web project

    vikasjain

      Hi all,

      I creates a web project using Eclipse JbossIDE.
      To run a jsp page from browser i have to deploy the war file.
      Now i want to change only one line of code in one of my java source file like print statement then i have to again follow the following steps::

      Create a WAR file by right-clicking on my project and clicking Run Packaging. I will have to right-click on the project and click Refresh before see the WAR file.
      Right click on the WAR file, select Deployment, and then Deploy To. I will see a Target Choice dialog appear, allowing me to select which application server i would like to deploy to.And then click ok it will put my war file in server->default->deploy
      folder.
      Now run the jboss server.
      Now, pull up my Web browser and try it out. Go to
      for example http://localhost:8080/myProject

      I don't want to follow these steps. This takes lot of time. Is it possible that i only run my application without creating war file again and again.
      means:

      run the jboss server.
      Now, pull up my Web browser and try it out. Go to
      for example http://localhost:8080/myProject

      If anyone have the solution then please reply.


      Many Many Thanks
      Vikas Jain