Re: Remote ip Address

2008-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ksh, [EMAIL PROTECTED] wrote: | If you want to swallow output under certain conditions, why not use | a Filter or Valve? Much easier than trying to redirect output. | | Are you referring to filters and valves as defined in the server.xml? | If so,

Re: Remote ip Address

2008-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ksh, [EMAIL PROTECTED] wrote: | | Not using the servlet container in any usual way. You could email | the | response somewhere or something like that, or POST it to | another URL or | whatever. I'm not sure why you'd want to do that, | though. | |

Re: Remote ip Address

2008-02-15 Thread ksh95
HI Christopher, thanks for the response. | [EMAIL PROTECTED] wrote: | | Is it possible to programatically direct a servlet response somewhere | | other than the remote ip address. | | Not using the servlet container in any usual way. You could email the | response somewhere or something like

Re: Remote ip Address

2008-02-15 Thread ksh95
- Original Message From: Peter Crowther [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 15, 2008 4:25:05 AM Subject: RE: Remote ip Address From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Is it possible to programatically direct a servlet

Remote ip Address

2008-02-14 Thread ksh95
Is it possible to programatically direct a servlet response somewhere other than the remote ip address. For instance, Is there a response.setRemoteAddr() or something similar. My ultimate goal would be to, under certain conditions, direct the servlet response to a null ip 0.0.0.0 Thanks

Re: Remote ip Address

2008-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ksh, [EMAIL PROTECTED] wrote: | Is it possible to programatically direct a servlet response somewhere | other than the remote ip address. Not using the servlet container in any usual way. You could email the response somewhere or something like

Re: Remote ip Address

2008-02-14 Thread brien colwell
PROTECTED] wrote: | Is it possible to programatically direct a servlet response somewhere | other than the remote ip address. Not using the servlet container in any usual way. You could email the response somewhere or something like that, or POST it to another URL or whatever. I'm not sure why