This section provides an example of how to update the SOAtest and Virtualize Server for WildFly. See WildFly Example Deployment for new installations.
server.port.http=8080
or server.port.https=8443
. The ports specified in config.properties must match the ports specified in the WildFly configurationconnect
command.undeploy <OLD_WAR>
.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: /. |