Posts from Ahmed Qureshi

Photo of Ahmed Qureshi

Back to Basics – アプリケーションをPayara Server / GlassFish 4.1にデプロイする方法

このブログはBack to Basics シリーズの第2回です。


Webアプリケーションを実行するには、まずPayara Serverのようなアプリケーション・サーバーにデプロイしなければなりません。Webアプリケーションにおけるデプロイとは、アプリケーションをサーバー上にインストールすることをいいます。これによりリクエストの処理などを行うことができます。このガイドでは、アプリケーションを実行するためのいくつかの異なる方法をご紹介します。

 

 

Back to Basics - How to Deploy an Application on Payara Server / GlassFish 4.1

This is Part 2 of our Payara Server - Back to Basics series, see Part 1 - Installing Payara Server on Ubuntu here.


In order for a web application to run, it must be first deployed on an application server such as Payara Server. Deployment in the context of web applications is the act of installing the application on a server. It allows requests to be handled and so on. This guide will provide you with a few different ways to get your application running.