diff --git a/web/hsadmin.properties b/web/hsadmin.properties
index 785c811..605ab9f 100644
--- a/web/hsadmin.properties
+++ b/web/hsadmin.properties
@@ -1,5 +1,5 @@
backendURL=https://config.hostsharing.net:443/hsar/backend
-;xmlrpcURL=https://config.hostsharing.net:443/hsar/xmlrpc/hsadmin
-;loginURL=https://login.hostsharing.net:443/cas/v1/tickets
-xmlrpcURL=http://localhost:8080/cust-webapp/xmlrpc/hsadmin
-loginURL=TestUmgebung
+xmlrpcURL=https://config.hostsharing.net:443/hsar/xmlrpc/hsadmin
+loginURL=https://login.hostsharing.net:443/cas/v1/tickets
+;xmlrpcURL=http://localhost:8080/cust-webapp/xmlrpc/hsadmin
+;loginURL=TestUmgebung
diff --git a/web/pom.xml b/web/pom.xml
index a844b63..beaaf96 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -5,7 +5,7 @@
de.hsadmin
hsadmin-parent
- 1.0.3
+ 1.0.4
admin-web
@@ -42,19 +42,19 @@
com.vaadin
vaadin-compatibility-server
- 8.18.0
+ ${vaadin.version}
com.vaadin
vaadin-themes
- 8.18.0
+ ${vaadin.version}
com.vaadin
vaadin-compatibility-client-compiled
- 8.18.0
+ ${vaadin.version}
@@ -66,7 +66,7 @@
log4j
log4j
- 1.2.17
+ ${log4j.version}
@@ -92,12 +92,17 @@
3.8.1
- org.apache.tomcat.maven
- tomcat7-maven-plugin
- 2.2
+ org.eclipse.jetty
+ jetty-maven-plugin
+ 10.0.18
- /
- 8081
+ 10
+
+ 8080
+
+
+ /admin
+