6 minutes
Conf42 IoT 2024: At the Edge of Robotic Applications
At the latest Conf42 Internet of Things (IoT) 2024 conference, our Payarans deliver a keynote, titled “At the Edge […]
One of the new features of our Payara Server 4.1.153 is Payara Blue. Payara Blue is our code name for support for Payara Server and Payara Micro on the IBM JDK. Payara Blue gives the IBM JDK users full support for running Java EE 7 applications on Payara on any platform supported by the IBM JDK 7 or JDK 8.
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 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.
Share:
6 minutes
At the latest Conf42 Internet of Things (IoT) 2024 conference, our Payarans deliver a keynote, titled “At the Edge […]
5 minutes
Java has been a core element of enterprise application development for decades, and its relevance will continue to grow […]
5 minutes
For technology companies, cost effectiveness in software and application development isn’t just about saving money. It is about delivering […]