This section provides an example of how to update the Virtualize Server for WildFly. See WildFly Example Deployment for new Virtualize Server installations.
- Extract the contents of the Virtualize Server WAR file into <UNZIPPED_SOAVIRT_WAR>
- Open the <UNZIPPED_SOAVIRT_WAR>/WEB-INF/config.properties configuration file and specify the following:
- Ports used by WildFly, e.g.,
server.port.http=8080
orserver.port.https=8443
. The ports specified in config.properties must match the ports specified in the WildFly configuration - License
- Workspace
- Ports used by WildFly, e.g.,
- Compress the contents of the <UNZIPPED_SOAVIRT_WAR> back into the WAR.
- Start <WILDFLY_HOME>/bin/jboss-cli.bat and run the
connect
command. - Run
undeploy <OLD_WAR>
. - Run
deploy path/to/<NEW_WAR>
Browse to http://localhost:8080/ (adjust the port if needed). One of following messages confirms that the application was updated correctly:
No virtual asset or proxy found at this path: /
Enabled virtual assets:
...
There are no deployments on this server. Cannot respond to this request: /.