>Thanx a lot  i got it. Now cud u please tell me how
>to get the user/ip from where this request came.
 
Why don't you read the documentation?
 
  ServletRequest.getRemoteAddr()
  HttpServletRequest.getRemoteUser()
 
 
Nic Ferrier

Reply via email to