Skip to content

Commit

Permalink
Merge pull request #251 from jGauravGupta/FISH-1073
Browse files Browse the repository at this point in the history
FISH-1073/FISH-1075 Payara Micro Auto & Hot Deploy feature support in Eclipse IDE
  • Loading branch information
Ondro Mihályi authored Oct 18, 2021
2 parents 0065fc6 + ada77a7 commit e924dbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,16 @@ image::eclipse-plugin/payara-micro/micro-run-config-3.png[Associate project]

image::eclipse-plugin/payara-micro/micro-run-config-4.png[Select the project]

* Enter the configuration name and choose the *Build Artifact* type from the drop-down list:
* Enter the configuration name and choose the *Build Artifact* type & *Reload Artifact* action from the drop-down list:

image::eclipse-plugin/payara-micro/micro-run-config-5.png[Configuration name]

By enabling the Auto Deploy or Hot Deploy feature, you may automate the manual deployment processes to boost the developers productivity.
Auto Deploy will undeploy the existing application and redeploy the new application on every save action whereas
the Hot Deploy mode reuses the existing application instance and updating its classloader & internal components relative to the modified source.

NOTE: The Auto Deploy or Hot Deploy feature is only supported for the Exploded WAR artifact.

* Add the configuration to *Run and Debug* menu and press the *Apply* button to save the configuration:

image::eclipse-plugin/payara-micro/micro-run-config-6.png[Add the Run and Debug configuration]
Expand Down

0 comments on commit e924dbd

Please sign in to comment.