Disabling or Re-enabling Write Access to WebDav
Status
|
If you are... |
This task is... |
|
Installing a new iProcess Engine Version 11.9.0 |
Optional |
|
Upgrading from an iProcess Engine Version 11.0 or later |
Optional |
Database
Oracle, SQL Server
Description
You may find, once you have installed or upgraded the iProcess Engine, that you want to disable or re-enable write access to WebDav on the Apache Tomcat Application Server installed with the iProcess Engine. To do this, you must edit the SWDIR\tomcat\webdav\WEB-INF\web.xml file.
Procedure
To disable or re-enable write access to WebDav on the Apache Tomcat Application Server installed with the iProcess Engine, do the following:
| 1. | In a text editor, open the SWDIR\tomcat\webdav\WEB-INF\web.xml file. |
| 2. | Depending on your requirements, either uncomment or comment out the following section: |
<init-param>
<param-name>readonly</param-name>
<param-value>false</param-value>
</init-param>
| 3. | Save the file. |