Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 52169 invoked by uid 500); 28 Jun 2001 02:46:32 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52160 invoked from network); 28 Jun 2001 02:46:30 -0000 Received: from nycsmtp3fb.rdc-nyc.rr.com (HELO nyc.rr.com) (24.29.99.80) by h31.sny.collab.net with SMTP; 28 Jun 2001 02:46:30 -0000 Received: from DELL8100 ([24.29.134.106]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Wed, 27 Jun 2001 22:52:53 -0400 Reply-To: From: "Clifford P. Helsel" To: Subject: RE: FIRST POST - Servlet installation problem Date: Wed, 27 Jun 2001 22:46:36 -0400 Organization: Wall Street Wise Software Inc. Message-ID: <000b01c0ff7c$8cd21660$cda8a8c0@DELL8100> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi Jann, I haven't modified anything in the jakarta-tomcat-3.2.2\conf directory. I have a feeling that I should but I couldn't find anything in the docs that explained what to put there... Am I supposed to modify anything? Any pointer to better docs? Thanks, Cliff. -----Original Message----- From: Jann VanOver [mailto:Jann.VanOver@loudeye.com] Sent: Wednesday, June 27, 2001 10:41 PM To: 'tomcat-user@jakarta.apache.org' Subject: RE: FIRST POST - Servlet installation problem Have you added a mapping in Tomcat's urlworkermap.properties file ? -----Original Message----- From: Clifford P. Helsel [mailto:chelsel@wallstreetwise.com] Sent: Wednesday, June 27, 2001 7:40 PM To: tomcat-user@jakarta.apache.org Subject: RE: FIRST POST - Servlet installation problem Importance: High This does not solve one problem, that of redirection, or rather accessing the Servlet through IIS. By going to port 8080 I am still using the Tomcat engine to serve the page: For example, in my configuration, this URL works http://localhost:8080/myservlet/servlet/myservlet However, this does not (and I would expect it to) http://localhost/myservlet/servlet/myservlet Thanks, Cliff. -----Original Message----- From: Peter Davison [mailto:peterdavison@home.com] Sent: Wednesday, June 27, 2001 10:32 PM To: tomcat-user@jakarta.apache.org Subject: Re: FIRST POST - Servlet installation problem Hi Clifford. Note the lack of :8080 in the URL you mention. Try this: http://localhost:8080/servlet/myservlet and see if that works any better. P. CH> I'm using the url: http://localhost/servlet/myservlet CH>