diff artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java @ 46:f2648672c9c4

Removed needless imports. artifacts/trunk@165 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 01 Oct 2009 08:51:24 +0000
parents 86d2a843e588
children 4ae4dc99127d
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java	Wed Sep 30 10:32:45 2009 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/rest/Standalone.java	Thu Oct 01 08:51:24 2009 +0000
@@ -59,7 +59,9 @@
 
         component.getDefaultHost().attach(app);
 
-        logger.info("Starting rest HTTP server on port " + port);
+        logger.info("Starting rest HTTP server on " 
+            + (listenString != null ? listenString : "*")
+            + ":" + port);
 
         try {
             component.start();

http://dive4elements.wald.intevation.org