Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

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

...

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

...

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


...