Turn on jsp

Hello list

I need a little help. I am testing jsp files in Jigsaw 2.0.4. My test
is:

<html>
<head>
<title>Your hostname</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body>
Your hostname: <%= request.getRemoteHost() %>
</body>
</html>

But it does'nt work. What i need to configure to make my jsp file to
run?

Thank you

Walter

Received on Tuesday, 18 July 2000 16:15:43 UTC