Enovea / fitnesse-launcher-maven-plugin

Automatically exported from code.google.com/p/fitnesse-launcher-maven-plugin
0 stars 0 forks source link

Setting hostname #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is there a way to set the hostname to something other than localhost?

Original issue reported on code.google.com by billhmo...@gmail.com on 9 Oct 2013 at 9:37

GoogleCodeExporter commented 8 years ago
The plugin launches FitNesse directly, therefore as a wiki server it will 
always be running on localhost.

Internally within the plugin the hostname 'localhost' is only referred to in 
one location - where a HTTP GET request is sent to FitNesse to create a 
'SymLink'. At this point in the code, the address is hard-coded to 'localhost'.

I can't think of a valid use case for needing to change this. Please feel free 
to correct me by adding more information here.

Original comment by stewart@javahelp.co.uk on 9 Jun 2014 at 11:46