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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?