From 50107a29161e0dbc6d47d17ce08fd7d4745c4e5c Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 31 Jul 2009 10:50:31 +0000 Subject: Delete old RC tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799574 13f79535-47bb-0310-9956-ffa450edef68 --- .../tomcat-war/src/main/webapp/installer.jsp | 74 ---------------------- 1 file changed, 74 deletions(-) delete mode 100644 tags/java/sca/2.0-M3-RC3a/distribution/tomcat/tomcat-war/src/main/webapp/installer.jsp (limited to 'tags/java/sca/2.0-M3-RC3a/distribution/tomcat/tomcat-war/src/main/webapp/installer.jsp') diff --git a/tags/java/sca/2.0-M3-RC3a/distribution/tomcat/tomcat-war/src/main/webapp/installer.jsp b/tags/java/sca/2.0-M3-RC3a/distribution/tomcat/tomcat-war/src/main/webapp/installer.jsp deleted file mode 100644 index a6c3e4acaa..0000000000 --- a/tags/java/sca/2.0-M3-RC3a/distribution/tomcat/tomcat-war/src/main/webapp/installer.jsp +++ /dev/null @@ -1,74 +0,0 @@ - - -<%@ page contentType="text/html;charset=UTF-8" language="java" %> -<%@ page import="org.apache.tuscany.sca.war.Installer" %> - -<% - Installer installer = (Installer) request.getAttribute("installer"); -%> - - - - -

Apache Tuscany Tomcat Integration

- - The Tuscany Tomcat integration turns Tomcat into an SCA enabled runtime so it can run SCA contributions and SCA-enabled Web Applications. -

- - Status: Tuscany is - <% if (Installer.isTuscanyHookRunning()) { %> - installed and active - <% } else if (Installer.isRestartRequired()) {%> - installed but Tomcat needs to be restarted - <% } else {%> - not installed - <% }%> - - in Tomcat. -

- - <% if (!Installer.isTuscanyHookRunning() && !Installer.isRestartRequired()) { %> - Install Tuscany
- To install Tuscany into Tomcat, click: -

- The Tuscany runtime is shared by all web applications if checked.

- -

-
- <% } else {%> - Uninstall Tuscany
- If remove Tuscany from Tomcat, click: -
- -
-
- <% }%> - -

-
- - - <% if (installer != null) { %> - <%= installer.getStatus() %> - <% }%> - - - - -- cgit v1.2.3