Java Cloud Hosting: Elasticity and Flexibility in a Turnkey PaaS

| November 20, 2018 | DevOps PaaS, Java | , , , , ,

Currently multilingual, Jelastic PaaS was initially created as pure Java Cloud and still maintains a primary focus on this programming language. The maturity of the platform technology was recognized by the Java community with Duke’s Choice Award already twice (in 2012 and 2018). This guide acquaints you with the distinctive features of Java hosting within the Jelastic platform and lets you easily get started with a broad functionality list.

hosting web services java

Java Versions

Currently (at the time of this writing), the following Java versions and distributions available at Jelastic:

  • AdoptOpenJDK: 8.0.272; 11.0.9; 13.0.2; 14.0.2; 15.0.1
  • Amazon Corretto: 8.272.10.3; 11.0.9.12.1; 15.0.1.9.1
  • Eclipse OpenJ9: 0.11.0 (8u192-b12; 11.0.1); 0.15.1 (8u222-b10; 11.0.4); 0.17.0 (8u232-b09; 11.0.5; 13.0.1); 0.18.1(8u242-b08; 11.0.6; 13.0.2) 0.20.0 (8u252-b09; 11.0.7); 0.21.0 (8u262-b10; 8u265-b01; 11.0.8; 14.0.2); 0.22.0 (15.0.0); 0.23.0 (8u272-b10; 11.0.9)
  • GraalVM CE (currently, for Java Engine and Maven only): 19.0.0; 19.1.1; 19.2.1; 19.3.1
  • Liberica JDK: 8.0.262; 11.0.8; 13.0.2; 14.0.2
  • Oracle JDK Dev: 7.0_79; 8.0_202; 11.0.2
  • Oracle OpenJDK: 7.0.261; 8.0.252; 11.0.4; 13.0.2; 14.0.2; 15.0.1; 16.ea-b23
  • Zulu Community: 7.0.282; 8.0.272; 11.0.9; 13.0.5; 14.0.2; 15.0.1

The 6th, 9th, 10th, and 12th Java versions cannot be created within the new environments anymore due to end-of-life of the respective releases. Herewith, the already existing instances remain fully operable (including redeploy, cloning, horizontal scaling).

The up-to-date list of the releases available at Jelastic PaaS is provided via the dedicated, regularly (weekly) updated Software Stack Versions document. 

You can choose the preferred version while creating an environment, or change it later. These procedures are described in the Java Versions document.

Java Application Servers

Within a wide variety of software stacks, Jelastic supports a pure Java Engine and the following Java application servers:

Read the documentation below for additional information on Java servers specifics within the Jelastic PaaS:

Java Environment Creation

To host a Java application, you need to create an appropriate environment. Just open the topology wizard in your Jelastic dashboard, navigate to the Java language tab, pick the desired Java application server, databases, and other stacks. If needed, customize settings (such as cloudlets, disk space, region, etc.) and click Create.
best java hosting providers

All added servers represent fully isolated containers, located on different hosts for more availability, while isolation eliminates the risks of interfering with one another. You can attach the Public IP address to any of these servers for being accessed directly. Otherwise (i.e. if using default settings), the incoming requests sent to your application will be proxied by Shared Load Balancer.

Java Application Deployment

After environment creation, you can deploy your Java application. Herewith, Jelastic PaaS fully automates the deployment process allowing you to get the project up and running effortlessly.

The following deployment methods are supported:

You can read the appropriate documents to learn more about the deployment of the Java applications:

There are also separate instructions for working with Bitbucket GIT repositories and managing your projects via Gitblit and WebDAV.

Domains Management

You can bind a custom domain name to your application’s URL and use it instead of the default environment domain:

  • CNAME redirect if using Shared Load Balancer; is recommended for dev and test environments
  • DNS A Record if using public IP; can handle high traffic load and is suitable for production environments

Also, with the help of the swapping domains feature or the SwapExtIps API/CLI method, you can upgrade and modify your application with zero downtime (i.e. your users won’t notice any interruption).best java hosting

Tip: Jelastic PaaS allows using multiple domains within a single environment to increase its usability, efficiency, and scalability, while simultaneously saving your costs by avoiding a need to set up separate instances for different apps. Check the appropriate examples below:

Automatic Vertical Scaling

Jelastic PaaS dynamically provides the number of cloudlets (i.e. RAM and CPU resources), which are required by your application to handle the current load. Just specify the maximum limit, and everything else will be performed by the platform automatically - no manual intervention required. This feature is called automatic vertical scaling and ensures that you never overpay for unused capacities without experiencing a resource shortage.
java cloud service

To set or change the vertical scaling limit, just use the appropriate slider within the topology wizard:java website hosting

Horizontal Scaling: Manual and Automatic

In case your application becomes highly popular and a single node is not enough, feel free to scale it horizontally. Herewith, to ensure even more reliability and high-availability, all the newly added nodes are created on the different hardware nodes.
best java server

Click the +/- buttons within the Horizontal Scaling section of the topology wizard to set the required number of nodes (load balancer will be added automatically).

Also, you can adjust the preferred scaling mode:

  • Stateless - simultaneously creates all new nodes from the base image template
  • Stateful - sequentially copies file system of the master container into the new nodes

Horizontal scaling can be performed not only manually but also automatically based on the current load on the node, which is monitored through the tunable triggers.

Within the Settings > Monitoring > Auto Horizontal Scaling section, you can adjust the scaling conditions due to your needs, i.e. the lower/upper limit (percentage) for the specified resource type during a certain period. If the load stays out of the set limits, the nodes removal/addition process will be called automatically.

There are five different types of resources, which are monitored by triggers:

  • CPU
  • Memory (RAM)
  • Network
  • Disk I/O
  • Disk IOPSjava cloud

The trigger starts monitoring the resource consumption immediately after addition, and when the usage level exceeds the stated limit, a trigger becomes invoked. Subsequently, if the load persists for a defined period, it will be executed, adjusting the number of nodes.

Java Clusterization

The embedded application server clustering feature provides replication of sessions between pairs of nodes and eliminates the necessity of additional software or Memcached usage for increasing application availability.

Jelastic provides automated session replication between Tomcat and TomEE servers with the help of multicast to gain web application high availability within the Java cluster. This High-Availability feature can be enabled in the wizard during environment creation or topology tuning.
java cloud

Herewith, the newer modern Auto-Clustering solution is provided for the GlassFish, Payara, and WildFly stacks:

java web service hosting

Database Connection to Java Application

A set of scalable and fully manageable database servers can be easily installed within the Java environment. To establish the connection, adjust your application following the instruction based on the database you require:

Jelastic PaaS provides high-quality Java hosting with improved availability, redundancy, and scalability strengths for your application.

The feedback from Java creator James Gosling about Jelastic PaaS: “Configuring cloud infrastructures is fun the first time you do it. But it doesn’t take too long before it becomes a tedious time sink, And, if you have the misfortune of being a software developer that has to fight it out with an IT organization, who usually wants consistency, control and visibility, you find that you’re always fighting with them. Jelastic solves all of that. Easy configuration tools for developers, management tools for IT. Peace and productivity. I love it!

Explore the benefits of Java cloud platform with a free trial at https://jelastic.cloud/

Related Articles

Java Garbage Collection Types and Settings in Jelastic PaaS

Elastic JVM with Automatic Vertical Memory Scaling

Jelastic Extended Support of Java Runtimes: AdoptOpenJDK, Liberica, Zulu, Corretto, OpenJ9 and GraalVM