You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a WAR is deployed with asadmin in remote mode, and --altdd or --runtimealtdd are used, the alternate descriptors will not be persisted on target domain (opposite to local mode). No $DOMAIN/generated/altdd/* content will be created; upon application reload or server restart, the application will be re-instantiated with standard descriptors from WAR itself.
This happens because $DOMAIN/generated/altdd/$APP directory is not created before moving the file. The --upload=true key is essential if you deploy to the same machine (otherwise asadmin will simply send absolute file path; in that case everything works fine).
Observed in latest Payara and GlassFish (stable+nightly).
If a WAR is deployed with
asadmin
in remote mode, and--altdd
or--runtimealtdd
are used, the alternate descriptors will not be persisted on target domain (opposite to local mode). No$DOMAIN/generated/altdd/*
content will be created; upon application reload or server restart, the application will be re-instantiated with standard descriptors from WAR itself.To reproduce:
Log excerpt:
This happens because
$DOMAIN/generated/altdd/$APP
directory is not created before moving the file. The--upload=true
key is essential if you deploy to the same machine (otherwiseasadmin
will simply send absolute file path; in that case everything works fine).Observed in latest Payara and GlassFish (stable+nightly).
Upstream bug: GLASSFISH-21371
The text was updated successfully, but these errors were encountered: