How do I enable the Gentics Profiler webapplication?

In order to enable the Gentics Profiler webapplication you need to make some changes to your configuration.

Chapters

  1. Configuration

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.

/etc/apache2/sites-available/contentnode

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.