# Installing and configuring the JBoss (WildFly) server

## Pre-requisites

Java (compatible with WildFly version)

## Downloading WildFly

{% hint style="info" %}
CloudIO platform is compatible with WildFly 11 and lower versions.
{% endhint %}

1. Go to <http://wildfly.org/downloads/> and download WildFly Application Server 11 or lower versions.
2. Extract the contents of the zip file to a directory on your system. ***Note**: The path must not contain any spaces.*
3. Start the WildFly server using the script:  *\<WildFly directory>\bin\standalone.sh.*
4. To check the installation, access the web server at [http://localhost:8080](http://localhost:8080/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/setting-up-the-cloudio-platform/platform-installation/installing-the-servers/installing-and-configuring-the-jboss-wildfly-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
