Introducing Payara Blue
Published on 06 Aug 2015


Getting Payara Blue
To get hold of Payara Blue just go to our downloads page and choose either the Full Java EE profile, Web profile or Payara Micro.
Running Payara Blue
Running Payara Blue is just like running any GlassFish or Payara server. First ensure your JAVA_HOME is setup for the IBM JDK. Unzip the Payara Blue download and startup the domain using asadmin. Example commands on my machine are below:
export JAVA_HOME=/opt/ibm/java-x86_64-80/
cd /opt
cp ~/Downloads/payara-blue-4.1.153.zip .
unzip payara-blue-4.1.153.zip
cd payara41/bin
./asadmin start-domain
Once the server is running navigate to http://127.0.0.1:4848 to access the administration console.
That's it you are up and running with Payara on the IBM JDK. As this is a first release we are looking for people to try out on AIX and Z/OS and give us feedback.