Changes for page Tomcat-Einstellungen


From version 1.1
edited by sas
on 20.01.2021, 16:20
Change comment: Imported from XAR
To version 2.2
edited by gru
on 27.07.2021, 09:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.gru
Content
... ... @@ -45,7 +45,7 @@
45 45  
46 46  == Limiting the upload file size ==
47 47  
48 -You can change the maximum allowed file size for file uploads for the [[upload form element>>doc:Formcycle.FormDesigner.FormElements.Upload]], as well as the maximum size for uploads in the inbox. An error will be displayed when files larger than this limited are uploaded.
48 +You can change the maximum allowed file size for file uploads for the [[upload form element>>doc:Formcycle.Designer.Form.FormElements.Upload]], as well as the maximum size for uploads in the inbox. An error will be displayed when files larger than this limited are uploaded.
49 49  
50 50  You can find the configuration file here: {{code language="none"}}TOMCAT_DIRECTORY/conf/server.xml{{/code}}
51 51  
... ... @@ -134,3 +134,8 @@
134 134   <param-value>formcycle</param-value>
135 135  </context-param>
136 136  {{/code}}
137 +
138 +== User path for Tomcat ==
139 +
140 +On some Linux-based systems, the Tomcat user does not have a user folder by default. However, one is needed so that {{formcycle/}} can store basic settings. The path of the user folder is usually defined in the {{code language="none"}}/etc/passwd{{/code}} file.
141 +