Tag: jetty

  • Adding X-Powered-By, Version, and Date Headers to ORDS Standalone

    , ,

    Additional functionality with Jetty XML Here is an example of a Jetty Context XML file that adds additional headers to your ORDS HTTP responses. To test this out, first, create a Jetty XML file and populate the body with the contents in the above example. In this example, I’ve named the file jetty_headers.xml. Next, place…

  • ORDS Standalone: specifying a response header with jetty.xml

    , ,

    NOTE: This article shows how to include a jetty.xml file in your ORDS Standalone deployment, so a user-defined response header is provided with each HTTP response. I’m also requesting that all or some of what you see below make it into our docs. The following article picks up from where this one left off. NOTE:…