When I invoke getdown, I use the -Dappbase_override system property to set my URL base. I do the following:
- Set an BASE_URL environment property in Windows
- Download a BAT file from my server. (Which came first, the base URL or the BAT file? That's a little problem here.)
- BAT file does: if "%BASE_URL%" == "" ( set BASE_URL=http://default-url:port )
- BAT file does: java -dappbase_override=%BASE_URL%