Thank you Aditya Sharma ,
I tried that but it is displaying empty page , I tried with simple  jsp  page .
like this 
<html>
        <head><title>We are in Jsp page</title></head>
        <body>
                <font size="10"><%="Hello JSP!" %></font>
        </body>
</html>

Reply via email to