Managing the Configuration File for the Session

This document covers the following topics:


General Information

The configuration file is an XML file which is required to define the sessions that can be invoked from the logon page.

The session configurations can be created in the following ways:

  • When the Natural Web I/O Interface client has been installed on a Java EE server, you can use the configuration tool. Using this tool has the advantage that it is not possible for you to create invalid XML code and thus damage the XML file. See Using the Configuration Tool for further information.

  • You can edit the XML file manually. See Overview of Configuration File Elements.

    When the Natural Web I/O Interface client has been installed on IIS, this is the only way to change the XML file.

Name and Location of the Configuration File

Different names and locations are used for the configuration files, depending on the application/web server that you are using.

  • Java EE Server
    The name of the configuration file is sessions.xml. It can be found in the WEB-INF directory. The path to this directory depends on the application server that you are using.

    • JBoss Application Server
      <application-server-install-dir>/server/default/deploy/natuniapp.ear/natuniweb.war/WEB-INF

    • Sun Java System Application Server
      <application-server-install-dir>/domains/domain1/applications/j2ee-apps/natuniapp/natuniweb_war/WEB-INF

    • Oracle GlassFish Server
      <application-server-install-dir>/glassfish/domains/domain1/applications/natuniweb/WEB-INF

    • Apache Tomcat
      <application-server-install-dir>/webapps/natuniweb/WEB-INF

  • Microsoft Internet Information Services (IIS)
    The name of the configuration file is settings.xml. It can be found in the root directory of your application in IIS.