Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
JBoss: Developer's Guide

You're reading from   JBoss: Developer's Guide A complete guide to the JBoss ecosystem

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher Packt
ISBN-13 9781788296199
Length 328 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Elvadas Nono Woguia Elvadas Nono Woguia
Author Profile Icon Elvadas Nono Woguia
Elvadas Nono Woguia
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Introduction to the JBoss Ecosystem 2. Developing and Hosting Scalable Web Applications FREE CHAPTER 3. Custom Web Deployment using Undertow and Swarm 4. Storing and Accessing Distributed Data 5. Exposing Data as a Service 6. Integrating Applications with JBoss Fuse 7. Delivers Information Safely and Connects IoT 8. Making Better Decisions in Your Applications 9. Developing Workflows

Installation and configuration

For the next steps, we will work with JBoss EAP 7.0. We will also assume that you have a working JDK 8 installed. In the following section, we will interchangeably use WildFly, the JBoss Application Server (JBoss AS), and JBoss EAP to refer to the same notion. JBoss AS can be started in the standalone or domain modes.
The simplest way to install EAP 7.0 is to pick the ZIP archive on Red Hat customer portal and unzip it on your computer in a specific location. Here's the command to do that:

$ unzip jboss-eap-7.0.0.zip -d $HOME/books/jbossdev/installs

Start the server using the following commands:

$ export EAP_HOME=$HOME/books/jbossdev/installs/jboss-eap-7.0
$ cd $EAP_HOME/bin
$ ./standalone.sh

The JBoss Application Server can start services concurrently, only when needed, or on demand; making the initial boot process faster, non-critical services...

You have been reading a chapter from
JBoss: Developer's Guide
Published in: Aug 2017
Publisher: Packt
ISBN-13: 9781788296199
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime