Greeting,I want to render the whole html page in jsp and do some operation like replace the text according to code before run on server.Is it possible.Actually I am new in java Programming.In .net ,I render the html from xml file like this
<appSettings>
<add key="CreateUser" value="~/App_Data/CreatingUserhtm.htm"/>
</appSettings>
how can i render html page in jsp?