Sun Java System Application Server Platform Edition 8.1 2005Q2 Update 2 Release Notes

Using the AMX API, removing a J2EE application reference from a server removes the application, but the application is still accessible. (ID 6173248)

When using the AMX API, removing a reference to an application without first explicitly stopping the application results in that application still being accessible. This behavior is by design, and is a documentation omission.

Solution

To remove an application so it is no longer accessible:

ProcedureTo remove an application

  1. Stop the application.

  2. Remove the reference to the application.

  3. Undeploy the application.