Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-1073/FISH-1075 Payara Micro Auto & Hot Deploy feature support in Eclipse IDE #251

Merged
merged 2 commits into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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