Re: Cannot redirect to html

2012-11-27 Thread Mark Thomas
On 27/11/2012 07:45, bas...@obninsk.com wrote: Hi. I’ve got a file, containg html and locating in relative directory. When i return it in a jsp page using out.write(relative path of the file), then everything is ok. But when i return it using response.sendRedirect(relative path of the

Re: Cannot redirect to html

2012-11-27 Thread basilk
I’ve got a file, containg html and locating in relative directory. When i return it in a jsp page using out.write(relative path of the file), then everything is ok. But when i return it using response.sendRedirect(relative path of the file), i’ve got a 404 error. What seems to be a problem?

Cannot redirect to html

2012-11-26 Thread basilk
Hi. I’ve got a file, containg html and locating in relative directory. When i return it in a jsp page using out.write(relative path of the file), then everything is ok. But when i return it using response.sendRedirect(relative path of the file), i’ve got a 404 error. What seems to be a