FAQ Tag: context

I have Tomcat wich I use as a Servlet Engine for Muse and/or for other services.What should I do when I upgrade/install Muse with Embedded Tomcat on the same machine?

The Muse Embedded Tomcat is needed because it entirely replaces Muse HTTP Server which was also used for the internal XML protocol and for the XMLDB. The external Tomcat could not have been used for the XML protocols and XMLDB. If there are no other services than Muse in the External Tomcat then this can…

Where are the Client Sessions used?

The Client Sessions are used by the Muse Proxy Web Contexts which perform authentication in order to store the client authentication status to that Web Context, as well as other user metadata. When a request comes to Muse Proxy (as a web server) without a Client Session cookie, a Client Session ID will be generated…