Posts tagged Payara Server (6)
CLIによるPayara Server 5の管理
Published on 22 Aug 2018
by Andrew Pielage
Topics:
CLI,
Japanese language,
Payara Platform 5,
Payara Server
|
0 Comments
Payara Server 5が既にリリースされていますので、基本的な事柄をブラッシュアップするにはちょうど良い頃でしょう。これから、Payara ServerのCLIでできることをいくつか見てゆきたいと思います。
コマンドライン・インタフェース (CLI) はコマンドライン (またはターミナル) からPayara Serverをコントロールする手段であり、複数の方法でサーバーの起動、停止、編集を行うことができます。管理コンソールでも必要なあらゆる管理操作を実行することはできますが、CLIを用いると、特にヘッドレス・サーバー (GUIを持たないサーバー) を扱う場合において、あらゆる管理タスクをより素早く簡単に実行できる場合があります。
Appriss Overcomes Migration Problems and Delivers Critical Customer-Facing Web Apps with the Confidence of Payara 24/7 Expert Support
Published on 09 Aug 2018
by Debbie Hoffman
Topics:
GlassFish Migration,
Payara Server
|
0 Comments
When Appriss tried migrating from GlassFish 3 to Glassfish 4 they encountered problems that prevented a successful migration. Without support from GlassFish, they were simply stuck. Payara engineers assisted Appriss through a Migration & Project Support engagement to resolve all issues and migrate Appriss production GlassFish applications to Payara Server.
Did You Know? Payara Server and Payara Micro Come with HealthCheck Service
Published on 09 Jul 2018
by Susan Rai
Topics:
Payara Micro,
Healthcheck,
Monitoring,
Payara Server
|
0 Comments
New Feature in Payara Server & Payara Micro 5.182: MicroProfile OpenTracing
Published on 05 Jul 2018
by Andrew Pielage
Topics:
Payara Micro,
MicroProfile,
Payara Server
|
6 Comments
Introduction
The 5.182 release of Payara Server & Payara Micro (Payara Platform) brings in MicroProfile (MP) 1.3. This introduces a couple of updates to some existing MP specifications, and three new ones: OpenTracing, OpenAPI, and Type-safe REST Client. In this blog I’ll be covering our implementation of OpenTracing.
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.