When a client requests for my servlet, i've to send a html file which is located in Public_html directory of Javawebserver. Other wise I want to send a html file to my client. Can anybody please reply me ?
Hi Do you want to redirect the request to a html file? If yes, then you can use response.sendRedirect(String) where you can pass the location of the html document in the String.