Deploy and start the application
Install WildFly as a Windows service
To install and start the service, complete the following steps:
- Locate the appropriate
service.batfile for your environment in<install_folder>/WildFly/bin. - Run the command prompt as an administrator, and enter the following command:
service<myConfigName>.bat installwhere
<myConfigName>is the name of your configuration. For example:serviceigx.bat installwhere
igxis the name of the configuration if you used the default configuration. Or,serviceIA.bat installwhere
IAis the name of your configuration. - You will see a message that the service installed successfully.
From the Services list, select the WildFly service for your application and change its manual or automatic startup properties, as needed.
- Start the service. Note: The service executes
start-WildFly.bat, using the same JVM™ and Java Options as the command line invocation of WildFly. - Review
server.login<install_folder>/Infogix/WildFly/server/<myConfigName>/logto confirm that the server started successfully. - If you need to uninstall the WildFly service in the future, enter
the following command at the command prompt:
service<myConfigName>.bat uninstallwhere
<myConfigName>is the name of your configuration.For example:
serviceigx.bat uninstallwhere
igxis the name of the configuration if you used the default configuration. Or,serviceIA.bat uninstallwhere
IAis the name of your configuration.
To complete the post-deployment tasks for your application, proceed to “Post-deployment Tasks.”
“Advanced Deployment,” and “Product Integration,” provide instructions for advanced deployment scenarios and product integration. Refer to these chapters, as applicable.