You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/22 06:58:13 UTC

svn commit: r847510 - in /websites/production/geronimo/content/xml/ns/j2ee: .htaccess web/.htaccess

Author: gawor
Date: Tue Jan 22 05:58:13 2013
New Revision: 847510

Log:
add j2ee/web redirects

Added:
    websites/production/geronimo/content/xml/ns/j2ee/web/.htaccess
Modified:
    websites/production/geronimo/content/xml/ns/j2ee/.htaccess

Modified: websites/production/geronimo/content/xml/ns/j2ee/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/j2ee/.htaccess (original)
+++ websites/production/geronimo/content/xml/ns/j2ee/.htaccess Tue Jan 22 05:58:13 2013
@@ -10,9 +10,9 @@ RewriteRule ^application-1\.0$ geronimo-
 RewriteRule ^application-1\.1$ geronimo-application-1.1.xsd [L]
 RewriteRule ^application-2\.0$ geronimo-application-2.0.xsd [L]
 
-RewriteRule ^application-client-1\.0$ geronimo-application-1.0.xsd [L]
-RewriteRule ^application-client-1\.1$ geronimo-application-1.1.xsd [L]
-RewriteRule ^application-client-2\.0$ geronimo-application-2.0.xsd [L]
+RewriteRule ^application-client-1\.0$ geronimo-application-client-1.0.xsd [L]
+RewriteRule ^application-client-1\.1$ geronimo-application-client-1.1.xsd [L]
+RewriteRule ^application-client-2\.0$ geronimo-application-client-2.0.xsd [L]
 
 RewriteRule ^connector-1\.0$ geronimo-connector-1.0.xsd [L]
 RewriteRule ^connector-1\.1$ geronimo-connector-1.1.xsd [L]

Added: websites/production/geronimo/content/xml/ns/j2ee/web/.htaccess
==============================================================================
--- websites/production/geronimo/content/xml/ns/j2ee/web/.htaccess (added)
+++ websites/production/geronimo/content/xml/ns/j2ee/web/.htaccess Tue Jan 22 05:58:13 2013
@@ -0,0 +1,17 @@
+##
+## $Rev: 562565 $ $Date: 2007-08-03 15:45:01 -0400 (Fri, 03 Aug 2007) $
+##
+
+RewriteEngine on
+
+RewriteBase /xml/ns/j2ee/web
+
+RewriteRule ^jetty-1\.0$ geronimo-jetty-1.0.xsd [L]
+RewriteRule ^jetty-1\.1$ geronimo-jetty-1.1.xsd [L]
+RewriteRule ^jetty-2\.0$ geronimo-jetty-2.0.xsd [L]
+RewriteRule ^jetty-2\.0\.2$ geronimo-jetty-2.0.2.xsd [L]
+
+RewriteRule ^tomcat-1\.0$ geronimo-tomcat-1.0.xsd [L]
+RewriteRule ^tomcat-1\.1$ geronimo-tomcat-1.1.xsd [L]
+RewriteRule ^tomcat-2\.0$ geronimo-tomcat-2.0.xsd [L]
+RewriteRule ^tomcat-2\.0\.1$ geronimo-tomcat-2.0.1.xsd [L]