Quick question. For deploying applications (e.g. simple war file), there is
an option to make the application disabled. I am wondering does a disabled
application use less memory and resources than a deployed app which isn’t
serving requests (i.e. not in use). How do these two states compare? Is a
disabled application equivalent to an undeployed app from a memory and
resources/performance point of view?