response.sendRedirect(\"../seja/izpisknjig.jsp\");
the file in which I execute this line is index.jsp. the directory structure looks like this.
You can use JSP taglib to do redirection.
Content of index.jsp file :
If project and seja are at root of your webapp context ( ie. http://host:port/context/project )