Hi, Try using request.getServerName(). If this doesnt work, import java.net.*, in which u use, InetAddress.getHostAddress().
Hope this should solve your problem. ..Raj -- On Fri, 3 May 2002 11:17:48 Laura wrote: >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]> > > Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
