| Author |
Message |
|
|
Post subject: Configure JSF login to use weblogic for user authentication
Posted: Dec 01, 2004 - 10:38 PM
|
|

Joined: Oct 14, 2004
Posts: 5
|
|
I need to configure my JSF login page to use weblogic 8.1 for user authentication. What would I need to do to set up user authorization and authentication.
Thanks,
Vindya |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 01, 2004 - 11:28 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Moving to OT > Soft Dev.
Vindya,
Double check the WL docs on how to use the built int authentication in your Java code, then in your ManagedBean's login method (e.g. LoginBean.login) implement the example code to communicate with the app server for the auth information. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 01, 2004 - 11:36 PM
|
|

Joined: Oct 14, 2004
Posts: 5
|
|
What example code. I do not have any example code. How do i configure this using "MyEclipse 3.8" using Weblogic 8.1. Would I need to use the "JASS Login Configuration File" under Windows/Preferences.....I have no clue as to how to do this and would appreciate some help. Our company recently purchased the MyEclispe framework under POLICY-STUDIES.. Please can you give me a step by step example....Thank You...
Vindya |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 01, 2004 - 11:41 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Vindya,
First tell me what you are trying to do. If you are asking how to make your JSF application do user validation with your WebLogic application server, this is totally outside of the scope of the MyEclipse product and can be simplified to a "How do I do user validation against WebLogic from a JSF app?" which is a general development question that I have no answer for (I've never done it, and neither have the devs I've asked briefly after you posted).
Am I misunderstanding your question? If so, please clarify what it is you are trying to do. In the mean time if I find any resources pertaining to this I will certainly post them for you. Have you tried googling for something like "Weblogic user authentication"? |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 02, 2004 - 12:09 AM
|
|

Joined: Oct 14, 2004
Posts: 5
|
|
My environment is Eclipse 3.0.1 and MyEclipse 3.8.2 configured for Weblogic 8.1.
My JSF app now requires for Weblogic to authenticate the user. Instead of hardcoding my user validation logic in my UserLoginBean, I now need to use WebLogic 8.1 to authenticate the user. My QUESTION is.. HOW WOULD I CONFIGURE MY UserLoginBean, to use WebLogic8.1 to validate the user. The support that I need from you is
-- Would I need to use the JASS login configuration file, under Windows/Preferences. --- What are the supporting deployment files would I need to make entries in.
-- If you have a doc out there can you point me to it...
-- I'm not asking for you to teach me JSF...
I hope you understand what I need ..it's going to be hard for me to explain myself more clearly than I have.
Thanks
Vindya |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 02, 2004 - 12:20 AM
|
|
Quality Board


Joined: Feb 01, 2004
Posts: 303
|
|
|
|
|
 |
|
|
Post subject:
Posted: Dec 02, 2004 - 03:08 AM
|
|
Moderator


Joined: May 06, 2003
Posts: 6760
|
|
Vindya,
Truthfully, configuring your application to authenticate properly is really outside the support we can offer for MyEclipse. As long as your application is being deployed and loaded properly, getting it to authenticate properly is really a developer concern. Google or the weblogic documentation would be your best sources for detailed knowledge such as this. |
_________________ --Scott
MyEclipse Support
|
| |
|
|
|
 |
|
|