Tomcat Administration for Linux Courseware (TOM201)
This Tomcat Administration for Linux course provides a comprehensive overview of the essential aspects of administering Tomcat on Linux systems. The course covers the history of Tomcat, its components, and the Java Enterprise Edition (JEE) technologies it supports. Students will learn how to install and configure Tomcat, manage web applications, and understand the directory structure. The course also delves into advanced topics such as JNDI data sources, JDBC, security, logging, monitoring, performance tuning, and clustering. Throughout the course, students will engage with practical examples and hands-on exercises to reinforce their learning.
Publisher: Webucator
Benefits
- Comprehensive coverage: This course covers a wide range of topics, from basic installation and configuration to advanced features and optimization techniques, ensuring that students have a thorough understanding of Tomcat administration on Linux systems.
- Practical examples: Real-world examples and scenarios are used throughout the course to help students understand how to apply their knowledge in practice.
- Hands-on learning: Students will engage in hands-on exercises and activities to reinforce their learning and gain practical experience in administering Tomcat on Linux systems.
- Engaging content: The course is designed to be engaging and easy to follow, ensuring that students remain interested and focused throughout their learning experience.
- Experienced authors: This courseware is authored by experts in the field of Tomcat administration, ensuring that the content is both accurate and up-to-date.
Outline
- Tomcat Introduction
- History of Tomcat
- Version Number and Features
- Tomcat Components
- Catalina
- Jasper
- Coyote
- JEE Overview
- MVC Design Pattern
- Servlets/JSP
- Directory Structure
- JNDI
- Installing Tomcat
- Download
- Installation
- Environment Variables
- Starting the Server
- Verifying Server Operation
- Stopping the Server
- Tomcat Directory Structure
- Batch files in /bin
.exe
files
/conf
server.xml
context.xml
web.xml
/logs
/webapps
/lib
/work
/temp
- Batch files in /bin
- Configuring Tomcat
- Role of
serverxml
- Instance Layout
- Server
- Service
- Virtual Host
- Context
serverxml
elements<Server>
<Service>
<Connector>
<Engine>
<Host>
<Context>
<Realm>
<Valve>
- Role of
- Deploying Web Applications
- JEE Specification for Web Applications
- Servlets and JSP
- Model View Controller (MVC) Design Pattern
- Directory Structure
web.xml
- Document Base
- Context and the Document Base
- Default Context Descriptor
- Placing the Web Application Folders and Files under the Application Base
- Deploying a WAR file
AutoDeploy
- JEE Specification for Web Applications
- The Tomcat Manager
- /manager Web Application
- Managing Web Applications
- Deploying
- Listing Deployed Applications
- Reload Existing Applications
- Starting/Stopping
- Undeploying
- Listing Server Status
- Listing Security Roles in the User Database
- JNDI Data Sources and JDBC
- JNDI
- JDBC
- Drivers
- Data Sources in JDBC 20 and Later
- Connection Pooling
- Commons Database Connection Pooling
- Installation
- Guarding against Application Program Failure
- Configuration
- Data Source Definition
- Web Application
contextxml
contextxml
in/conf
GlobalNamingResources
inserverxml
- Web Application
- Troubleshooting
- Security
- Web Application Security
- Java SecurityManager
- Overview
- Standard Permissions
- Tomcat Permissions
- Starting Tomcat with a Security Manager Using the Default Policy File
- Secure Socket Layer (SSL)
- Generating a keystore File
- Modifications to
serverxml
for SSL Support in Tomcat
tomcat-usersxml
- Logging
- Logging Overview
- Web Application Logging Techniques
javautillogging
javaxservletServletContext
log4j
- Monitoring and Performance Tuning Tomcat
- Tomcat
- JVM
- JMX (Java Management Extensions)
- JMX MBeans in Tomcat
- Engine
JKMain
- String Cache
- Server
- Users
- Configuring Tomcat to use MBeans
- Accessing MBeans
jconsole
jVisualVM
- PSI Probe
- Clustering
- Using Clustering for Replication and Load Balancing
- Running Multiple Instances of Tomcat
- Directory Setup
- Port Number Modifications
- All to All with
DeltaManager
- Backup to One Cluster with
BackupManager
- Enabling Session Replication
- Session Persistence Using Shared File System
- Session Persistence Using Shared Database
- Session Persistence using Shared Database: Database Table
- In-memory Replication Using SimpleTcpCluster
- Load Balancing Using
mod_jk
Connector to Apache2x Web Server
Required Prerequisites
None
Useful Prerequisites
- Experience with Java is helpful.
License
Length: 3
days | $120.00 per copy
What is Included?
- Student Manual
- Student Class Files