Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 93832 invoked by uid 500); 27 Jul 2001 14:18:25 -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 93825 invoked from network); 27 Jul 2001 14:18:24 -0000 Received: from mailhub7.isdnet.net (195.154.209.27) by h31.sny.collab.net with SMTP; 27 Jul 2001 14:18:24 -0000 Received: from llefevre ([195.154.173.131]) by mailhub7.isdnet.net (8.9.3/8.9.3) with SMTP id QAA55342 for ; Fri, 27 Jul 2001 16:18:24 +0200 (CEST) From: =?iso-8859-1?B?TG/vYyBMZWbodnJl?= To: "Mailing List Tomcat" Subject: Direct servlet Access ? Date: Fri, 27 Jul 2001 16:20:01 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N The story continue... I've reinstalled Tomcat 3.2.3 on my server and http://lol.fivia.com:8080/examples/servlet/HelloWorldExample works well. I have installed a war file that work well on NT in [linux] %TOMCAT_HOME%/webapps What is the url to access the class Test (com.fivia.adfront.sales.Test) ? server.xml: ... ... [adfront.war].web.xml: ... AdFront com.fivia.adfront.sales.Test AdFront /adfront 30