1 Configuration
To enable the Gentics Profiler webapplication you have to add the profiler webapp JkMount settings to your mod_jk configuration. The configuration can be normally found within the file.
/Node/apache/conf/enabled/020-mod_jk.conf
JkMount /profiler pnworker JkMount /profiler/* pnworker
Depending on your configuration it is advisable to secure access to the profiler. This can normally done by adding a location entry within your vhosts configuration of the Gentics Content.Node Server.
AuthType Basic AuthName "Password required to access profiler" AuthUserFile /Node/etc/profiler.pw Require User admin
The profiler can be accessed via http://[CMSHOSTNAME]/profiler
after the node package apache has been restarted.