Blog: Admin

See Admin Posts

3 minutes
Security

カスタム SSL証明書を用いた Payara Serverのセキュア化

Payara Serverの管理タスクで最も多いものの1つは、他のWebサーバーと同様に、HTTPプロトコルやPayara Serverへのリモート・アクセスをセキュアにするための電子証明書のセットアップです。皆様は自己署名証明書または信頼できる認証局の署名入り証明書のいずれかをお持ちでしょうが、どちらの場合も証明書をPayara Serverのドメインに追加してセキュアな通信に用いるのはとても簡単です。 {{cta(‘c11b699a-704e-4144-8f8a-6d473cb091c6’)}} このガイドでご説明する手順の概要 新しい電子証明書を用いてPayara Serverをセキュアな構成にする手順はいくつかの段階を踏むことになりますが、大まかには以下のようになります。 このガイドを読み進めるにあたって必要なものは以下の通りです。 SSL証明書の取得 ほとんどの場合、認証局(CA)が作成し署名したSSL証明書を使用することになります。多くの場合、証明書署名要求(CSR)を作成して認証局に送り、認証局からSSL証明書を取得します。Payara Server Enterpriseには、CSRを生成するgenerate-csrコマンドが用意されており、非常に簡単にCSRを生成することができます。また、opensslまたはcertreq を使用してCSRを生成することもできます。 新しい自己署名証明書を使ってこのガイドに従う場合は、Payara Server Enterpriseを使って直接作成するか、opensslなどのサードパーティのツールを使って作成することができます。 Payara Server […]

4 minutes
Payara

Hide Passwords with Password Aliases in Payara Server

Introduction When performing the configuration of the Payara Server for your application, you often need to supply a password. […]

1 minute
Payara

管理コンソールによるアプリケーションのデプロイ

このブログでは、管理コンソールからアプリケーションをデプロイする方法についてご説明します。

3 minutes
Security

カスタムSSL証明書を用いたPayara Serverのセキュア構成

Payara Serverの管理タスクで最も多いものの1つは、他のWebサーバーと同様に、HTTPプロトコルやPayara Serverへのリモート・アクセスをセキュアにするための電子証明書のセットアップです。自己署名証明書または信頼できる認証機関の署名入り証明書のいずれかをお持ちでしょうが、どちらの場合も証明書をPayara Serverのドメインに追加してセキュアな通信に用いるのはとても簡単です。  

5 minutes
Uncategorized

Using Hibernate 5 on Payara Server

Hibernate is the object/relational mapping tool that handles mapping of Java classes to relational tables and Java types to […]

5 minutes
Uncategorized

Identifying Deadlocks in Thread Dumps from Payara Server

The previous part of this blog showed how to take a thread dump of Payara Server. This part will […]

6 minutes
Uncategorized

Taking a Thread Dump of Payara Server

Thread dumps are a useful tool for debugging an application that’s running slowly, or is otherwise causing problems. A […]

4 minutes
Cloud & Microservices

What’s new in Payara Micro 171?

In case you missed the news earlier this week – we are pleased to announce a new release of […]

3 minutes
Uncategorized

What’s new in Payara Server 171?

Kick-starting yet another year, we are pleased to announce our largest release yet – Payara Server 4.1.1.171. Building on a […]

1 minute
Cloud & Microservices

Getting Started with the Payara Micro API – Demo

As a follow up to our ‘Getting Started with Payara Micro Demo’, we have another introductory video for you, this time […]

4 minutes
Uncategorized

What’s new in Payara Server 164?

Another quarter, another release! After an eventful 2016, November brings with it the final release of the year for […]

2 minutes
Uncategorized

How to Set Advanced Payara Server HTTP Listener Options

In order to fine tune a HTTP listener, the Payara Server administration console provides the means to configure a […]