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. | | I'

Re: Remote ip Address

2008-02-15 Thread ksh95
> - Original Message > From: Peter Crowther <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Friday, February 15, 2008 4:25:05 AM > Subject: RE: Remote ip Address > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Is it possible to progr

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 tha

RE: Remote ip Address

2008-02-15 Thread Peter Crowther
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > 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, > d

Re: Remote ip Address

2008-02-14 Thread brien colwell
I think what you're asking with setRemoteAddr() also doesn't make sense from a protocol point of view ... what is a response without a request? On Thu, Feb 14, 2008 at 3:10 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ksh, > > > [EMAIL

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 that