Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

indent
Level2

Example: C:\opt\wildfly-1017.0.0.Final\docs/contrib/scripts

...

indent
Level1

2. Copy the service folder to C:\opt\wildfly-1017.0.0.Final\bin


Step 2: Update the Settings in the Service Batch File

One of the files in the service folder you copied to your Wildfly directory was service.bat.

...

indent
Level2

Example: C:\opt\wildfly-1017.0.0.Final\bin\service


indent
Level1

2. Locate the service.bat file and open it in Edit Mode.

...

Tip
titleTip

If you are installing multiple servers you may want to update these settings with something that is more meaningful. The DISLAYNAME will appear in your Windows Services list so if you are installing multiple servers on the same windows machine you may want to update these settings with something that is more meaningful.

Example: If you have a development and production environment you may want to update the settings to one of the following.

      DISPLAYNAME=Wildfly Application Server 1017.0.0.Final Development
      DISPLAYNAME=Wildfly Application Server 1017.0.0.Final Production

The SHORTNAME needs to be unique


...

Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleChange Directory Command


indent
Level1

CD YOUR_WILDFLY_HOME_DIR\bin\service



indent
Level2

Example: C:\opt\wildfly-1017.0.0.Final\bin\service


Info
titleNote

If you have set your JBOSS_HOME system variable you can replace the Wildfly directory path with %JBOSS_HOME%.

Example: CD %JBOSS_HOME%\bin\service


indent
Level1

3. Enter the following command to install the service.

...