Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 77764 invoked from network); 17 Jan 2003 18:20:40 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 Jan 2003 18:20:40 -0000 Received: (qmail 25004 invoked by uid 97); 17 Jan 2003 18:21:29 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 24966 invoked by uid 97); 17 Jan 2003 18:21:28 -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 24952 invoked by uid 98); 17 Jan 2003 18:21:27 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Content-Type: text/plain; charset="iso-8859-1" From: eric.linux@t-online.de (eric) Organization: myself To: "Tomcat Users List" , Subject: Re: Sevlets not seen Date: Fri, 17 Jan 2003 19:35:12 +0100 User-Agent: KMail/1.4.3 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301171935.12713.eric.linux@t-online.de> X-Sender: 520058500915-0001@t-dialin.net X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ganesh, Thanks! I guess that explains the differences from the books. I wonder=20 what's next :-)) Thanks again. On Friday 17 January 2003 17:23, Ganesh.K.Rao@gsk.com wrote: > InvokerServlet is disabled by default in Tomcat 4.1.12 onwards for > security reasons. So either you can uncomment the following lines from > ${TOMCAT_HOME}/conf/web.xml or include these lines in > ${TOMCAT_HOME}/webapps//WEB-INF/web.xml, > > > > invoker > /servlet/* > > > Thanks, > Ganesh. > > > > > eric.linux@t-online.de > > 17-Jan-2003 11:25 > Please respond to "Tomcat Users List" > > > > > To: tomcat-user > > cc: > Subject: Sevlets not seen > > Greetings! > > This has got to be so easy I'm missing something. :-(( > > I just installed the latest releases of Apache and Tomcat. All of the > examples in Tomcat work great. > > I copied the HelloWorldExample to /webapps/apress/WEB-INF/classes/ > > I put this in the server.xml file: > > unpackWARs=3D"true" autoDeploy=3D"true"> > > /> > > I put this in the web.xml file in WEB-INF > > > > login > chapter2.login > 1 > > > > HelloWorldExample > HelloWorldExample > 1 > > > > Yet when I http://localhost:8080/apress/servlet/HelloWorldExample > > I get HTTP Status 404 > > What's the easy part I'm missing? -- To unsubscribe, e-mail: For additional commands, e-mail: