Curso Apache Tomcat Administration for Linux
24 horasVisão Geral
Este Curso Apache Tomcat Administration for Linux, cobre os tópicos importantes de administração do servidor Tomcat, incluindo instalação, estrutura de diretórios, configuração usando server.xml, implantação de aplicativos da web, ferramenta de gerenciamento, fontes de dados JNDI, registro, monitoramento e gerenciamento do servidor.
Objetivo
Após realizar este Curso Apache Tomcat Administration for Linux você será capaz de:
- Aprenda sobre a história do Tomcat.
- Aprenda como instalar o Tomcat
- Aprenda sobre a estrutura de diretórios e arquivos em lote.
- Aprenda como configurar o Tomcat.
- Aprenda como trabalhar com aplicativos da Web.
- Aprenda a trabalhar com o Tomcat Manager, incluindo como atribuir funções de segurança.
- Aprenda a trabalhar com fontes de dados JNDI e JDBC
- Saiba mais sobre segurança e permissões.
- Aprenda como gerar um arquivo keystore.
- Aprenda técnicas de registro.
- Aprenda como monitorar o desempenho do Tomcat.
- Saiba mais sobre clustering, incluindo configuração de diretório.
Materiais
Inglês + Exercícios + Lab PraticoConteúdo Programatico
- 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>
- 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 in serverxml
- 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