Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.ws.explorer/wsexplorer/actions/SessionTimedOut.jsp')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer/actions/SessionTimedOut.jsp30
1 files changed, 0 insertions, 30 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actions/SessionTimedOut.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actions/SessionTimedOut.jsp
deleted file mode 100644
index ae03ea763..000000000
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/actions/SessionTimedOut.jsp
+++ /dev/null
@@ -1,30 +0,0 @@
-<%
-/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- * 20100414 306773 mahutch@ca.ibm.com - Mark Hutchinson, make session time out configurable
- *******************************************************************************/
-%>
-<%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.perspective.Controller" %>
- <jsp:useBean id="controller" class="org.eclipse.wst.ws.internal.explorer.platform.perspective.Controller" scope="session"/>
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" type="text/css" href="<%=response.encodeURL("/wsexplorer/css/treeview.css")%>">
- <link rel="stylesheet" type="text/css" href="<%=response.encodeURL("/wsexplorer/css/windows.css")%>">
-</head>
-<body>
-<center>
-<%=controller.getMessage("MSG_ERROR_SESSION_TIMED_OUT", Integer.toString(controller.getSessionTimeoutInMinutes()))%>
-<br>
-<%=controller.getMessage("MSG_ERROR_RESTART_SESSION")%>
-</center>
-<br>
-</body>
-</html>

Back to the top