Hi Ali, I run another Rails instance and a NodeJS instance on the same server, which are proxied through Apache on port 80. The server mustn't public but is accessible through an SSH tunnel, so it's convenient to have each in their own directory. How difficult do you think the changes for running wave in a subdirectory would be?
Sean On Tue, Nov 27, 2012 at 8:40 PM, Ali Lown <[email protected]> wrote: > Hi Sean, > > There isn't an option to change the location of the resources currently, > since Jetty is assumed to have full control of the subdomain wave is > running at. > > Is there a reason to run at /wave/ rather than a subdomain? > > Ali > On 27 Nov 2012 18:25, "Sean Wendt" <[email protected]> wrote: > >> Hello everyone, >> >> I am just getting started setting up a wave instance, which is >> supposed to be running under http://localhost/wave . >> Since paths to images etc. are absolute e.g. /static/logo.png , they >> cannot be found at /wave/static/logo.png >> Setting http_frontend_public_address or http_frontend_public_address >> seems to have no effect. >> Am I missing something? Where is the option to configure the path to >> the frontend? >> >> Regards, >> Sean >>
