Configuring your Web Application

ApplinX provides a Web based configuration editor where you can configure framework parameters. These parameters are saved in config/gx_appConfig.xml file. Refer to Web Application Configuration Parameters for a list of the parameters, and to the help in the Configuration Editor.

Note:
These parameters can be manually configured in the gx_appConfig.xml file.

Start of instruction set To configure the framework:

  1. Open a new browser and run your Web application.

    graphics/configurationeditor1.png

  2. Click on the Configuration link. The Configuration Editor will be displayed.

    The left side of the window displays the nodes. Clicking on a plus sign expands the node and displays all the parameters in this node. Click on a parameter/node to display the relevant Javadoc on the right side of the window.

    graphics/configurationeditor2.png

  3. Expand and collapse the various nodes as necessary to change the framework parameters.

  4. Click Save to save your changes.

  5. Click Close to return to the Web application.

Note:
When using Eclipse, in order to implement the framework configuration changes, in both the design and runtime Eclipse environments, select the config\gx_appConfig.xml configuration file in your project folder.

Note:
In IE8 and above, when opening a new tab in the browser and navigating to your Web application, the same ApplinX session will be used in both tabs.

Troubleshooting .NET Configuration

In .NET, when attempting to save the changes made in the Configuration Editor, you may receive an error message: Access denied. In order to resolve this problem, follow these instructions:

  1. Click on Click here for configuration details.

  2. Open Windows Explorer and right-click on the config directory in your Web application (<YourWebApp>\config).

  3. Select Sharing and Security... and then select the Security tab.

  4. Click Add....

  5. If you are working with a network/active directory, you need to change the location and select the server name/computer name.

  6. Add the IIS process user, typically called ASPNET, to the list of object names that it is possible to select. Click Check Names to locate the defined user.

  7. Click OK.

  8. Add Modify and Write permissions to the folder where the configuration is located. Click OK.

  9. Restart IIS.

  10. In the Framework Configuration Editor, re-save your configuration.