- WildFly Cookbook
- Luigi Fugaro
- 140字
- 2021-07-16 13:38:12
Understanding WildFly's directory overview
Now that we have finished installing WildFly, let's look into its folders. This recipe is going to be a little theoretical.
How to do it…
- Open your terminal and run the following commands:
$ cd $WILDFLY_HOME $ pwd && ls -la
- The output of your commands should be similar to the following image:
WildFly's folders overview
How it works…
The preceding image depicts WildFly's folders in the filesystem. Each is outlined in the following table:
In the preceding table, I've emphasized the "domain" and the "standalone" folders which are those that determine the mode which WildFly will run in: standalone or domain. In the next few recipes, we will have an overview of them, and get a deep insight later in the book.
Note
Hereby, whenever mentioned, WildFly's home will be intended as $WILDFLY_HOME
.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- 測試驅動開發(fā):入門、實戰(zhàn)與進階
- Mastering Ember.js
- GameMaker Programming By Example
- Jupyter數(shù)據(jù)科學實戰(zhàn)
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Lighttpd源碼分析
- INSTANT Silverlight 5 Animation
- Python Interviews
- Emotional Intelligence for IT Professionals
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學版)
- HTML5移動前端開發(fā)基礎與實戰(zhàn)(微課版)
- Python機器學習與量化投資
- 信息學奧林匹克競賽初賽精講精練
- Raspberry Pi開發(fā)實戰(zhàn)