hi...
i am trying to develop a web client using
jsp... am using Apache... i tried to run a sample jsp file... the content is as follows...
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>
but even this simple file is not executing properly... the output displays only "Hello! The time is now " and not the date.. anything inside <% %> is not getting recognized... have similar problem with my other jsp files...
thanks in advance.. a quick reply would help a lot...