30 Январь 2003 01:49, Filip Hanik написал:
> not really sure what you are asking,
> but
> response.sendRedirect(...) in HttpServletResponse
>
> will do that
>
Yes, of course, I know it. But problem is in redirect one url to another 
without any program code in servlet or jsp. Why? It needs for forward all 
request from https://www.... to https://... so if try to do this with  
response.sendRedirect(...)  catchs warning box. But if using Apache which has 
directive "redirect" in conf file warning box never shows. So has Tomcat 
similar directive?
Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to