HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Default wookie location is not the default wookie location #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you install Wookie out of the box, it runs at http://localhost:8888/wookie. 
If you install Simal out of the box, it looks for Wookie at 
http://localhost:8888 (Well, I think so. It's possible I reconfigured Wookie 
and then forgot about it.)

Also, this default location is hardcoded into WookieServerConnection.java. It 
would be easier if this line were present in default.simal.properties:

simal.wookie.url=http://localhost:8888/wookie

Original issue reported on code.google.com by Stevage on 21 Feb 2011 at 6:46

GoogleCodeExporter commented 9 years ago
You can already add:

simal.wookie.url=http://foo.com/wookie

to your local.simal.properties file, it is not hard coded (there is a default 
value hard coded but that is overwritten by the properties system).

I've added the correct default to deafault.simal.properties as you suggest.

Original comment by ross.gardler on 21 Feb 2011 at 12:54