I have a Karaf installation with some .war-files in it. Each of them is available via hostname:port/individual-context-path.
How can i redirect the hostname:port/ call, which gives a 404 actually - to a given context-path?
Which files defines the jetty / karaf "root-path"?