Hi All,
I've just started trying JSP for the first time. I made a simple jsp page: (hello.jsp)
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>
and uploaded it to my FTP site of my ISP (iinet.net.au). I loaded hello.jsp from my webbrowser and the java component didnt do anything!? (just came up with "The time is now". Im obviously missing something fundamental here - can anyone tell me what im doing wrong??
Thanks!
biscuits @hotmail.com
I've just started trying JSP for the first time. I made a simple jsp page: (hello.jsp)
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>
and uploaded it to my FTP site of my ISP (iinet.net.au). I loaded hello.jsp from my webbrowser and the java component didnt do anything!? (just came up with "The time is now". Im obviously missing something fundamental here - can anyone tell me what im doing wrong??
Thanks!
biscuits @hotmail.com