Prerequisites
Steps
C:\payara41
as INSTALL_DIR for Windows users and /payara41
for Linux/Mac users.Starting / stopping Payara from the command prompt
Windows: Open a command prompt and execute the following command to start/stop Payara:
"C:\payara41\bin\asadmin" start-domain
"C:\payara41\bin\asadmin" stop-domain
Linux/Max: Open a terminal and execute the following command to start/stop Payara:
/payara41/bin/asadmin start-domain
/payara41/bin/asadmin stop-domain
Starting Payara from Netbeans
To check that you're running the Application Server, open a browser and go to http://localhost:4848 to see the Payara Server Console.
Voila! Now it's time to build your first application using JavaEE and deploy it to your server!