Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


The i2b2 Web Client is pre-configured to use the PHP proxy that is delivered with the i2b2 Web Client Software. The steps in this section will walk you through how to access the _connection configuration_file and change the proxy attributes.

Steps to update the Proxy information in i2b2_config_data.js


Warning
titleWARNING

Make sure you are editing the files in your web server directory and not the ones that reside in YOUR_I2B2_WC_DIR.



indent
Level1

1. Go to the web client folder in your web server directory.


indent
Level3

Linux Example:   /var/www/html


indent
Level3

Windows Example:   C:\inetpub\wwwroot



indent
Level1

2. Open the i2b2_config_data.js file to edit the proxy information.


Code Block
borderStylesolid
titlei2b2_config_data.js


	urlProxy: "index.php",


Note
titleImportant
  • The urlProxy must be changed for every deployment.
  • It should be set to point to your web proxy cell. In all cases it must be the same base URL (hostname and port) as the website that is used to load the initial default.htm file into the browser.


indent
Level1

3. Save the changes.