SAP Java Buildpack provides a context root redirect functionality.
When you call a Web application without adding its runtime context path to the URL, it's automatically appended.
If you configure /my_context_path as a context path, and the Web application is available on /my_app, then:
|
When you call: |
You'll be redirected to: |
|---|---|
|
|
The default context path value for Tomcat and TomEE is "" (empty string).
For more information on how to change the default value, see: