Hi Alex
Will and I discussed various possibilites, one simple solution could be to:
* add a entry in the insight configuration file indicating the address of the web server
i.e. under
- Code: Select all
<structuredEntry name="/services/OMERODS" type="OMERODS">
<!-- The configurable attribute indicates that the user can modify the
value from the UI.
-->
<hostName configurable="true">localhost</hostName>
<port>4063</port>
<portSSL>4064</portSSL>
<!-- Indicates the data transfer is encrypted (slower).
The default value is false
-->
<encrypted configurable="true">false</encrypted>
</structuredEntry>
* if no address specified, then we will go for
- Code: Select all
http://[server-name]
where
- Code: Select all
[server-name]
is the name of the server you are connected to.
* The URL will then be generated using such so the user can copy and paste
Such solution requires small adjustments. Do you think that will be acceptable as first step?
Regards
Jmarie