I am working on Spring Dynamic modules using OSGi bundles/slices. I want run some modules should be on Https and other modules should be run http.
I tried to configured HTTPs setting in tomcatserver.xml in dmserver/conf, but this could be helpfull if we want run our server on https or not, but this cannot be applicable for module wise selection. Can any one help me in solving this problem with context related settings for the required modules.


