Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I handle multiple input request and send common response based on username parm

1045607Oct 5 2013

Here , I have a condition such that my upper system sending multiple request with username and password.My job is validate the user name and password with lower system and send response back to upper system. The difficulty is lower system is very slow and no able to handle load of incoming requests so, I have to build logic to get request from upper system , then check user name and password make an condition if incoming username and password has send for validation to lower system then hold that request for all incoming requests at my end then after the response from lower system send response to all incoming request (has same user name and password ) .

can you please help me to build the logic ?

Thanks in advance !!!!

Comments

ppssrr

i  got one solution i put my config file into java.secity file javahome/jre/lib

login.config.url.1=file:D:/cnk-workspace/jaasloginmodule/src/main/resources/rdbmslogin.config

working fine...

ppssrr

if i am use JAAS without   weblogic.security.auth.login.UsernamePasswordLoginModule it working fine, but if i am using weblogic.security.auth.login.UsernamePasswordLoginModule i got exception when deploy app

weblogic.wsee.wstx.wsc.v11.endpoint.RegistrationRequesterPortImpl" failed to prelo

ad on startup in Web application: "loginmodule.war".

java.lang.NullPointerException

i put weblogic.jar in lib

can any send currect configration using  weblogic.security.auth.login.UsernamePasswordLoginModule

if use this one how to i get username and password  , can any one explain

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 2 2013
Added on Oct 5 2013
0 comments
1,017 views