• 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

SSO and JBOSS

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, using Jboss 4.0.3 and JForum 2.1.5, setting up SSO across web apps (in the same host) was simple.

I followed the instructions in http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn, just the first bit for tomcat 5.x, ie, uncommented the line in the server.xml

and followed the instructions in
http://www.jforum.net/confluence/display/integration/SSOremote
basically, added the bits to the SystemGlobals file.

I didnt change my JForum web.xml. I havent investigated it thoroughly, but the correct user was identified.

Cheers
Greg
[originally posted on jforum.net by Anonymous]
 
reply
    Bookmark Topic Watch Topic
  • New Topic