TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

JBoss Wildfly

Set JBOSS_HOME variable on Windows

Overview

In this tutorial, we will learn the steps involved to set JBOSS_HOME environment variable on Windows platform. This variable should point to the install location of the JBoss/Wildfly application server on the machine. We can set this variable after the JBoss install on the machine.

JBoss Install on Windows:

https://www.testingdocs.com/download-and-install-wildfly-server-on-windows/

For example, if the Wildfly server is installed on c:\wildfly then we need to set this variable to:

JBOSS_HOME=C:\wildfly

Check on the machine if the variable is set. Open the command prompt and issue the following command.

\> echo %JBOSS_HOME%

 

JBOSS_HOME Not set

If we get the same name displayed on the screen and not the real folder path, then the variable is not set on the machine.

Set JBOSS_HOME

Let’s see the steps to set the variable on Windows.

Type the following  “system environment variables” in the Search Bar.

Click on the ‘Edit the system environment variables’  Control Panel search result.

 

system-environment-variables

 

In the System Properties window, choose the Advanced tab. Click on the Environment Variables… button.

 

System Properties Window

 

In the System Variables section, click on the New… button.

 

New Environment Variable Windows

Add the environment variable

Variable name: -> JBOSS_HOME

Variable value: -> C:\wildfly

 

Set JBOSS_HOME

Click on the OK button. Alternatively, we can choose the install folder by clicking on the Browse Directory… button.

Verification

Open command prompt and issue the echo command to verify that the variable is set.

\> echo %JBOSS_HOME%

 

JBOSS HOME Verification

That’s it. The environment variable has been set on the machine.

More Information:

https://www.wildfly.org/

Related Posts

JBoss User Roles

JBoss Wildfly /

JBoss Wildfly User Roles

JBoss Tools Server Tab

JBoss Wildfly /

Start JBoss Server from Eclipse with JBoss Tools

JBoss Tools Eclipse

JBoss Wildfly /

Install JBoss Tools in Eclipse IDE

JBoss bin directory

JBoss Wildfly /

Add Management User to JBoss/Wildfly

HAL Management Console

JBoss Wildfly /

Wildfly Server HAL Management Console

‹ Wildfly Server HAL Management Console› Add Management User to JBoss/Wildfly

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version