Posts from Jonathan Coustick

Photo of Jonathan Coustick

Find me on:

Using MySQL with Payara Server

MySQL is an open-source relational database you may wish to use with Payara Server, that excels at fast reads and is commonly used as storage for a CMS. This blog will show you how to set up MySQL on Ubuntu and connect to it from Payara Server.

What's new in Payara Server & Payara Micro 174?

Our last release of 2017 - Payara Server/Micro 4.1.2.174 - is now available for download! The final public release for this year contains over 100 bug fixes, 5 new features and 18 improvements including Soteria support, full MBean integration via the JMX Monitoring Service and wider support for environment variable substitution. Check out the full release notes, or read on for a short summary of 174's major features.
 

Payara Server および Payara Micro 174 がリリースされました

2017 年最後のリリースである、Payara Server/Micro 4.1.2.174 がダウンロードできるようになりました。 今年最後のパブリック・リリースでは、100 以上のバグフィックス、5 つの新機能、18 の改良点を含んでいます。改良点には Soteria のサポート、JMX 監視サービス経由の完全な MBean 連携、環境変数置換のサポート範囲拡大などが挙げられます。完全なリリースノートをご確認いただくか、以下に示す 174 の主要機能概要をご覧ください。

Qué novedades trae Payara Server & Payara Micro 174?

Nuestra última publicación de 2017 - Payara Server/Micro 4.1.2.174 - está ahora disponible  para descarga ! La última versión pública para este año contiene más de 100 bugs corregidos, 5 nuevas funcionalidades y 18 mejoras incluyendo soporte para Soteria, Integración completa con MBean a través del Servicio de Monitorización JMX y un soporte más amplio para la sustitución de variables de entorno. Revisa las notas  completas de publicación , o sigue leyendo para un pequeño resumen de las caracterísiticas más imortantes de la versión 174.
 

Introducing the Stuck Threads HealthCheck in Payara Server 173

Since being introduced in the 163 release, the Request Tracing Service has allowed you to see which requests are taking a long time. However, this service will only tell you about requests once they have completed. If a thread is stuck and unable to complete you will not know about it. To resolve that problem, we added the Stuck Threads HealthCheck to Payara Server, which checks for requests that have not finished and outputs their stack trace.