ClassNotFoundException in WildFly when using runtime-name argument for deployment
I need to use the --runtime-name
argument when deploying an application for giving a stable name for HA singleton deployment which uses the runtime-name (deployment) for distinguishing singleton deployments. The default – the WAR’s filename – does not work because our WAR filename contains a version number. A new version would thus form a different singleton.