2011/3/24 Fabian Christ <[email protected]>: > Hi, > > currently you have to use the Stanbol Enhancer Jersey bundle to get > the enhancement functionality. This bundle registers the root resource > on "/" and presents a nice intro page when going to localhost:8080. > > When you are in a scenario where you want to include Stanbol in > another technology stack, e.g. the IKS, you don't want this behaviour > as you would like to control what happens on root "/". > > I think it's nice that Stanbol provides this starting screen but what > about to map it localhost:8080/stanbol or something similar? Or should > we split this and create an own welcome screen bundle. Then an > integrator can decide whether to load this bundle or not. Perhaps this > could be refactored into an online documentation/demo bundle?
If I am not mistaken the root prefix is a configuration parameter of the Jersey Endpoint of the OSGi service. If it's not the case, we should implement that instead of hardcoding a prefix. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
