You can use JSP taglib for redirection.
The contents of the index.jsp file:
<jsp:forward page="../seja/izpisknjig.jsp" />
If the project and seja are at the root of your webapp context (i.e. http: // host: port / context / project )
The contents of the index.jsp file:
<jsp:forward page="/seja/izpisknjig.jsp" />