wildfly-core

The core runtime that is used by the Wildfly application server

  • 所有者: wildfly/wildfly-core
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

WildFly Core

http://wildfly.org

This project provides the core runtime that is used by the Wildfly application server. This includes:

  • Modular class loading.
  • Unified management, including domain mode.
  • Basic deployment architecture.
  • CLI for management.

Building

Prerequisites:

  • JDK 8 or newer
  • Maven 3.3.1 or newer

To build with your own Maven installation:

mvn install

Alternatively, you can use the Maven Wrapper script that downloads and installs (if necessary) the required Maven version to
~/.m2/wrapper and runs it from there. On Linux, run

./mvnw install

On Windows

mvnw install

Starting and Stopping WildFly

Change to the bin directory after a successful build:

$ cd core-build/target/wildfly-core-[version]/bin

Start the server in domain mode:

$ ./domain.sh

Start the server in standalone mode:

$ ./standalone.sh

To stop the server, press Ctrl + C, or use the admin console:

$ ./jboss-cli.sh --connect command=:shutdown

Note that there is not very much that you can do with the core server, without first adding some extensions to it.
If you are trying to deploy Java EE application then you likely want the full Wildfly distribution, which is located
at:
https://github.com/wildfly/wildfly

Contributing

https://community.jboss.org/wiki/HackingOnWildFly

Using Eclipse

  1. Install the latest version of Eclipse.
  2. Make sure Xmx in Eclipse.ini is at least 1280M, and it's using java 7
  3. Launch Eclipse and install the m2e plugin, make sure it uses your repo configs
    (get it from: http://www.eclipse.org/m2e/download/
    or install "Maven Integration for Eclipse" from the Eclipse Marketplace).
  4. In Eclipse preferences Java->Compiler->Errors/Warnings->Deprecated and restricted
    set forbidden reference to WARNING.
  5. In Eclipse preferences Java->Code Style, import the cleanup, templates, and
    formatter configs in ide-configs/eclipse.
  6. In Eclipse preferences Java->Editor->Save Actions enable "Additional Actions",
    and deselect all actions except for "Remove trailing whitespace".
  7. Use import on the root pom, which will pull in all modules.
  8. Wait (m2e takes awhile on initial import).

Licenses

主要指标

概览
名称与所有者wildfly/wildfly-core
主编程语言Java
编程语言Java (语言数: 8)
平台
许可证Apache License 2.0
所有者活动
创建于2014-07-01 16:33:34
推送于2025-07-02 23:12:20
最后一次提交
发布数448
最新版本名称29.0.0.Beta6 (发布于 )
第一版名称1.0.0.Alpha1 (发布于 2014-07-01 12:39:30)
用户参与
星数190
关注者数35
派生数471
提交数19.6k
已启用问题?
问题数0
打开的问题数0
拉请求数5414
打开的拉请求数8
关闭的拉请求数1016
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?