舉報

會員
WildFly Cookbook
最新章節:
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
推薦閱讀
- Android和PHP開發最佳實踐(第2版)
- Network Automation Cookbook
- Python爬蟲開發與項目實戰
- 基于免疫進化的算法及應用研究
- Visual Basic程序設計教程
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Apache Spark 2.x for Java Developers
- 深入淺出React和Redux
- C#程序設計(項目教學版)
- Clojure for Java Developers
- Java從入門到精通(視頻實戰版)
- 計算思維與Python編程
- Processing開發實戰
- Natural Language Processing with Python Cookbook
- Mastering Swift 4(Fourth Edition)
- 谷歌JAX深度學習從零開始學
- 算法學習與應用從入門到精通
- C#從入門到精通(第5版)
- 軟件開發踐行錄:ThoughtWorks中國區文集
- Perl語言IC設計實踐
- NGINX High Performance
- 大規模Scrum:大規模敏捷組織的設計
- SAFe 4.0參考指南:精益軟件與系統工程的規模化敏捷框架
- Go語言學習指南:慣例模式與編程實踐
- 高效C/C++調試
- Android App開發入門與實戰
- Robot Framework 自動化測試框架核心指南
- Oracle Solaris 11:First Look
- Modern Web Development with ASP.NET Core 3
- Android開發藝術探索