hi all
i am new to jsp
i am looking in to this example first...
<html>
<head>
<title>My first JSP page
</title>
</head>
<body>
<%@ page language="java" %>
<% out.println("Hello World"); %>
</body>
</html>
and save as helloworld.jsp
at present am using linux machine i.e. fedora7.
when i open this page through firefox browser.. it displaying like this
<%@ page language="java" %> <% out.println("Hello World"); %>
can you please help me
thank you in advance