Showing Search Results For:

“”

Asadmin Recorder – New Payara Server Feature Demo

One of the most exciting new features in the Payara Server 162 release is the Asadmin Recorder – a tool especially useful for the Operations Teams!  Asadmin Recorder allows you to create runnable scripts of asadmin commands that mirror […]

Read More

Using Payara Server in Production – Guide

Once you have developed applications on Payara Server and moved these applications into a production environment, control will pass over to your Operations Teams. This guide will introduce some features of Payara Server that you may not […]

Read More

What’s New in Payara Server 162?

The second release of 2016 is finally here! Payara Server 4.1.1.162 is our biggest release yet in terms of sheer number of bug fixes and new features. One of the biggest things isn’t actually a […]

Read More

Running Payara Server on the Zulu JVM

In this quick blog I will explain how you can install Zulu JVM and run Payara Server on it. I will be using Ubuntu 14.04 LTS but it shouldn’t require many modifications in case you […]

Read More

Ejecutando Payara Server en una JVM Zulu

En este pequeño blog voy a explicar como puedes instalar la JVM (Java Virtual Machine) Zulu y ejecutar Payara Server en ella. Para esta demostración voy a utilizar Ubuntu 14.04 LTS, pero en caso de que prefieras […]

Read More

Automating Production in Payara Server

Taking an environment from development through to production is often an afterthought and can all too often be too far down the list of priorities. Initially, there may not be any obvious problems or issues […]

Read More

Java EE Microservices Platforms & High Performance Java EE with JCache– jDays 2016

Recently I attended as a speaker at my second jDays, a great conference in a great venue in Gothenburg. jDays is a fantastic conference as it is small enough to easily meet people and network […]

Read More

Deploying Multiple Application Versions on Payara Server

Payara Server makes it possible to deploy multiple versions of the same application at the same time. While only one of the deployed versions can be enabled and running, all the other versions remain on […]

Read More

Securing Payara Server with Custom SSL Certificate

One of the most common administration tasks with Payara Server, as well as with any web server, is to set up certificates to secure either HTTP protocol or remote access to Payara Server administration interface. […]

Read More

How to use the OpenMQ Broker separately to Payara Server

Payara Server comes bundled with OpenMQ, which implements the Java Message Service (JMS) standard. For simple messaging scenarios, it is convenient to use embedded OpenMQ broker, which is available by default. However, this embedded OpenMQ […]

Read More

Troubleshooting your Java EE Applications

Of course, as responsible developers, we all thoroughly test our code and therefore our applications never need troubleshooting; it’s everyone else’s code that goes wrong. So what do we do when the inevitable happens? Troubleshooting […]

Read More

Crear un Servicio Web RestFul con Payara Server y NetBeans

Payara Server y NetBeans son perfectos para crear servicios web RESTFul y aplicaciones web! See here for the original version in English language.  En este corto video, voy a mostraros como de fácil es crear […]

Read More