Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 59416 invoked from network); 28 Jul 2000 03:27:38 -0000 Received: from pimout4-ext.prodigy.net (HELO pimout4-int.prodigy.net) (207.115.63.103) by locus.apache.org with SMTP; 28 Jul 2000 03:27:38 -0000 Received: from synera427 (NYCMA010-0495.splitrock.net [209.255.50.241]) by pimout4-int.prodigy.net (8.10.1/8.10.1) with SMTP id e6S3RaZ148380 for ; Thu, 27 Jul 2000 23:27:37 -0400 Message-ID: <005601bff843$a1d129c0$f132ffd1@prodigy.net> From: "ALEXANDROS KOTSIRAS" To: References: Subject: Re: Setup problem of Tomcat Date: Thu, 27 Jul 2000 23:26:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I just did the Tomcat-IIS on WinNT today succesfully. (At least the 3.1 because the 3.2b2 gives me a Red Arrow) The tricky thing (or maybe one of them) is that you have to specify the servletname/jspfile in the end of the URL. In other words: http://localhost/examples does not work but http://localhost/examples/servlet/SnoopServet OR http://localhost/examples/jsp/snoop.jsp WORKS !! Alex. ----- Original Message ----- From: Thomas Tsoi To: Sent: Thursday, July 27, 2000 10:54 PM Subject: Setup problem of Tomcat > Hi, > I have downloaded and install the tomcat 3.1, and isapi_redirect.dll > from http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/isapi_re direct.dll.zip > . And then follow the guideline from TOMCAT IIS-HOWTO at http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/tom cat-iis-howto.html?rev=1.7&content-type=text/html > . However, I cannot config the machine to redirect my request to servlet > (i.e. when I type http://localhost/examples in browser, it dont know > redirect to servlet and return with an error message that "Page cannot be > found") > (The things I installed are tomcat 3.1, and redirector) > > I have configurate the tomcat, so that the servlet can run on port > 8080, when I type http://localhost:8080, Tomcat servlet page was shown. > > I have tried on both Windows 2000 professional, and NT 4.0 > Workstation with PWS 4.0 and SP6.0a. However they both cannot redirect the > servlet request. > > Is there any steps that I missed? And is my configuration ok?? > > -- > =================================== > |Name : Thomas Tsoi | > |Phone : 98486188 | > |Ext : 133 | > |Email : thomastsoi@mail.com.hk,| > | eg_thx@hongkong.com | > =================================== > >