Configuring the application server

The webapp section of mcs-config.xml configures MCS with a web application server.

The webapp section of mcs-config.xml configures MCS with a web application server.

The base-URL attribute for the web application and the app-server-name attribute are initially set from information you entered during installation.

Note:

If you accepted the installer default of 'localhost', rather than setting a real host value you should reset the base-URL attribute to the correct location. If the 'localhost' value is used, it may seem that all is working well, when pages are actually being served from the cache.

<web-application
  base-url="/"
  internal-url="http://localhost:8080/"
  page-base="[context_root]"
  app-server-name="[server_name]"/>

Related topics