How to open a HTML document from a servlet? [new user]
843841May 31 2005 — edited May 12 2009I'am new in Java. I would like to send HTML files to Web browser clients from Java Servlets. I don't want to write le HTML code in the servlet. That is to say reading HTML directly. Is it possible and someone can help me with the code?