Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

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

Excerpt

Start

JBoss

WildFly

Once the cell has been deployed the JBoss WildFly Server has to be running in order to use the i2b2. The process of starting your JBoss WildFly Server depends on your environment and the appropriate steps have been outlined in one of the following sections.

  • If your JBoss WildFly is running as a Linux Service please proceed to the section on this page titled Start JBoss WildFly Linux Service.
  • If your JBoss WildFly is running as a Windows Service please proceed to the section on this page titled Start JBoss WilFly Windows Service.

Start

JBoss

WildFly Linux Service

The following steps will walk you through the process of starting your JBoss WildFly server via a Linux service.



Info
titleNote

These steps are written as if your JBoss WildFly Server is running as a Linux service. If you have not setup your JBoss WildFly to run as a Linux service and would like to do so please see Run JBoss WildFly as a Linux Service in the Requirements Chapter.




indent
Level1

1. Open the terminal on your server.


indent
Level1

2. Enter the following command to start JBossWildFly .




indentLevel

/etc/init.d/

jboss

wildfly.sh start

Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleStop JBoss Command
borderStylesolid
title
Start WildFly Command
1





indent
Level1

3. The script to start JBoss WildFly will run.





Start

JBoss

WildFly Windows Service

The following steps will walk you through the process of starting your JBoss WildFly server via a windows service.



Info
titleNote

These steps are written as if your JBoss WildFly Server is running as a Windows service. If you have not setup your JBoss WildFly to run as a Windows service and would like to do so please see Run JBoss WildFly Web Server as a Windows Service in the Requirements Chapter.




indent
Level1

1. Go to your Administrative Tools directory


indent
Level2

a. Click on Start and select Control Panel.


indent
Level2

b. In the Control Panel click on System and Security.


indent
Level2

c. Click on Administrative Tools




indent
Level1

2. Double click on Services to display a list of local services installed on your server.


indent
Level1

3. Scroll to the service called JBoss WildFly Application Server 7.0.01.Final.




Note
titleImportant

The actual name that appears in the list of services depends on what you entered in the service.bat file for the SVCDISP setting.



indent
Level3

Image Removed

indent
Level1

4. Using the mouse, right click on the name of the service to display the pop-up menu.


indent
Level1

5. Select Start to start the service.

indent
Level3

Image Removed

Image Added





indent
Level1

6. A window will open displaying the progress.






indent
Level3

Image Removed

indent
Level1

7. The progress window will close once the service has started running.




Start WildFly as Standalone Server

   



indent
Level1

You can also start Wildfly as a standalone server instead of as a Service.

Run the following commands  after navigating via command line to your <wildflly installed folder >/bin/ folder


Linux: standalone.sh –b 0.0.0.0

Windows: standalone.bat –b 0.0.0.0