You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Geoff Howard <gh...@crosswalk.com> on 2001/04/11 04:14:59 UTC

clarify troubleshoot

I'm attempting to set up jakarta v3.2.1 on a Win2000Professional using
IIS/PWS 5.
I've followed the setup and troubleshooting procedures carefully, but do not
see anything resembling: "Check the jakarta filter you added and make sure
its status shows a green upward-pointing arrow. "
I had to use regedit to setup the filter, and am not sure I can verify that
it has been setup properly.  I don't have /examples/jsp/index.html already
installed, so have been using a simple test.jsp script:

<HTML>
<BODY>
Hello!  The time is now <%= new java.util.Date() %>
</BODY>
</HTML>

which I can get in my browser, but the <% command has not been processed.

the log file in system32\LogFiles\W3SVC1 ends with:

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2001-04-11 02:00:16
#Fields: time c-ip cs-method cs-uri-stem sc-status
02:00:16 127.0.0.1 GET /examples/test.jsp 304

Is there anything I'm missing?

Geoff Howard