> 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, > direct the servlet response to a null ip 0.0.0.0
If you want to swallow output under certain conditions, why not use a Filter or Valve? Much easier than trying to redirect output. (And in answer to your original question: no.) - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]