Hi I have just installed
tomcat on my windows xp machine.I downloaded the Apache-Tomcat version 5.5.15(windows executable) and also the jdk 5.0.
When I enter
http://localhost:8080/ into the browser, I get the tomcat Jakarta page-no problem.
When I try my first
test jsp page (main.jsp)with the follwing expression in the body section of the jsp page:
Hello! The time is now: <% = new java.util.Date() %>
I get the same line in my webpage:
Hello! The time is now: <% = new java.util.Date() %>
The
java expression is not evaluated, no error messages.
Anyone have any suggestions what I should be doing?
Thanks