From owner-freebsd-java Thu Aug 15 19: 6:50 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B920337B400 for ; Thu, 15 Aug 2002 19:06:47 -0700 (PDT) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52C743E6A for ; Thu, 15 Aug 2002 19:06:46 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 17fWVh-000Hj9-00; Fri, 16 Aug 2002 03:06:45 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g7G26j3H055839; Fri, 16 Aug 2002 03:06:45 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g7G26i5g055838; Fri, 16 Aug 2002 03:06:44 +0100 (BST) Date: Fri, 16 Aug 2002 03:06:44 +0100 From: Jonathon McKitrick To: K.J.Koster@kpn.com Cc: freebsd-java@freebsd.org Subject: Orion, servlets, and package paths Message-ID: <20020816020644.GA55654@dogma.freebsd-uk.eu.org> References: <59063B5B4D98D311BC0D0001FA7E452205FDA92A@l04.research.kpn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA92A@l04.research.kpn.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Is there a trick to getting Orion to find servlets with package-hierarchy directories? I tried several different URL combinations to reach mine, but none of them worked. When I removed the package statement and moved the class into default-web-app/WEB-INF/classes, it worked fine. It seems that it only finds servlets in the root servlet directory, and doesn't honor package directories (com/mydomain/myprog/...). This must mean I am doing something wrong, but I followed the 'out-of-the-box' tutorial for installing servlets. Any ideas? jm -- My other computer is your Windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message