diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 393a557b2eb1e9e389e42ebecb27adbc5e65f21c..ce3c52dd11f1da7b36e8495a18fab3b8f9acdef5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -8,8 +8,6 @@ spring:
 
 server:
   port: 8443
-  tomcat.max-http-post-size: 10MB
-  tomcat.max-swallow-size: 10MB
   ssl:
     # enthaelt den privaten und oeffentlichen Schluessel der Anwendung
     key-store: classpath:store/xta-test-server_keystore.p12
@@ -26,6 +24,9 @@ server:
     # wird ein Client Zertifikat benoetigt
     client-auth: want
   thymeleaf.cache: false
+  tomcat:
+    max-http-form-post-size: 10MB
+    max-swallow-size: 10MB
 
 app:  
   server: