My local context is /123 and my work partners context is /456, when running simple HTML requests, like img src=/images, we want this to work across our shared projects. At the moment, that img tag would request localhost:8080/images rather than localhost:8080/[our-context]/images
We also need it to work with Javascript e.t.c, is there an easy way around this?
Cheers!