diff --git a/deploy.sh b/deploy.sh
index e414142..7bed5fa 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -10,11 +10,6 @@
# 10.1.30.156
DEST_HOST=lr62-dev
-# DEST_HOST=lr62-pre-01
-# DEST_HOST=lr62-pre-02
-# DEST_HOST=lr62-prod-01
-# DEST_HOST=lr62-prod-02
-
MVN_NAME=$(mvn -q \
-Dexec.executable=echo \
-Dexec.args='${project.artifactId}' \
diff --git a/src/main/webapp/html/boot/boot.jsp b/src/main/webapp/html/boot/boot.jsp
index 2537440..3f661c5 100644
--- a/src/main/webapp/html/boot/boot.jsp
+++ b/src/main/webapp/html/boot/boot.jsp
@@ -1,27 +1,17 @@
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
- <%@include file="../init.jsp" %>
- <%@ page import="org.gcube.vomanagement.usermanagement.model.GCubeGroup" %>
-
-
-
- <% String encoded_context=request.getAttribute(encoded_context); pageContext.setAttribute("encoded_context",
- encoded_context); String gateway=request.getAttribute(gateway); pageContext.setAttribute("gateway",
- gateway); String redirect_url=request.getAttribute(redirect_url);
- pageContext.setAttribute("redirect_url", redirect_url); String url=request.getAttribute(url);
- pageContext.setAttribute("url", url);
-
-
-
+<%@include file="../init.jsp" %>
- encoded_context: ${encoded_context}
- gateway: ${gateway}
- redirect_url: ${redirect_url}
- url: ${url}
+
+
+
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+Boot Portlet
\ No newline at end of file
diff --git a/src/main/webapp/html/methods/edit/methodeditor.jsp b/src/main/webapp/html/methods/edit/methodeditor.jsp
index 293a4b8..d307797 100644
--- a/src/main/webapp/html/methods/edit/methodeditor.jsp
+++ b/src/main/webapp/html/methods/edit/methodeditor.jsp
@@ -1,5 +1,5 @@
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
-<%@include file="../init.jsp"%>
+<%@include file="../../init.jsp"%>
@@ -11,4 +11,5 @@
-Method Execution Form Portlet
\ No newline at end of file
+
+Method Editor Form Portlet
\ No newline at end of file
diff --git a/src/main/webapp/html/methods/exec/methodexecutor.jsp b/src/main/webapp/html/methods/exec/methodexecutor.jsp
index d6e6565..7be9104 100644
--- a/src/main/webapp/html/methods/exec/methodexecutor.jsp
+++ b/src/main/webapp/html/methods/exec/methodexecutor.jsp
@@ -1,5 +1,5 @@
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
-<%@include file="../init.jsp"%>
+<%@include file="../../init.jsp"%>
@@ -9,4 +9,6 @@
-
\ No newline at end of file
+
+
+Method Execution Portlet
\ No newline at end of file
diff --git a/src/main/webapp/html/methods/list/methodslist.jsp b/src/main/webapp/html/methods/list/methodslist.jsp
index 7894051..8eb7da1 100644
--- a/src/main/webapp/html/methods/list/methodslist.jsp
+++ b/src/main/webapp/html/methods/list/methodslist.jsp
@@ -1,6 +1,8 @@
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
- <%@include file="../init.jsp" %>
+<%@include file="../../init.jsp" %>
-
-
-
\ No newline at end of file
+
+
+
+
+Method List Portlet
\ No newline at end of file