I started working with javaEE and currently doing some basic servlet stuff. So I'm using Eclipse neon and GlassFish server. Created a dynamic web project and everything works fine.
The problem are servlet file changes. If there is a change in the java file nothing happens - no hot deploying/ republish. I have to complete remove the application from server and re add it to see the changes.
- Changing .html files works (doesn't effect servlets changes)
- Rebuild does nothing
- Server "clean" does nothing
- Server restart does nothing
- "Automatically publish when resources change" is of course on, hence the html changes