I need to access resources out of the
servlet context, I know that RequestDispacher can only access resources in the same context.
This can easily be done using PHP or ASP, I just need to do it in servlets, I need to open a web page providing the page URL and get the contents of this page from inside the servlet (Server side include).