Implementations of this interface are used primarily by the
org.apache.jetspeed.tools.pamanager.ApplicationServerPAM to interact with the servlet container that is supporting the web
appliaction portion of deployed the portlet applications.
author: Scott T. Weaver version: $Id: ApplicationServerManager.java 516448 2007-03-09 16:25:47Z ate $
Deploys the contents of the InputStream, is, into the parent servlet
container using the specified appPath as the context path.
Parameters: appPath - Parameters: is - Parameters: size - size (in bytes) of InputStream is throws: HttpException - throws: IOException -
Reloads the application represented by the context path, appPath. This
must included re-reading the web.xml and reloading all classpath resources.
Parameters: appPath - container-specific status message throws: HttpException - throws: IOException -
Starts the application represented by the context path, appPath Parameters: appPath - path to restart container-specific status message throws: HttpException - throws: IOException -
Undeploys the application represented by the context path, appPathParameters: appPath - container-specific status message throws: HttpException - throws: IOException -