| ... |
... |
@@ -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 |
+ |