Netbeans 8.2 + wildfly 11 hot deploy not working
问题 I am using Netbeans 8.2 for maven java web application. I am using Wildfly 11.0.0 application server for running the project. When i change & save the .jsp file, the netbeans deploying and i can see the changes in the web page while refreshing. But in case of java class, when i change & save the java class file, netbeans showing ' deploying... ' on the status bar. But i can't see the changes in the web while refreshing. In netbeans ' compile on save ' & ' deploy on save ' options are checked.