Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Direct downloads from the Gateway require the following:

  • The local network IP address must be properly configured in the OnePacs Facility definition. This may be configured in OnePacs by selecting the “Facilities” option in the “Admin” menu.
  • Users must be able to reach the Gateway over the local network. The users' workstation must be either physically located on the same local network as the Gateway, or the user must connect to the local network with a virtual private network (VPN) connection.
  • Users' Study Download software must be configured with a valid username and password for the Gateway. The usernames and passwords on the Gateway do not mirror the usernames and passwords set for individual users on the OnePacs Web Server. These must be configured separately. By default, the Gateway is configured with a single account, with username admin and password onepacsadmin. When this is changed, or when new users are added, users' Study Download software must be updated with a new, valid username and password for the Gateway.
  • Finally, by default, network access to the Gateway is disabled.  To enable this, and allow downloads of studies from the Gateway computer to another one, follow the below instructions to edit the appropriate configuration file:
    1. Shut down the Gateway service
    2. Copy the file C:\Program Files (x86)\OnePacs\gateway\server\default\deploy\jboss-web.deployer\server.xml to a temporary directory and edit it in a text editor such as Notepad++
    3. Find the line that says: <Connector port="8080" address="${jboss.bind.address}"
    4. Change ${jboss.bind.address} to 0.0.0.0
    5. Make sure you leave the quotes, so the end result should like like this: <Connector port="8080" address="0.0.0.0"
    6. Save the file, and copy it back to the C:\Program Files (x86)\OnePacs\gateway\server\default\deploy\jboss-web.deployer folder
    7. Start the Gateway service and you should be able to use the Local Gateway Downloads feature