|
@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletResponse;
|
|
/**
|
|
/**
|
|
* Servlet implementation class Configure
|
|
* Servlet implementation class Configure
|
|
*/
|
|
*/
|
|
-@WebServlet(description = "Confiruation Servlet", urlPatterns = { "/configure" })
|
|
|
|
|
|
+@WebServlet(description = "Configuration Servlet", urlPatterns = { "/settings/configure" })
|
|
public class Configure extends HttpServlet {
|
|
public class Configure extends HttpServlet {
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -33,7 +33,7 @@ public class Configure extends HttpServlet {
|
|
*/
|
|
*/
|
|
protected void doGet(HttpServletRequest request, HttpServletResponse response)
|
|
protected void doGet(HttpServletRequest request, HttpServletResponse response)
|
|
throws ServletException, IOException {
|
|
throws ServletException, IOException {
|
|
-
|
|
|
|
|
|
+ request.getServletContext().log("configuring tablet");
|
|
String mySpace = request.getParameter("espace");
|
|
String mySpace = request.getParameter("espace");
|
|
String page;
|
|
String page;
|
|
|
|
|