Any idea how to write a following rewrite rule: http://localhost/dir_1/dir_2/dir_n/page.html?param_1=value_1¶m_2=value_2¶m_n=value_n should be rewritten to format: http://otherhost:8080/myservlet?path=/dir_1/dir_2/dir_n/page.html¶m_1=value_1¶m_2=value_2¶m_n=value_n Thanks....