/**
* Undeploy the web application at the specified context path.
*
- * @see ManagerServlet#undeploy(PrintWriter, String, StringManager)
+ * @see ManagerServlet#undeploy(PrintWriter, ContextName, StringManager)
*
* @param cn Name of the application to be undeployed
* @param smClient StringManager for the client's locale
/**
* Display session information and invoke list.
*
- * @see ManagerServlet#sessions(PrintWriter, String, int, StringManager)
+ * @see ManagerServlet#sessions(PrintWriter, ContextName, int,
+ * StringManager)
*
* @param cn Name of the application to list session information
* @param idle Expire all sessions with idle time ≥ idle for this context
/**
* Start the web application at the specified context path.
*
- * @see ManagerServlet#start(PrintWriter, String, StringManager)
+ * @see ManagerServlet#start(PrintWriter, ContextName, StringManager)
*
* @param cn Name of the application to be started
* @param smClient StringManager for the client's locale
/**
* Stop the web application at the specified context path.
*
- * @see ManagerServlet#stop(PrintWriter, String, StringManager)
+ * @see ManagerServlet#stop(PrintWriter, ContextName, StringManager)
*
* @param cn Name of the application to be stopped
* @param smClient StringManager for the client's locale