Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 82091 invoked from network); 26 Jun 2002 18:17:51 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 26 Jun 2002 18:17:51 -0000 Received: (qmail 11659 invoked by uid 97); 26 Jun 2002 18:17:35 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 11643 invoked by uid 97); 26 Jun 2002 18:17:35 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 11624 invoked by uid 98); 26 Jun 2002 18:17:34 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message Subject: RE: IIS & Tomcat - getting closer MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 26 Jun 2002 18:09:37 -0000 Message-ID: <88500E0F870AA542B6340D8BC05A9E1B065E67@rup.hugsmidjan.is> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: IIS & Tomcat - getting closer Thread-Index: AcIdOnefUyDAnYBdR/+4waKWsvh9KgAAbd3g From: =?iso-8859-1?Q?Reynir_H=FCbner?= To: "Tomcat Users List" X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N tomcat should be answering localhost:8080, but the isapi redirect = connector does not connect to port 8080 unless you tell the AJP = connector to respond to that port. default setting is 8009. but this is = not a http port so you can test if it's running by running :=20 telnet localhost 8009 if you get a black window, that hangs, it's running, if you dont then = you need to restart tomcat (check your server.xml). hope it helps. -reynir the hostname in your workers.properties must be localhost. > -----Original Message----- > From: David Thielen [mailto:dave@thielen.com] > Sent: 26. j=FAn=ED 2002 18:01 > To: Tomcat Users List > Subject: Re: IIS & Tomcat - getting closer >=20 >=20 > Yesterday localhost:8080 was working. Now it won't work=20 > either. But the > filter does have a green up arrow. >=20 > thanks - dave >=20 >=20 > ----- Original Message ----- > From: "Prashanth Pushpagiri" > To: "Tomcat Users List" > Sent: Wednesday, June 26, 2002 11:50 AM > Subject: Re: IIS & Tomcat - getting closer >=20 >=20 > > Hi: > > You can run Tomcat as a service or as a separate DOS > > window...make sure you run one of them:). > > > > Check if you can run the JSP page using standalone > > Tomcat. (http://localhost:8080/store/cart.jsp). If > > that works then the problem is with configuring IIS. > > You will need to follow the instructions for > > interfacing Tomcat with IIS. Here are the steps I > > follow: > > > > 1. place the isapi_redirect.dll file in a known > > folder...usually TOMCAT_HOME/bin/win32/i386. (This is > > just a prefered location.) > > > > 2. REGISTRY ENTRIES > > a. HKEY_LOCAL_MACHINE/SOFTWARE/Apache Software > > Foundation/Jakarta Isapi Redirector/1.0 should have > > the following String values: > > > > extension_uri /jakarta/isapi_redirect.dll > > log_file > > /logs/isapi.log > > log_level debug (or something else) > > worker_file > > \conf\workers.properties > > worker_mount_file > > \conf\uriworkermap.properties > > > > Add these if they do not exist. > > > > b. > >=20 > HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W3SVC/Parameters > > should have the String value : > > > > Filter DLLs > > \bin\win32\i386\isapi_redirect.dll > > > > Now you can open up your IIS console and create a new > > virtual directory by the name jakarta and point it to > > \bin\win32\i386 folder. > > > > Restart Web Publication services and Tomcat...you > > should be all set....have I missed out anything??? > > > > --- David Thielen wrote: > > > Hi; > > > > > > I am running IIS and Tomcat trying to get Tomcat to > > > handle all jsp requests for IIS. I think I'm getting > > > pretty close: > > > > > > 1) Do I need to run Tomcat seperately in either a > > > DOS box or as a service. Or does isapi_redirect.dll > > > start it for me? I tried running it in a DOS box and > > > got exceptions thrown which looked like it was > > > saying it was laready running. > > > > > > 2) If I try to bring up a jsp page from the default > > > web site, I get: > > > Apache Tomcat/4.0.4 - HTTP Status 404 - > > > /store/cart.jsp > > > > > > > >=20 > -------------------------------------------------------------- > ------------ > ------ > > > > > > type Status report > > > > > > message /store/cart.jsp > > > > > > description The requested resource (/store/cart.jsp) > > > is not available. > > > > > > Yet as you can see below, the file exists (X: is > > > mapped to C: on my server): > > > > > > X:\Program Files\Apache Tomcat 4.0\conf>dir > > > \Inetpub\wwwroot\store\cart.jsp > > > Volume in drive X is os > > > Volume Serial Number is D059-3680 > > > > > > Directory of X:\Inetpub\wwwroot\store > > > > > > 08/14/2001 09:15p 5,982 cart.jsp > > > 1 File(s) 5,982 bytes > > > 0 Dir(s) 780,902,400 bytes free > > > > > > X:\Program Files\Apache Tomcat 4.0\conf> > > > > > > And if I try to get the file using a virtual web > > > site, I get: > > > > > > HTTP 404 - File not found > > > > > > Any ideas - thanks - dave > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > >=20 >=20 > -- > To unsubscribe, e-mail: =20 > > For additional commands, e-mail:=20 > >=20 >=20 -- To unsubscribe, e-mail: For additional commands, e-mail: