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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941454#3941454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941454 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
