Results 1 to 3 of 3

Thread: Working with HTTPs

  1. #1
    Join Date
    May 2009
    Location
    Hyderabad, India
    Posts
    106

    Default Working with HTTPs

    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.

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default

    Mahesh, I'm not an expert in Tomcat configuration, but I don't not believe it's possible to only make the SSL connector available for certain applications.
    Andy Wilkinson
    SpringSource

  3. #3
    Join Date
    May 2009
    Location
    Hyderabad, India
    Posts
    106

    Default

    @Andy, Thank you for your reply, I think we can achieve this mechanism by implementing SpringSecurity. I found this when I am going through the Spring Security Reference Document.

    Thank you All.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •