舉報

會員
WildFly Cookbook
最新章節(jié):
Index
ThisbookisintendedformiddlewaresystemadministratorsandJavadevelopers,actuallygoodJavadevelopers,whocareaboutarchitecturedesignandimplementation.WhetheryouarenewtoWildFly,comefromapreviousversion,suchasJBossAS5,6,and7,orareanexpertinit,youwillbeabletomasterboththebasicandadvancedfeaturesofWildFly.Bytheway,mostofthecorecomponentsofWildFlyaretotallynew,suchasitsadministrationtool,thatis,theCLI;itsoperationalmodes,whichare,thestandaloneanddomainmodes;anditswebserverprovidedbyUndertow,youcanbenefitfromthisbookevenifyouhavenoexperienceinJBossandWildFlyatall.
目錄(134章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Welcome to WildFly!
- Introduction
- Software prerequisites
- Downloading and installing WildFly
- Understanding WildFly's directory overview
- Running WildFly in standalone mode
- Running WildFly in domain mode
- Running WildFly as a service
- Chapter 2. Running WildFly in Standalone Mode
- Introduction
- Running WildFly from a custom configuration folder
- Binding WildFly onto a custom port
- Binding WildFly onto a custom IP
- Configuring multiple WildFly instances to run on the same machine with different ports
- Configuring multiple WildFly instances to run on the same machine with different IPs
- Managing applications using the deployments folder
- Connecting to the CLI
- Checking the server-state via the CLI
- Deploying an application via the CLI
- Undeploying an application via the CLI
- Executing commands in batch mode via the CLI
- Reloading a server configuration via the CLI
- Shutting down and restarting an instance via the CLI
- Suspending and resuming an instance via the CLI
- Backing up your configuration file via the CLI
- Chapter 3. Running WildFly in Domain Mode
- Introduction
- Running domain mode
- Connecting the host controller to the domain controller
- Stopping and starting server groups via the Web Console
- Stopping and starting your server groups via the CLI
- Stopping and starting your servers via the CLI
- Deploying and undeploying an application to a specific server group via Web Console
- Deploying and undeploying an application to a specific server group via the CLI
- Checking server status via the CLI
- Chapter 4. Managing the Logging Subsystem with the CLI
- Introduction
- Creating a file-handler logging
- Creating a periodic-rotating file-handler
- Creating a size-rotating file-handler
- Defining asynchronous handlers
- Creating a syslog-handler
- Listing and reading log files
- Using a different logging implementation
- Chapter 5. Managing the Datasource Subsystems with the CLI
- Introduction
- Preparing a non JDBC-4 compliant driver
- Creating and removing a datasource
- Checking the datasource connection
- Reading the datasource's statistics
- Setting a connection pool
- Creating and removing XA-Datasource
- Chapter 6. Clustering WildFly
- Introduction
- Creating a cluster in standalone mode
- Creating separate clusters in standalone mode
- Creating a cluster in domain mode
- Creating separate clusters in domain mode
- Creating a cluster via TCP
- Testing the UDP protocol with the JGroups tool
- Chapter 7. Load Balancing WildFly
- Introduction
- Installing and configuring Apache HTTPD
- Installing and configuring mod_cluster for Apache
- Balancing WildFly using auto advertising – UDP
- Balancing WildFly using a list of available balancers – TCP
- Balancing using the HTTP connector instead of AJP
- Preserve WildFly workers while restarting Apache
- Balancing the same context for different applications
- Rolling updates
- Chapter 8. Commanding the CLI
- Introduction
- Invoking CLI commands
- Checking the WildFly version
- Checking WildFly operational mode
- Getting the OS version
- Getting the JVM version
- Checking the JVM options
- Checking JVM memories – heap-size and all
- Checking the server status
- Checking the JNDI tree view
- Invoking CLI commands declared in an external file
- Chapter 9. Conquering the CLI
- Introduction
- Invoking server stop start and reload
- Invoking server group stop start restart and reload
- Creating a server group
- Creating a server
- Managing an application – deploy undeploy
- Chapter 10. Hardening the WildFly Communication
- Introduction
- Securing WildFly using HTTPS
- Securing a specific application using HTTPS
- Securing the WildFly console using HTTPS
- Securing domain and host controller communication using HTTPS
- Chapter 11. Hardening the WildFly Configuration
- Introduction
- Delivering your configuration using property files
- Securing your configuration hashing passwords
- Securing and protecting passwords using a vault
- Chapter 12. Role-based Access Control with WildFly
- Introduction
- Switching between simple and RBAC providers
- Managing users groups and their role mapping
- Setting a predefined role to all authenticated users
- Granting user access by server group or host – scoped roles
- Integrating with OpenLDAP
- Chapter 13. Messaging with WildFly
- Introduction
- Running the messaging system using HornetQ
- Sending and receiving messages to/from a JMS queue destination
- Clustering HornetQ using a shared store
- Clustering HornetQ using message replication
- Chapter 14. WildFly into the Cloud with OpenShift
- Introduction
- Registering to OpenShift Online
- Installing the WildFly cartridge for our first deployment
- Taking control of your WildFly server via SSH
- Deploying your code to OpenShift Online
- Chapter 15. Using WildFly with Docker
- Introduction
- Setting up the Docker environment
- Running WildFly in Docker
- Logging WildFly outside Docker
- Running WildFly in domain mode in Docker using different Docker containers
- Index 更新時間:2021-07-16 13:38:42
推薦閱讀
- TypeScript Essentials
- 程序設計與實踐(VB.NET)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- OpenCV for Secret Agents
- Mastering Google App Engine
- RISC-V體系結構編程與實踐(第2版)
- Solr Cookbook(Third Edition)
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Python從入門到精通
- SpringBoot從零開始學(視頻教學版)
- Three.js權威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動畫的方法與實踐(原書第4版)
- 程序員必會的40種算法
- PostgreSQL Developer's Guide
- 實驗編程:PsychoPy從入門到精通
- Spark技術內(nèi)幕:深入解析Spark內(nèi)核架構設計與實現(xiàn)原理
- Learning Redux
- Head First Go語言程序設計
- 青少年學三維圖形化編程
- 區(qū)塊鏈技術及應用
- 寫給風控師的實操手冊(全2冊)
- Google API大全
- 麥克奇遇記:Scratch 2.0探險之旅(創(chuàng)客教育)
- Java設計模式(第2版)
- Go語言學習指南:慣例模式與編程實踐
- C語言從入門到項目實踐(超值版)
- Python機器學習與可視化分析實戰(zhàn)
- Nginx底層設計與源碼分析
- Oracle 12c數(shù)據(jù)庫入門與應用
- ODPS權威指南:阿里大數(shù)據(jù)平臺應用開發(fā)實踐
- Xamarin 4 By Example