Hot deploy with Netbeans

-2

I went back to work in a development company, and I am somewhat difficult and impatient with Netbeans and Jboss , considering that I worked in the previous dev company with Eclipse and Tomcat process was simpler ...

And at the suggestion of a person outside the company told me that it is possible to work with process where you change project files like page files, Java etc without needing to give clean e build .

The machine I use is good but every time I need to change a file Java and need to give clean e build in Netbeans .

The project is done using Struts 1 , Jboss 4.0.1 and Netbeans 8.2 .

In short, you have to configure so that I do not have to stop the server all the time and give clean and build to change files in the project.

    
asked by anonymous 06.09.2018 / 15:26

1 answer

1

I have not played in JBoss for some time, and I do not know if your project is in Maven or Ant, so my response will be pretty generic.

At first, you need to configure your project as follows:

  • Choose JBoss server (located in the Run category)
  • Enable Deploy on Save
  • Once configured, the routine is just to click the Run button.

    YouruseofJBossmayrequireadditionalconfigurations,orhaveotherimpediments,Isuggesttryingthe Hot deploy of JSF pages in NetBeans to JBoss standalone .

        
    16.09.2018 / 05:49