Port details |
- wildfly17 Java Jakarta EE8 application server developed by Red Hat
- 17.0.1 java
=0 17.0.1Version of this port present on the latest quarterly branch. - Maintainer: reig.simeo@gmail.com
 - Port Added: 2019-12-30 18:28:35
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- Also Listed In: www
- License: GPLv2
- Description:
- WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE / Jakarta EE!
WWW: https://wildfly.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wildfly17>0:java/wildfly17
- To install the port:
- cd /usr/ports/java/wildfly17/ && make install clean
- To add the package, run one of these commands:
- pkg install java/wildfly17
- pkg install wildfly17
- PKGNAME: wildfly17
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1577544705
SHA256 (wildfly-17.0.1.Final.tar.gz) = 2812b43b6c8e61f2d764a12d5a11de79481461b8cac51434ea730ee5985d38de
SIZE (wildfly-17.0.1.Final.tar.gz) = 183598392
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- java_wildfly17
- pkg-message:
- For install:
- To make WildFly bind to all interfaces add this to rc.conf:
wildfly17_args="-Djboss.bind.address=0.0.0.0"
See http://wildscribe.github.io/ for additional startup properties.
To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
/usr/local/wildfly17/bin/add-user.sh
Standard output and error are redirected to wildfly17_log_stdout and wildfly17_log_stderr respectively. This is very handy to detect startup errors but in production could be advisible to avoid it
because by default they are never rotated, to accomplish it add this to rc.conf
wildfly17_log_stdout="/dev/null"
wildfly17_log_stderr="/dev/null"
Ordinary logs are located at /usr/local/wildfly17/standalone/log/server.log
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 17.0.1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 17.0.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2020 14:55:03
17.0.1
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
30 Dec 2019 18:28:24
17.0.1
|
pi  |
New port: java/wildfly17
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE / Jakarta EE!
WWW: https://wildfly.org/
This is the first Wildfly with JAKARTA EE8 full support.
PR: 242962
Submitted by: Simeo Reig <reig.simeo@gmail.com> |
Number of commits found: 4
|