Hi folks,
for my "Wiki On A Stick" I'm currently using the following entry in
jspwiki.properties
jspwiki.baseURL=http://localhost:9627/wiki/
That works fine if your server is running on your local machine but not
on a copy of local wiki on a different box. Is there something to expand
the host name and/or address automatically
jspwiki.baseURL=http://${localhost.hostName}:9627/wiki/
or
jspwiki.baseURL=http://${localhost.address}:9627/wiki/
assuming that this will break on a multi-homed host
Thanks in advance
Siegfried Goeschl