Configuring access to Tomcat

Some basic settings in node.conf can be adapted for Gentics Content.Node to access it’s Tomcat.

Chapters

  1. Configuration

1 Configuration

These are available configuration settings presented with their default values:

node.conf

// URL where Gentics Content.Node can access it's Tomcat
$CN_LOCAL_SERVER = "http://127.0.0.1";
// path where Gentics Content.Node is located
$CN_LOCAL_PATH = "/.Node/"; 
// IPs that are allowed to access Gentics Content.Node's configuration
$CN_CONFIG_ALLOWEDIPS = array('127.0.0.1', 'localhost');
// URL where the JavaParserInvoker Servlet can be reached 
$PORTAL_CONNECT['url'] = "$CN_LOCAL_SERVER/CNPortletapp/JavaParserInvoker";