-
Notifications
You must be signed in to change notification settings - Fork 493
Netbeans setup
Jose Luis Romero edited this page Jun 19, 2018
·
4 revisions
Compile on save:
Enable automatic Hotswap after compile: If you don’t enable this feature, you will need to hotswap changes manually by
Maven actions If you run your project with a maven action (usually a plugin like maven-jetty-plugin or maven-tomcat-plugin) setup MAVEN_OPTS for an appropriate target.
In the project properties dialog Actions -> Debug project -> Set Properties add Env.MAVEN_OPTS= .. your configuration …
Setup application server Or if you run your application on an application server (Tomcat, JBoss), use Platform VM options.
For Glassfish/Payara servers On this blog you can find a clean and detailed guide step by step guide