Posts tagged Payara Server (6)
Benefits of Open Source vs Proprietary Software
Published on 03 Jul 2018
by Debbie Hoffman
Topics:
Payara Micro,
Payara Server
|
0 Comments
Open source software offers a number of advantages over proprietary software. Many businesses prefer open source options as it reduces the procurement barrier. A survey conducted by Black Duck Software and North Bridge revealed that 78% of today’s businesses already rely on open-source software for increased security and the lack of licensing fees. It is estimated that the use of open source saves businesses $60 billion (USD) annually.
MicroProfile OpenAPI in the Payara Platform
Published on 28 Jun 2018
by Matthew Gill
Topics:
Payara Micro,
Microservices,
MicroProfile,
Payara Server
|
8 Comments
One of the new features in Payara Platform version 5.182 is full compatibility with MicroProfile 1.3. In this blog post, I will introduce OpenAPI 1.0, a new API in MicroProfile 1.3. This functionality is available in both Payara Server and Payara Micro in version 5.182. It's also available in version 4.1.2.182 for Payara Support customers.
Did You Know? Payara Server Comes with a Domain Pre-Configured for Production Use Out-of-the-Box!
Published on 01 Jun 2018
by Mike Croft
Topics:
Payara Server
|
0 Comments
Deploying to Payara Server Using the Maven Cargo Plugin
Published on 31 May 2018
by Jonathan Coustick
Topics:
Maven,
Payara Server
|
9 Comments
When creating a Java EE application it is important to deploy and test it on a server that is as close to the target production environment as possible. If you use Maven in your project, it is possible to do so using the Cargo plugin, which allows you to deploy an application to an instance of Payara Server either locally or remotely. A complete example is available at https://github.com/payara/Payara-Examples/blob/master/ecosystem/payara-maven/pom.xml.
Automating Production in Payara Server 5
Published on 14 May 2018
by Mike Croft
Topics:
Production Features,
Docker,
DevOps,
Payara Platform 5,
Payara Server
|
1 Comment
Back in 2016, we wrote about the importance of automation in taking applications from development to production with Payara Server. Since then, there have been a lot of changes both in Payara Server and Payara Micro and the wider tech landscape.
How to Secure Payara Server with Apache
Published on 04 May 2018
by Jonathan Coustick
Topics:
Apache,
Payara Server
|
2 Comments
In a previous blog of this series we set up Apache httpd to forward traffic to Payara Server. However, this only covers forwarding HTTP and not HTTPS. This blog will demonstrate how to secure Payara Server with Apache over HTTPS on Ubuntu.
An Introduction to Connection Pools in Payara Server 5
Published on 02 May 2018
by Arjan Tijms
Topics:
Connection Pools,
Payara Platform 5,
Payara Server
|
7 Comments
4 Production Features in Payara Server 5 You Might Not Know About
Published on 30 Apr 2018
by Mike Croft
Topics:
Payara Platform 5,
Payara Server,
Notifier
|
0 Comments
Administering Payara Server 5 with the CLI
Published on 18 Apr 2018
by Andrew Pielage
Topics:
CLI,
Payara Platform 5,
Payara Server
|
7 Comments
Now that Payara Server 5 is here, it’s a good time to brush up on the basics - with that in mind, I'm going to go through a few of the things you can do with the Payara Server CLI.
Virtual Servers in Payara Server
Published on 16 Apr 2018
by Matthew Gill
Topics:
Payara Server
|
3 Comments
Virtual servers are a common concept to developers familiar with configuring web servers like Apache HTTP or Nginx. A virtual server represents a placeholder for a physical Payara Server instance to be "visualized" as multiple instances at once, allowing to server requests for multiple domain names. Detailed information on virtual servers can be found in the official documentation for Payara Server.