I am having one problem. I am using RequestDispatcher.forward to forword request to another servlet residing into different server but it's not working. After debug i found it appends the
RequestDispatcher reqDisptacher =context.getRequestDispatcher("targerurl");, it append target Url. Any soluation.