[cig-commits] r7796 - cs/cigtg/trunk/apps-local

wei at geodynamics.org wei at geodynamics.org
Thu Aug 9 12:03:56 PDT 2007


Author: wei
Date: 2007-08-09 12:03:56 -0700 (Thu, 09 Aug 2007)
New Revision: 7796

Removed:
   cs/cigtg/trunk/apps-local/META-INF/
   cs/cigtg/trunk/apps-local/ROOT/
   cs/cigtg/trunk/apps-local/WEB-INF/
   cs/cigtg/trunk/apps-local/balancer/
   cs/cigtg/trunk/apps-local/hello.jsp
   cs/cigtg/trunk/apps-local/images/
   cs/cigtg/trunk/apps-local/jsp-examples/
   cs/cigtg/trunk/apps-local/sample.war
   cs/cigtg/trunk/apps-local/sample/
   cs/cigtg/trunk/apps-local/tomcat-docs/
   cs/cigtg/trunk/apps-local/webdav/
Log:
Delete some directories in the repo

Deleted: cs/cigtg/trunk/apps-local/hello.jsp
===================================================================
--- cs/cigtg/trunk/apps-local/hello.jsp	2007-08-09 18:52:02 UTC (rev 7795)
+++ cs/cigtg/trunk/apps-local/hello.jsp	2007-08-09 19:03:56 UTC (rev 7796)
@@ -1,44 +0,0 @@
-<html>
-<head>
-<title>Sample Application JSP Page</title>
-</head>
-<body bgcolor=white>
-
-<table border="0">
-<tr>
-<td align=center>
-<img src="images/tomcat.gif">
-</td>
-<td>
-<h1>Sample Application JSP Page</h1>
-This is the output of a JSP page that is part of the Hello, World
-application.  It displays several useful values from the request
-we are currently processing.
-</td>
-</tr>
-</table>
-
-<table border="0" border="100%">
-<tr>
-  <th align="right">Context Path:</th>
-  <td align="left"><%= request.getContextPath() %></td>
-</tr>
-<tr>
-  <th align="right">Path Information:</th>
-  <td align="left"><%= request.getPathInfo() %></td>
-</tr>
-<tr>
-  <th align="right">Query String:</th>
-  <td align="left"><%= request.getQueryString() %></td>
-</tr>
-<tr>
-  <th align="right">Request Method:</th>
-  <td align="left"><%= request.getMethod() %></td>
-</tr>
-<tr>
-  <th align="right">Servlet Path:</th>
-  <td align="left"><%= request.getServletPath() %></td>
-</tr>
-</table>
-</body>
-</html>

Deleted: cs/cigtg/trunk/apps-local/sample.war
===================================================================
(Binary files differ)



More information about the cig-commits mailing list