Developers Getting Started With i2b2
Space shortcuts
Space Tools
Developers Getting Started With i2b2 getstarted

WildFly Requirements

WildFly is a Java EE-based application server that can operate across platforms and is usable on any operating system that supports Java. All application operations between the i2b2 clients, the cells on the i2b2 server and the i2b2 database are managed by the WildFly. Prior installation  of WildFly on the i2b2 Server is required only If you are building each i2b2  cell from the source code.

If you are installing  1.7.12 and higher binary distribution, prior install of WildFly is not required. The download package comes with WildFly component. Make sure to configure and start this WildFly service.  

Required Version: WildFly-37.0.1.Final

Download from Website: WildFly Downloads (including 37.0.1.Final)



Operating System

File Name

i2b2 Version

Linux or Windows

wildfly-17.0.0.Final.zip

i2b2 1.7.12-1.8.1

Linux or Windows

wildfly-37.0.1.Final.zip

i2b2 1.8.2+


Wildfly Installation Steps


1. Download the  wildfly-37.0.1.Final.zip  file from the Website above
2. Locate the file (wildfly-37.0.1.Final) you just downloaded.
3. Extract all the items in the zip file into a directory of your choice.
Linux Example:  /opt/wildfly-37.0.01.Final
Windows Example:  C:\opt\wildfly-37.0.1.Final

Tip

You will want to make note of the location as it will be needed further along in the i2b2 installation. In the installation document whenever you see YOUR_WILDFLY_HOME_DIR it will need to be replaced with the location of your Wildfly. For your convenience an installation Worksheet has been provided at the end of this document to track the setup locations.

Developers Getting Started With i2b2 getstarted