
Prerequisite for JBOSS EAP is either JDK or JRE.
You can install either of them. In this video lets see installation of JDK (this will install both JDK and JRE)
java version "1.8.0_271"
JDK version 1.8.0.271 download link:
https://www.oracle.com/in/java/technologies/javase/javase-jdk8-downloads.html
Windows x64
jdk-8u271-windows-x64.exe
Path
C:\Program Files\Java\jdk1.8.0_271\bin
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_271
JRE (for instance JRE 1.8 ) is a pre-requisite for the installation of JBOSS EAP.
Install JBoss EAP on Windows by following steps from language selection to license agreement, choose installation path, set a strong admin password, and monitor server startup.
Explore JBoss standalone mode, compare four configuration profiles, start with a chosen profile, use the management console or command line, deploy extensions, and create a test user.
Configure domain mode on a single machine by using a domain controller and host controller to manage multiple server instances and groups, then monitor and control via the management console.
Configure domain mode across two machines by designating one as the domain controller, the other as the host, and set a management user, secret, and master IP for slave authentication.
PFB the steps to install Red hat developer studio:
1) Download from https://developers.redhat.com/products/codeready-studio/download
2) Select "View Older Versions" and then download the version 12.11.0 jar file
3) Navigate to the path where the file is downloaded and execute the below command from command line:
java -jar devstudio-12.11.0.GA-installer-standalone.jar
Please proceed with the default options and this will install the Red hat developer studio
Learn the command line interface for jboss eap basics: connect to the server, deploy components, view deployments, and manage snapshots and servers via the management console.
This course covers the basics of the JBOSS Enterprise Application Platform version 7.3
This course focusses on explaining the JBOSS EAP in a very simple and easy-to-understand format. Demonstration videos are provided for most of the course topics.
JBOSS EAP is a open-source product of Red Hat. It is very powerful and highly efficient platform for developing and managing Enterprise applications.
JBOSS EAP Professionals especially Administrators have a high demand in the Software industry.
The course covers the 12 different topics so as to enable to basic users to understand and start using the JBOSS EAP. Eventhough JBOSS EAP includes a variety of other topics as well (since it has a extensive range of applications and functionalities), these topics will enable the basic users to get a good understanding of JBOSS EAP.
The course also covers an additional section on the JBoss Clustering
The course includes the basic projects that are explained in the course contents so that it helps to get familiar with the platform.
The course includes the below assignments
- assignment to explain on how to run multiple JBOSS EAP instances on a single machine.
- assignment to add a MIME type to JBOSS EAP
The installation and demonstrations are performed in the windows environment.