I have the following project structure
- project-parent: All the parent configuration is here
- project-ear: Assemblying the ear file from the ejb, war and core projects
- project-ejb: EJB module depends on core
- project-war: Web module depends on EJB and core
- project-core: no dependencies
I was able to use able to use Eclipse or Netbeans and deploy the project from the IDE to glassfish. But what I want is whenever I make changes to the webmodule I want it to be deployed automatically. So that I refresh the browser and see the changes.
Thanks in advance for your help