Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

config.xml in 10 SR1 QVWS

where can i find the config.xml file for QVWS?

normally i would look into C:\ProgramData\QlikTech\QvWebServer .. but i dont have that dir ANYWHERE!

i have this dir : C:\ProgramData\QlikTech\WebServer and there is a config.xml there

but layout is different:

no :

<Port>80</Port>
<HttpsPort>-1</HttpsPort>

etc

running on windows 2008

2 Replies
Bill_Britt
Former Employee
Former Employee

That is it. The style has changed from version 9. In version 9 there were a log of settings that you had to edit the config.xlm to input. However, in version 10 all settings are now in the QEMC

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
amien
Specialist
Specialist
Author

40 How to Activate SSL for Services in Windows

from the manual in 10 SR1 (page 261+)

Addintional changes for the QlikView Web Server
Make changes to config.xml for QlikView Web Server to add the full URL used for SSL. The default
location for the config.xml file is C:\Program Files\QlikView\Server\QvWebServer. Note that the
URL must match the URL for which the certificate is valid.
<Url>https://QVS.companyx.local:443/</Url>

is this incorrect? i'm trying to leave IIS (using it for SSL) and want to use QV for SSL between client en QVS