diff --git a/src/main/java/it/unibz/inf/isoga/web/StartupListener.java b/src/main/java/it/unibz/inf/isoga/web/StartupListener.java index 57f04724e3085867c5034fbe287b414a4f90657a..e35607c3df6006b9d47b12f62d4de99a5ef5164c 100644 --- a/src/main/java/it/unibz/inf/isoga/web/StartupListener.java +++ b/src/main/java/it/unibz/inf/isoga/web/StartupListener.java @@ -23,8 +23,6 @@ public class StartupListener implements ServletContextListener { // 1) Is there a readable configuration? // 2) Is the database available? // 3) Can we connect to the database with given username/password? - // 4) Is the geoserver reachable? - // 5) Can we connect to the geoserver with given username/password? startGeoserverThread(); }