-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
82 lines (57 loc) · 2.3 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
_ ___ __ __________ ____
| | / (_) /___/ / ____/ /_ __ ( __ )
| | /| / / / / __ / /_ / / / / / / __ |
| |/ |/ / / / /_/ / __/ / / /_/ / / /_/ /
|__/|__/_/_/\__,_/_/ /_/\__, / \____/
/____/
Welcome to WildFly (formerly known as JBoss Application Server)
http://www.wildfly.org/
Go to the above link for documentation, and additional downloads.
Also, once WildFly is started you can go to http://localhost:8080/
for additional information.
Key Features
------------
* Java EE 7 support
* Fast Startup
* Small Footprint
* Modular Design
* Unified Configuration and Management
* Distributed Domain Management
* OSGi
Release Notes
-------------
You can obtain the release notes here:
TODO
Getting Started
---------------
WildFly requires JDK 1.7 or later. For information regarding installation
of the JDK, see http://www.oracle.com/technetwork/java/index.html
WildFly has two modes of operation: Standalone and Domain. For more
information regarding these modes, please refer to the documentation
available on the JBoss.org site:
https://docs.jboss.org/author/display/AS72/Documentation
Starting a Standalone Server
----------------------------
A WildFly standalone server runs a single instance.
<JBOSS_HOME>/bin/standalone.sh (Unix / Linux)
<JBOSS_HOME>\bin\standalone.bat (Windows)
Starting a Managed Domain
-------------------------
A WildFly managed domain allows you to control and configure multiple instances,
potentially across several physical (or virtual) machines. The default
configuration includes a domain controller and a single server group with three
servers (two of which start automatically), all running on the localhost.
<JBOSS_HOME>/bin/domain.sh (Unix / Linux)
<JBOSS_HOME>\bin\domain.bat (Windows)
Accessing the Web Console
-------------------------
Once the server has started you can access the landing page:
http://localhost:8080/
This page includes links to online documentation, quick start guides, forums
and the administration console.
Stopping the Server
-------------------
A WildFly server can be stopped by pressing Ctrl-C on the command line.
If the server is running in a background process, the server can be stopped
using the JBoss CLI:
<JBOSS_HOME>/bin/jboss-cli.sh --connect --command=:shutdown