Re: HttpResponse.sendRedirect problem

2002-02-18 Thread remy.menetrieux
now i use the mod_prox under apache and the proxy listener under tomcat I configurated the name and the port of the apache in my proxy listener configuration like this [EMAIL PROTECTED] wrote: >Hi Remy, > >I had problems with response.sendRedirect since tomcat 4.x too (under 3.2 >the same c

Re: HttpResponse.sendRedirect problem

2002-02-15 Thread Dirk . Dinger
Hi Remy, I had problems with response.sendRedirect since tomcat 4.x too (under 3.2 the same code worked). I modified my code and use an RequestDispatcher.forward(). This works for me. Hope that helps, Dirk -- To unsubscribe: For additional commands:

HttpResponse.sendRedirect problem

2002-02-15 Thread remy.menetrieux
I have resolve with this conguration ... on apache i have configured the mod_proxy and on tomcat de proxied HTTP connector . So i think the mod_webapp have a bug with HttpResponse.sendRedirect My apache run under a Windows 2000 and my tomcat under linux remy menetrieux wrote: > Hi, > > I ha

HttpResponse.sendRedirect problem with apache tomcat mod_webapp

2002-02-14 Thread remy menetrieux
Hi, I have this configuration : Apache 1.3.19 on port 80 mod_webapp (downloded with tomcat 4.0.1) tomcat 4.0.2 on port 8080 and warp connector on 8008 When I 'm connect to apache all seems ok but when a servlet make a HttpResponse.sendRedirect i have an dns error to display. but when i connec