• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Reading Environment variable and Set it in HttpRequest

 
Ranch Hand
Posts: 82
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hi ,

I am using siteminder to implement SSO functionality to my WebApp , Also, I am using Apache and Tomact with connector mod_jk. when ever user login in using SiteMinder, site minder sets environment varibles related to user info( like user_id, user_name....etc), Now, I want to read them and pass them in request to tomcat, so that ,I can have my own implementation of access control for internal resources.


Thanks in Advance, Please let me know if you need more details.




Regards,
Don
,Red..
 
Don Redd
Ranch Hand
Posts: 82
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

FYI:

I just found that, we can achieve this by using mod_jk directive JkEnvVar .....







Thanks
Don.
Red.,


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic