I am new to j-s-p, and I followed an tutorial to learn it, but the given example in that tutorial does not work in my browser, the browser just display the code i wrote but not the output.
I expected to see the current time on the browser, but I just see the code itself displayed.
I am using Fire-Fox.
j-s-p code:
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>