String RealPath = this.getServletContext().getRealPath("/");
page = rq.getParameter("page");
SOTProxyKeeperClient spkc = new SOTProxyKeeperClient();
res.setContentType("text/html; charset=UTF-8");
if (spkc.check(dn)) {
if (page == null || page.equals("")) {
getServletContext().getRequestDispatcher(RUN_JSP_PATH)
.forward(rq, res);
} else if (page.equals("run") || page.equals("result")) {
String command = cmd.concat(" ") + rq.getParameter("command");