jGauravGupta opened a new pull request #3330: URL: https://github.com/apache/netbeans/pull/3330
This is a feature PR to support the deployment of the Jakarta application to the Payara Server running in the local docker container. Please follow the below instructions to test the PR: - Open the Apache NetBeans, go to the Services tab, and register a new Payara Server:  - Select the remote domain and browse Payara Server locally installed location of the same version as running in a docker container:  - Enter the domain name, host, and credentials info:  - In the case of docker, select Docker Volume and enter the host path & container path mapping details which is the exploded application path.  - Run the Payara Server docker container: `docker run -p 8080:8080 -p 4848:4848 -p 9009:9009 -v D:/test:/mnt/test payara/server-full:5.2021.8` - Now create the Web Application and deploy the application to the registered Payara Server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
