瀏覽代碼

cleanup - remmoved outdated tomcat config

Andi Dittrich 8 年之前
父節點
當前提交
7588b20dae
共有 14 個文件被更改,包括 18 次插入54 次删除
  1. 6 3
      .gitignore
  2. 1 1
      Build/HTTP400.html
  3. 1 1
      Build/HTTP401.html
  4. 1 1
      Build/HTTP403.html
  5. 1 1
      Build/HTTP404.html
  6. 1 1
      Build/HTTP500.html
  7. 1 1
      Build/HTTP501.html
  8. 1 1
      Build/HTTP502.html
  9. 1 1
      Build/HTTP503.html
  10. 1 1
      Build/HTTP520.html
  11. 1 1
      Build/HTTP521.html
  12. 1 1
      Build/HTTP533.html
  13. 0 39
      Config/tomcat.web.xml
  14. 1 1
      LICENSE.md

+ 6 - 3
.gitignore

@@ -1,4 +1,7 @@
-.settings*
-.project
-gfx/*
+.settings*
+.project
+.idea
+.buildpath
+.git
+gfx/*
 PublicHtml/*

+ 1 - 1
Build/HTTP400.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP401.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP403.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP404.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP500.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP501.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP502.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP503.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP520.html

@@ -20,7 +20,7 @@
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP521.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 1 - 1
Build/HTTP533.html

@@ -21,7 +21,7 @@ Our service team is working hard to bring it back online soon.</p>
 	</div>
 	
 		<footer>
-		<p>Technical Contact: <a href="mailto:x@example.com">x@example.com</a></p>
+		<p>Technical Contact: <a href="">hostmaster (at) aenon _dot_ de</a></p>
 	</footer>
 		
 </body>

+ 0 - 39
Config/tomcat.web.xml

@@ -1,39 +0,0 @@
-...
-<!-- Tomcat7 Error-Page Example - Add this lines to the end of web.xml; Put all HTTPxxx.html files into your default application root -->
-<error-page>
-	<error-code>500</error-code>
-	<location>/HTTP500.html</location>
-</error-page>
-<error-page>
-	<error-code>501</error-code>
-	<location>/HTTP501.html</location>
-</error-page>
-<error-page>
-	<error-code>502</error-code>
-	<location>/HTTP502.html</location>
-</error-page>
-<error-page>
-	<error-code>503</error-code>
-	<location>/HTTP503.html</location>
-</error-page>
-<error-page>
-	<error-code>400</error-code>
-	<location>/HTTP400.html</location>
-</error-page>   
-<error-page>
-	<error-code>401</error-code>
-	<location>/HTTP401.html</location>
-</error-page>   
-<error-page>
-	<error-code>402</error-code>
-	<location>/HTTP403.html</location>
-</error-page>   
-<error-page>
-	<error-code>403</error-code>
-	<location>/HTTP403.html</location>
-</error-page>   
-<error-page>
-	<error-code>404</error-code>
-	<location>/HTTP404.html</location>
-</error-page>   
-...

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 The MIT License (X11 License)
 
-Copyright (c) 2014-2015 Andi Dittrich
+Copyright (c) 2014-2017 Andi Dittrich
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation