Wiki source code of [Deprecated] Connect to XWiki using the WebDAV protocol on Windows
Last modified by Gabriela Anechitoaei on 2022/05/03 09:29
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 1. Follow these [[Installation Instructions>>extensions:Extension.WebDAV Server||anchor="HPrerequisites26InstallationInstructions"]] for **WebDAV Server** | ||
| 2 | 1*. download the JARs as required | ||
| 3 | 1*. add them in "\xwiki-enterprise-jetty-hsqldb-8.4.2\webapps\xwiki\WEB-INF\lib" | ||
| 4 | 1*. open the web document from "\xwiki-enterprise-jetty-hsqldb-8.4.2\webapps\xwiki\WEB-INF" | ||
| 5 | 1*. add the configuration for the Servlet Container | ||
| 6 | 1. Start XWiki on port 8080 | ||
| 7 | 1. Download [[WinSCP>>https://winscp.net/eng/index.php]] and open it | ||
| 8 | 1. Choose WebDav for the "File Protocol" drop-down list | ||
| 9 | 1. Choose "No encryption" for the Encryption drop-down list | ||
| 10 | 1. Type "{{code}}http://localhost:8080/xwiki/webdav{{/code}}" inside the "Host name:" field | ||
| 11 | 1. Type "8080" inside the "Port number" field | ||
| 12 | 1. Type "Admin" for the "User name:" field | ||
| 13 | 1. Type "admin" for the Password field | ||
| 14 | 1. Click Login |