ページを自動で遷移させる場合はこんな感じで。refresh使ってます。
<?xml version="1.0" encoding="UTF-8" ?><br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"><br /><head><br /> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /><br /> <meta http-equiv="content-style-type" content="text/css" /><br /> <meta http-equiv="refresh" content="1; url=/kingdom/faces/login/login.jsp"><br /> <title>藤原王国</title><br /></head><br /><body><br />自動的に遷移しない時は<a href="/kingdom/faces/login/login.jsp">自動的に遷移しない時はこちら</a>をクリック。<br /></body><br /></html><br /><br />