Hi Laura, Have a look at the class java.net.InetAddress, it has a method .getLocalHost() which returns the local host's IP address.
Kindest Regards Anton Schoultz Rubico (Pty) Ltd Cell Phone: +27 83 651 7191 Tel: +27 (11) 808 1000 Fax: +27 (11) 808 1101 mailto:[EMAIL PROTECTED] www.Rubico.com The Business Component Company -----Original Message----- From: Laura [mailto:[EMAIL PROTECTED]] Sent: Fri 03 May 2002 11:18 To: [EMAIL PROTECTED] Subject: Help me: URGENT!!! Hi all, please help me!! I'll explain you my problem. I have a servlet which has to recognize two ip addresses. If the servlet finds that the request is from the IP1 (server1), it sets a shop login variable to xxxxx, else if the request IP is IP2 (server2) it sets the shop login to yyyy. The problem is this: the ecommerce page is on a machine 1 while the pay gateway is on the machine2 (my servlets). The user buys something on the machine 1 and when he has to pay he is redirected to my servlet on machine 2. I use this instructions for distinguishing the request IP: String senderIP = request.getRemoteAddr(); BUT THIS IS THE HOST IP AND NOT THE IP OF MY SERVER (server1 or server2 with two shop login different). How can I know the request ip of my server? Please help me!!!!! Thanks for your help Laura -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
