Setting context root for the sequenceserver

Hi,

I would like to set a context root for the SequenceServer, so that the application can be reached e.g. at http://localhost:8895/sequenceserver. This way it would be possible to operate SequenceServer together with other applications behind a reverse proxy.

Would it be possible to implement this, so that the context root can be specified as parameter or in the config?

Many thanks and regards,
Jürgen

Hello Jürgen,

Frontend servers should be able to strip ‘/sequenceserver’ from requests before proxy-ing the request. We have an example using Nginx here - http://www.sequenceserver.com/doc/#nginx. Note the trailing slash in location and proxy_pass lines.

Is there any other reason that setting a context root might be desirable?

Priyam