Skip to content

Support for Payara Server instance running on WSL#7885

Merged
jGauravGupta merged 1 commit intoapache:masterfrom
jGauravGupta:FISH-7079-2
Oct 21, 2024
Merged

Support for Payara Server instance running on WSL#7885
jGauravGupta merged 1 commit intoapache:masterfrom
jGauravGupta:FISH-7079-2

Conversation

@jGauravGupta
Copy link
Copy Markdown
Contributor

@jGauravGupta jGauravGupta commented Oct 18, 2024

This PR adds support for the Payara Server instance running on WSL. Usually, developers can register instances running on WSL as remote servers in Apache NetBeans. However, with this PR, developers can take advantage of new features that allow them to view the log file in real-time, and to auto-deploy on save action both static (.html) and dynamic (.java) applications to the Payara Server running on WSL.

To test this feature, start the server, set a password for the user, and enable the secure domain:

./asadmin start-domain
./asadmin change-admin-password
./asadmin enable-secure-admin
./asadmin restart-domain

image

Register the server in Apache NetBeans as Remote Server including the location of the server from the Windows disk.

image
image

@jGauravGupta jGauravGupta added this to the NB24 milestone Oct 18, 2024
@apache apache locked and limited conversation to collaborators Oct 18, 2024
@apache apache unlocked this conversation Oct 18, 2024
FISH-7079 Copy compiled resources from classes directory to exploded binary
PR review changes - inline return condition
Constructor Signature update
Remove log
Add generic type
Copy link
Copy Markdown
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really want to make the call here since I haven't tested the windows + linux subsystem setup.

But the last version of this PR was already approved by @juneau001, see #5736 - this here is a squash + cleanup so it might be good for NB24.

@jGauravGupta jGauravGupta merged commit 8fc4ced into apache:master Oct 21, 2024
@jGauravGupta
Copy link
Copy Markdown
Contributor Author

Thanks @mbien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java EE/Jakarta EE [ci] enable enterprise job os:windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants