Difference between revisions of "Standalone Server"

From Hiasobi - FHIR
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Command line server executable.  Hosts the local web services for access to clinical data sources/
+
Command line server executable.  Hosts the local web services for access to clinical data sources
 +
 
 +
* Delivered as a single executable file "FHIR-HOST.exe"
  
 
Command Line:
 
Command Line:
 
<code>
 
<code>
  FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]
+
  <b>FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]</b>
 
   
 
   
/network - allows access by network callers, default is to only allow local machine callers<br/>
+
  /network - allows access by network callers, default is to only allow local machine callers
  /cors:<domain>[;<domain>[..] - provide one or more Cross Origin Resource Sharing (CORS) origin domains to restrict browser based access; default is '*' allow any domain.<br/>
+
   
  <profile name> - an identifying name allocated for licensed users; required for live data access<br/>
+
  /cors:<domain>[;<domain>[..] - one or more Cross Origin Resource Sharing (CORS) origin domains  
  <license key> - allocated for licensed users; required for live data access<br/>
+
      to restrict browser based access; default is '*' allow any domain.
 +
   
 +
  <profile name> - an identifying name allocated for licensed users; required for live data access
 +
   
 +
  <license key> - allocated for licensed users; required for live data access
 
</code>
 
</code>
 +
 +
Operation:
 +
* current configuration is logged to file when application starts
 +
* current configuration file can be used to determine allocated ports for this session
 +
* see [[Server Configuration]] for more detail

Latest revision as of 10:05, 3 March 2014

Command line server executable. Hosts the local web services for access to clinical data sources

  • Delivered as a single executable file "FHIR-HOST.exe"

Command Line:

FHIR-HOST.exe [/network] [/cors:<domain>[;<domain>[..]] [<profile name> [license key]]

  /network - allows access by network callers, default is to only allow local machine callers

  /cors:<domain>[;<domain>[..] - one or more Cross Origin Resource Sharing (CORS) origin domains 
      to restrict browser based access; default is '*' allow any domain.

  <profile name> - an identifying name allocated for licensed users; required for live data access

  <license key> - allocated for licensed users; required for live data access

Operation:

  • current configuration is logged to file when application starts
  • current configuration file can be used to determine allocated ports for this session
  • see Server Configuration for more detail