> i have the following problem
> when i use response.sendRedirect(index.html); it
> didnt redirect to the index, but if write index.htm
> jus 3 characters it works fine ......
> hould i always use 3 chatacters ?
It has to do with the extension u used in saving the file. Java sees html and htm as different file types.