Hi there,
I'm trying to get the above working using Tomcat 8.0, previously working with 
7.0.  This is part of a WebDAV connector in Confluence.
It seems I can connect from anything other than a Windows Mini Redirector 
client (Windows 7 or 8.1, x86 or x64).  Using a web browser or 3rd party client 
(CyberDuck for instance) connects OK.

There are some registry keys in Windows one needs to enable to get this working 
first:

[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Internet]
"BasicAuthLevel"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters]
"BasicAuthLevel"=dword:00000001
"UseBasicAuth"=dword:00000001

Server.xml
<Connector port="9443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
protocol="org.apache.coyote.http11.Http11NioProtocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocols="TLS" SSLEnabled="true"
URIEncoding="UTF-8"
keystoreType="PKCS12"
keystoreFile="${catalina.base}/conf/certname.pfx"
keystorePass="keypassword"/>

I'm fairly new to this, but have done a fair bit of reading to get it working 
previously in Tomcat7...so any help would be greatly appreciated.

Kind regards

Michael Salisbury

Senior Systems Architect   |   P  07 960 7011  |   E  
mich...@skypoint.co.nz<mailto:mich...@skypoint.co.nz>   |   W  skypoint.co.nz

Waikato Innovation Park, Ruakura Rd, PO Box 9466, Hamilton 3240, NZ


[cid:image001.png@01CF0265.772EC520]

Please send any support enquiries to E 
supp...@skypoint.co.nz<mailto:supp...@skypoint.co.nz>

[MCSA_2013(rgb)_14802]          [HP Accredited Technical Professional]

Reply via email to