CW on UNIX - Named API Server Support

On the UNIX platform, CW has support for using a named Contenta API Server (CORBA). This allows CW and Contenta Server to reside on the same UNIX box for development or testing purposes.

  • To use this functionality - add -DXYV_APISERVER_NAME=server_name to CATALINA_OPTS in your environment, start named API server and restart Tomcat.

Example

setenv CATALINA_OPTS "-Xms1024m -Xmx1024m -DXYV_APISERVER_NAME=cwapi"