• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Deploying new SSO class

 
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,
I inserted the sso.jar file, mentioned in the previous message, in the directory Tomcat 5.5\webapps\jforum-2.1.8\WEB-INF\lib. Then I've modified the SystemGlobal.properties file in this way:



Where the class net.jforum.sso.ModifiedRemoteUserSSO is contained in the sso.jar file.
When I try to access to jforum I receive this error message:


An error has occurred.

For detailed error information, please see the HTML source code, and contact the forum Administrator.

Error while executing SSO actions: java.lang.ClassNotFoundException: net.jforum.sso.ModifiedRemoteUserSSO



Why?
Morover I've still the doubts of the previous message.
Could someone help me?
Thanks, bye bye.
[originally posted on jforum.net by abdujaparov]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try adding the classes in the correct package structure directly to WEB-INF/classes and see if it works.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
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 everybody,
I've written a my class for the sso authentication and now I would like test it. I've exported my eclipse project in a jar file named sso.jar, where must I put this jar in jforum to use my sso class?
The class use the hibernate library to access to the db of jforum where must I put the hibernate library?
Thanks a lot, bye bye.
[originally posted on jforum.net by abdujaparov]
 
Migrated From Jforum.net
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 Rafael,
I've put the class in WEB-INF/classes now I receive this error:


I think that the problem is the absence of some classes in particular the line 30 of my ModifiedRemoteUserSSO is:

This class is present in the jar file of my eclipse project (I've exported the project in a jar file) that I've put in jforum-2.1.8\WEB-INF\lib. This class then calls classes of the hibernate library where must I put the hibernate library?

Another question, when the user I return is NULL should jforum redirect me to the address defined here:
sso.redirect = www.google.it?
Thanks a lot, bye bye.
[originally posted on jforum.net by abdujaparov]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When using SSO, the sso.redirect key is used to redirect the user to your login page.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Whip out those weird instruments of science and probe away! I think it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic