Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The deployment process at this stage of the installation will install the full i2b2 war file on the Wildfly Web Server. This page discuss the

The section below describes steps for deployment of pre-compiled  war file  which comes with versions 1.7.12  installation package

Deploy i2b2 Server - from i2b2 Binary Distribution

Step 1. Extract the files from the downloaded binary distribution zip file

Step 2. Deploy the war file in Wildfly

Copy the entire wildfly-17.0.1.Final folder to your /opt folder.

  • Linux: cp –r wildfly-17.0.1.Final /opt
  • Windows: xcopy /E wildfly-17.0.1.Final C:\opt

Step 3. Modify the datasource files for each cell (see subsections on configuring each cell).




The section below describes the new "build war from source" method. To obtain and install a pre-compiled version, see the overview page "server install on 1.7.12 and higher". 

Deploy edu.harvard.i2b2.server-common - from source code

The following steps will walk you through the deployment process. The commands on a Windows Server may differ slightly on a Unix Machine. This difference will be noted when appropriate.

...

Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleLinux Run Command


indent
Level1

ant clean dist war jboss_pre_deployment_setup




Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleRun Command


indent
Level1

%ANT_HOME%\bin\ant.bat clean dist war jboss_pre_deployment_setup




Info
titleNote

If the command %ANT_HOME% does not work it may be because you did not set your environment variables as suggested in the Requirements Chapter. If you do not wish to set this variable then you will need to replace %ANT_HOME% with the full path to your Ant directory.

...