Handling multiple environments

2014-06-25 Thread Tim
Hello, We have a legacy system comprising two servers and up to 5 different environments that look a bit like this: TEST_SERVER -- Dev / Test / QA / Ref LIVE_SERVER -- Live So the TEST_SERVER has 4 environments and the LIVE_SERVER just the one. To add to the confusion, the servers host both

Re: Handling multiple environments

2014-06-25 Thread Jerome Louvel
Hi Tim, As long as your template use proper relative URIs (not starting with any '/', but potentially with '..' to move up the hierarchy then you should be fine with a http://TEST_SERVER:8080/restlet/{env}/ http://test_server:8080/restlet/%7Benv%7D/ base URI. You don't need to manually change