on 2010 Mar 31 5:57 PM
Hi All,
i want to add javascript on UmlogonPage.jsp in the Portal logon par.
I want this javascript to be executed when the user presses logon button in the portal.
I want to store the Userid, IP address and Machine Name of the user.
Pls help me out,
Regards,
Dhruv Shah
Hi Dhruv,
I think you need to use java bean because if you want to store the Userid, IP address and Machine Name of the user. then you need to store somewhere in the backend system.
Hope it helps
Regards
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
we have used load balancing, so it was not getting the IPS in the Production Environment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I write piece of code in the Umlogonpage.jsp for capturing the Failed Login attempts and another piece of code in Masthead.par file for capturinf Successfull login attempts.
but now thing is that I am getting the IP of WebDispatcher instead of getting the Client IP in Production Portal.
In Devlopment and QA System i am gettng Client IP.
I had used remoteaddr() from HttpServletRequest Class.
So any one can help me out.
Regards,
Dhruv
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Create the java bean by using setter and getter methods to get the values like IP and machine details.
set the values to session object through set attribute and get the values where ever you want use it.
Thanks,
Sreeni.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.