Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 38131 invoked from network); 12 Feb 2003 23:29:25 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 Feb 2003 23:29:25 -0000 Received: (qmail 27681 invoked by uid 97); 12 Feb 2003 23:31:01 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 27674 invoked from network); 12 Feb 2003 23:31:01 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 12 Feb 2003 23:31:01 -0000 Received: (qmail 31753 invoked by uid 500); 12 Feb 2003 23:28:17 -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 31719 invoked from network); 12 Feb 2003 23:28:17 -0000 Received: from mail.pmh.com (HELO pmh-mail.fh.pmh.com) (209.119.86.10) by daedalus.apache.org with SMTP; 12 Feb 2003 23:28:17 -0000 Received: by mail.pmh.com with Internet Mail Service (5.5.2653.19) id <13TK2P22>; Wed, 12 Feb 2003 18:28:37 -0500 Message-ID: <83F0258A9996D311B14200A0C98F173602F22E88@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: Setting up Tomcat Date: Wed, 12 Feb 2003 18:28:08 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In recent versions of Tomcat, the Invoker servlet is disabled for = security reasons by default. The Invoker servlet is what lets you just dump a = class into WEB-INF and call it without mapping a URL. You either need to enable the Invoker servlet (not recommended, = especially in production), or explicitly map your servlet and a URL in web.xml. See the /examples webapp and the /examples web.xml file. John > -----Original Message----- > From: Terje Hops=F8 [mailto:hopso@online.no] > Sent: Wednesday, February 12, 2003 6:21 PM > To: tomcat-user@jakarta.apache.org > Subject: Setting up Tomcat >=20 >=20 > Hello, >=20 > I have used Tomcat 4.0.4 (I think it was) on my portable=20 > computer for testing. Now I am setting up 4.1.18 on my=20 > stationary but it will not work. I have a index.html which=20 > contains a menu.jsp (both on root-catalog) which is calling a=20 > Katalog.class that is stored in WEB-INF/classes. I the=20 > previous version it works fine but in the new version it=20 > fails on references to class Katalog. I cant find out what I=20 > have done different now and why it is not working. >=20 > All classes are recompiled. >=20 > Java is JAVA_HOME=3DC:\j2sdk1.4.1_01 >=20 > Any suggestions? >=20 > Regards Terje >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org