From the course: Java EE: Application Servers

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Prepare a remote instance

Prepare a remote instance

From the course: Java EE: Application Servers

Start my 1-month free trial

Prepare a remote instance

- [Instructor] We just set up a cluster of Payara Servers but there are a few issues in setting up a cluster across two or more physical machines. In this video we'll be using the SSH capabilities built in to Payara which is problematic for Windows users. However, Payara also has a different communication facility for Windows machines using DCOM. We will only be focusing on SSH for this in the next video. If you're interested in using DCOM, please use the link found here. For Mac users we want to have Homebrew installed. Brew's a package manager that makes it easier in going foward with our install, Vagrant. Please run the following commands, brew cask install virtualbox. Then type, brew cask install vagrant. And finally, type, brew cask install vagrant-manager. Vagrant is, as their website points out, a tool for building and managing virtual machine environments in a single workflow. Now, we'll be using Vagrant in this setup to run a VirtualBox VM of Linux for one of our Payara…

Contents