Hi,

I'm having problems trying to get a jsp file to present what it is suppose to. I took 
the contents from
an example. After the server is running (JSDK Webserver 2.1), the jsp file just shows 
the contents as if it was
a text file instead of compiling it. Below is its contents.

<html>
<body>
<H1>Time JSP</H1>
<%
java.util.Date dt = new java.util.Date(
System.currentTimeMillis() );
%>
<%=dt.getHours()%>:<%=dt.getMinutes()%>:<%=dt.getSeconds()%>
</body>
</html>

Just wondering what is wrong? ANyone could help me out there?

regards,
Cheong Takhoe

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to