Skip to Main Content

Java Development Tools

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 to read Client info(OS user, IP address)?

Tarek FathyJan 12 2012 — edited Jan 15 2012
Dear all
I have a question
I want to read some client information like "Operating system user" and "IP address". And I want to save these values to the databse.
I have one view object names "ChangeReqVo" and it contains some attributes like "osusername" and "ipaddress".
And I have only one ".jspx" page that contains an entry form for the VO.

The purpose of this page is to allow user to enter a technical request for the IT.
It contains some fields like "employee name,entry date,problem description"
and it contains some other hidden field like "OSuser" and "ipaddress"

I want to fill these two attributes "OSuser" and "ipaddress" with Operating system username and the Ip address of the machine.

How can I do this?

Please help.

Notes:
Jdeveloper version is 11.1.1.4

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2012
Added on Jan 12 2012
6 comments
859 views