Browse Source

cleanup - remmoved outdated tomcat config

Andi Dittrich 8 years ago
parent
commit
7588b20dae

+ 6 - 3
.gitignore

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

+ 1 - 1
Build/HTTP400.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP401.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP403.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP404.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP500.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP501.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP502.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP503.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP520.html

@@ -20,7 +20,7 @@
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP521.html

@@ -21,7 +21,7 @@ Our service team has been dispatched to bring it back online.</p>
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </body>

+ 1 - 1
Build/HTTP533.html

@@ -21,7 +21,7 @@ Our service team is working hard to bring it back online soon.</p>
 	</div>
 	</div>
 	
 	
 		<footer>
 		<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>
 	</footer>
 		
 		
 </body>
 </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)
 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
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 obtaining a copy of this software and associated documentation