You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sofiana Nurjanah <so...@commerce.net.id> on 2001/02/09 08:29:42 UTC

JSP and Tomcat

Dear someone,

I am sofi, junior web developer in Jakarta who want to know JSP.
My file.jsp can not execute on IIS4.0.

For example this is a simple program I made :

<%@ page language="java" %>
<html>
<head><title>An Include Test</title></head>
<body bgcolor="white">
<font color="blue">
The current date and time are
<%-- The XXXXX This comment will not be visible in the page source --%>
</font>
</body>
</html>

The XXXXX text is still be displayed, It should be not, right ?
ASP is working fine in the same machine and IIS.
Could you inform me about tomcat, maybe this one is the solution for my
problem.

Thank You very much.

Sofie