String internalCommPortAddress

Syntax myPopChart.internalCommPortAddress = "10.0.0.1:2002";

JavaBean Syntax <JSP:setProperty name="myPopChart" property="internalCommPortAddress" value="10.0.0.1:2002" />

Description Specifies the internal address and comm port for your PopChart Server.

The value of this string should be an IP address or domain name, followed by your comm port number (e.g. 10.0.0.1:2002, imageserver.myintranet.com:2002). By default, your comm port is 2002.

This is the address that your web application will use to communicate with PopChart Server. The address needs only be accessible from the web application server. Often times, PopChart Server will run on the same machine as your web application server. In such cases, you can set internalCommPortAddress to localhost:2002.

The internal comm port address is different from the external server address, which is the address that clients will use to communicate with PopChart Server (refer to the externalServerAddress attribute). Both the external and internal addresses must be specified when generating a PopChart image (except when using the JavaScript embedder, which does not use a comm port, or when setting the clusterMonitorAddress while clustering).

For more information about configuring PopChart Server ports and addresses, refer to "Setting Server Address and Ports" in Chapter 3 of the PopChart Server User Guide.