Previous Topic: Day, Month, Year, Hour and MinuteNext Topic: Certification Rows Displayed


Define Workpoint Server Information

Defines the DNS and port information for Workpoint servers.

java.naming.provider.url

When there is a single server in your cluster, use the following:

java.naming.provider.url=iiop://server:port

If you have more than one server use:

java.naming.provider.url=corbaloc:iiop: server1:port,: server2:port,: server3:port,: server4:port

Note: Port is typically the application server Bootstrap port.