Deploying the WAR file

Deploying the WAR file in standalone mode

  1. Login to the console with the credentials of the management user.

2. Click Deployments.

3. To add the ROOT.war file, click Add.

4. Upload the required WAR file.

5. In the Verify Deployments screen, verify the name and runtime name of your WAR file.

Note: Do not select the Enable checkbox.

6. Access your application using http://localhost:8080arrow-up-right.

Create deployment
circle-info

Change the RAM size in standalone.conf file in the bin folder in case of any memory issue.

Deploying the CloudIO WAR file

  1. Create a folder named cloudio using the following command: **$ mkdir /cloudio

  2. Deploy the WAR file. After installing the platform, the io.properties file is auto-generated in the cloudio folder.

  3. Paste the log4j.properties file in cloudio folder.

  4. Update the log4j file with valid log file path and paste it in tomcat's lib folder.

  5. Restart WildFly

Last updated