Home    |    Instructor-led Training    |    Online Training     
         
 
Courses
ADA
Adobe
Agile
AJAX
Android
Apache
AutoCAD
Big Data
BlockChain
Business Analysis
Business Intelligence
Business Objects
Business Skills
C/C++/Go programming
Cisco
Citrix
Cloud Computing
COBOL
Cognos
ColdFusion
COM/COM+
CompTIA
CORBA
CRM
Crystal Reports
Data Science
Datawarehousing
DB2
Desktop Application Software
DevOps
DNS
Embedded Systems
Google Web Toolkit (GWT)
IPhone
ITIL
Java
JBoss
LDAP
Leadership Development
Lotus
Machine learning/AI
Macintosh
Mainframe programming
Mobile
MultiMedia and design
.NET
NetApp
Networking
New Manager Development
Object oriented analysis and design
OpenVMS
Oracle
Oracle VM
Perl
PHP
PostgreSQL
PowerBuilder
Professional Soft Skills Workshops
Project Management
Rational
Ruby
Sales Performance
SAP
SAS
Security
SharePoint
SOA
Software quality and tools
SQL Server
Sybase
Symantec
Telecommunications
Teradata
Tivoli
Tomcat
Unix/Linux/Solaris/AIX/
HP-UX
Unisys Mainframe
Visual Basic
Visual Foxpro
VMware
Web Development
WebLogic
WebSphere
Websphere MQ (MQSeries)
Windows programming
XML
XML Web Services
Other
Administering the WildFly 8 Application Server
JBoss Training Overview

The JBoss® series of application servers is one of the most popular open source Java application servers on the market. The latest release, rebranded as WildFly 8 (WF 8), builds on the established JBoss 7 app server, and includes a number of added features that make the server more responsive and easier to manage, including a completely new Web container (Undertow). It is a certified implementation of the Java EE 7 specification.

This course covers all the important administrative tasks that are required to administer this new version of the server. It starts with installation, architecture, and basic configuration and monitoring. It covers management using the new and expanded Web console, as well as the structure of the management model and how to use it via the admin CLI (Command Line Interface) and via scripting. It includes coverage of using the management tools to deploy and configure Web and Enterprise applications, datasources, JMS resources (topics, queues), as well as covering the configuration of the major subsystems, including the Web (HTTP), Web Services, Messaging (including the new HornetQ based provider), Logging, and Security subsystems. You will also learn the structure and contents of the underlying XML configuration files that reflect the actual configuration. The course also covers the use of WF 8 in standalone mode (consistent with previous releases of JBoss AS), and provides an overview of the new domain model for managing multiple server nodes from a single management point. The course also provides an overview of clustering WF 8, with a focus on load balancing with mod_cluster.

The course is focused and informative, and created by experts in the JBoss/WildFly AS. It will demystify the many important capabilities and structure of WildFly 8, and leave you well prepared to manage server installations.

JBoss Training Skills Gained

  • Understand server structure and architecture
  • Install and configure the server
  • Understand the structure of both standalone installations and domain-based installations
  • Be aware of the modular classloading characteristics of WF 8 and of deployments in the server, and how this differs from traditional classloading architectures
  • Understand the management model, and how to use it via the CLI (Command Line Interface) and via scripting
  • Understand and use the Web management console for managing WF 8
  • Be familiar with the XML configuration files, their structure, and their usage
  • Be able to configure and manage the important subsystems, including the Web, Messaging, and Logging
  • Configure and manage the Undertow Web container, including the HTTP, HTTPS, and AJP connectors
  • Understand and configure Socket Binding Groups
  • Understand Security in WF 8
  • Assemble, deploy, and manage Java EE application components such as EJB, Servlets, and JMS
  • Configure resources such as datasources, messaging destinations (topics/queues), etc.
  • Optimize / Tune server performance
  • Understand the structure of server Domains
  • Be familiar with WF 8 Clusters, including using Apache httpd and mod_cluster for load balancing
Hands-On

50% hands-on, 50% lecture

Supported Platforms

WildFly 8.1 on both Linux and Windows Operating Systems

JBoss Training Course Duration

4 Days

JBoss Training Course outline

Session 1: WildFly Introduction and Installation

  • Java EE Overview and Architecture
  • WF 8 Background and Overview
  • Installing and Starting WF 8
  • Working with WF 8
  • Documentation Overview

Session 2: WF 8 Structure and Architecture

  • WF 8 Directory and File Structure
  • Classloading with Modules
  • Server Architecture and Configuration

Session 3: WF 8 Management and Logging

  • Using the CLI (Command Line Interface)
  • Management Model
  • Working with Management Resources
  • Common Management Tasks
  • Patching the server
  • The Web Admin Console
  • Other Management Capabilities
  • Server Logging

Session 4: Interfaces and Socket Bindings / Port Configuration

  • Interface Configuration
  • Socket Bindings and Socket Binding Groups
  • Setting the Bind Address

Session 5: Application Deployment

  • Java EE Deployment Archives (Jars, Wars, Ears, Sars)
  • Deploying with the CLI and Admin Console
  • Auto-Deployment in WF 8 (Marker Files, Expanded, Archived)
  • Deployment Dependencies

Session 6: Subsystem Configuration

  • Thread Pools
  • Undertow Web Container
    • Undertow Overview
    • Undertow Configuration in standalone.xml
    • Querying Undertow Configuration via the CLI
    • Configuring the Connectors (in standalone.xml, and via the CLI)
  • JNDI and Naming Overview
  • Naming Subsystem Overview and Configuration
  • JNDI Client Configuration
  • Datasource and JCA Overview
  • Datasource Configuration (XML, CLI, and Admin Console)
  • The H2 Database and ExampleDS
  • EJB Subsystem

Session 7: Messaging in WF 8

  • JMS (Java Message Service) Overview
  • HornetQ Overview
  • Configuring Connection Factories (XML, CLI, and Admin Console)
  • Configuring Queues and Topics (XML, CLI, and Admin Console)
  • Dead Letter and Redelivery
  • Messaging Security

Session 8 : Security

  • Java EE Security Overview
    • Authentication, Authorization, Identity
    • Security Roles
    • Web App Security Constraints
  • WF 8 Security Architecture (PicketBox Security)
  • WF 8 Security Domains
  • WF 8 Login Modules
  • Using PropertiesUsersLoginModule
  • Using DatabaseServerLoginModule
  • Role Mapping Configuration
  • Fine Grained Authorization Policies
  • Securing the Management Interfaces

Session 9: Clustering in WF 8

  • Clustering Overview
  • Load Balancers and Clustered Http
  • Load Balancing with Apache httpd and mod_cluster
  • Installing and Configuring mod_cluster
  • Load Balancing Between Nodes
  • Managing with the CLI

Session 10: WF 8 Domain Mode Overview

  • Domain Mode Overview
  • domain.xml and host.xml
  • Domain Controllers, Host Controllers, Server Groups, Servers
  • Domain Configuration - domain.xml, Controller, and Server Configuration
  • Domain Management

Session 11: Tuning WF 8

  • WF and the Java Virtual Machine (JVM)
    • Tuning The Heap (Memory Usage)
    • Garbage Collection (GC) Overview and Generational GC
    • Tuning GC
  • Tuning the Web Tier (Undertow)
    • Connector Tuning
    • Other Optimizations
  • Database Connection Tuning
  • Messaging Tuning
  • Other WF server Optimizations
  • Creating Minimal Configurations

Please contact your training representative for more details on having this course delivered onsite or online

Training Outlines - the one stop shopping center for IT training.
© Training Outlines All rights reserved