Class GenericApplicationServerManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deployWar​(java.util.zip.ZipFile warFile, java.lang.String contextPath)
      Deploys the given war file to the specified context path.
      IAppServerDeployer getDeployer()
      Returns the deployer for this application server.
      void redeployWar​(java.util.zip.ZipFile warFile, java.lang.String contextPath)
      Redeploy the given war file to the specified context path.
      void undeployWar​(java.lang.String contextPath)
      Undeploys the war at the specified context path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait