diff --git a/rtd_phosphonetx/dist/server/web-client.properties b/rtd_phosphonetx/dist/server/web-client.properties
index efecba70553be1b2883b0cc7f6c1e43bf9651556..812641a32cc4dde5ab0ccdfa8e1395f9978e9e0f 100644
--- a/rtd_phosphonetx/dist/server/web-client.properties
+++ b/rtd_phosphonetx/dist/server/web-client.properties
@@ -4,7 +4,7 @@
 #default-view-mode = SIMPLE
 
 # Maximal number of visible columns in tables. Default: 50.
-#max-visible-columns = 20
+max-visible-columns = 20
 
 # Configuration of entity (experiment, sample, data set, material) detail views.
 # Allows to hide chosen sections.
@@ -57,7 +57,7 @@
 technologies = phosphonetx
 
 # Relative path of cache. Default value is 'cache'.
-phosphonetx.cache-folder = web-client-data-cache
+phosphonetx.cache-folder = ../../../web-client-data-cache
 # Minimum free disk space needed for the cache. Default value is 1 GB.
 #phosphonetx.minimum-free-disk-space-in-MB = 1024
 # Maximum retention time. Data older than this time will be removed from cache. Default value is a week.