Increasing the Administration Web Interface Upload Limit
- 14 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Increasing the Administration Web Interface Upload Limit
- Mis à jour le 14 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
The Administration Web Interface has an upload limit of 10 MB for importing user import or DPX files. If required, you can change this upload limit and enable the Administration Web Interface to upload larger files.
To increase the upload limit of the Administration Web Interface
- Navigate to the Apache Tomcat installation directory, e.g \%PROGRAMFILES%\VASCO\IAS Web Administration\tomcat.
- Navigate to \webapps\ROOT\WEB-INF\classes.
- Open the struts.properties file.
Edit the struts.multipart.maxSize value.
This value is given in bytes.
- Save and close the file.
- Navigate to %PROGRAMFILES%\VASCO\IAS Web Administration\tomcat\conf.
- Open the server.xml file.
- Locate the default Apache Tomcat Connector tag with the port=8443 attribute.
- Edit the following attributes:
- maxPostSize
- maxSwallowSize
These values are given in bytes.
To set the maximum upload size to 50 MB:
In struts.properties:
struts.multipart.maxSize=52428800
In server.xml:
maxPostSize=52428800 maxSwallowSize=52428800
- Save the Apache Tomcat configuration file.
- Restart the VASCO IAS Web Administration service.
Cet article vous a-t-il été utile ?