Hi, I'm trying to launch a standalone Sling-based application with a custom context path. The command I use is
java -jar foo.jar -p 9080 -r foo I can see that the configuration property is correctly set 04.08.2012 17:09:30.830 *INFO * [main] Setting org.apache.felix.http.context_path=foo However, the sling application is still accessible at the '/' context. I've also tried java -jar foo.jar -p 9080 -r /foo In the OSGi console I see that I have the 'org.apache.felix.http.jetty' version 2.2.0 bundle installed. The launchpad version is 2.4.0 . It's worth mentioning that the -a (host) parameter does not work either. What am I missing? Thanks, Robert
