Return-Path: Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 83686 invoked from network); 8 Jun 2000 19:29:37 -0000 Received: from java-genius.com (HELO mercury.java-genius.com) (root@63.192.8.20) by locus.apache.org with SMTP; 8 Jun 2000 19:29:37 -0000 Received: from java-genius.com (IDENT:keith@mercury.java-genius.com [63.192.8.20]) by mercury.java-genius.com (8.9.3/8.8.7) with ESMTP id MAA29879 for ; Thu, 8 Jun 2000 12:33:36 -0700 Sender: keith@java-genius.com Message-ID: <393FF510.3E696A9A@java-genius.com> Date: Thu, 08 Jun 2000 12:33:36 -0700 From: Keith Barron Reply-To: struts-user@jakarta.apache.org X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i586) X-Accept-Language: en MIME-Version: 1.0 To: struts-user@jakarta.apache.org Subject: Q re: Cannot load servlet name: action Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N FYI: I'm using Struts nightly build from 6/6/2000 I'm new . . . here's where I'm at: I have built and deployed the "Hello, World" sample app that comes w/ Tomcat. I have run the "struts-documentation" and "struts-example". Now I have taken the "struts-example" and tried to make it my own. I've copied the relevant source code to my directory structure (etc, lib, src, web), made changes where appropiate and I get a clean compile. I added the context to the .../conf/server.xml When I startup Tomcat, I get: cannot load servlet name: database cannot load servlet name: action I wasn't surprised to see the "database" because I had seen that when I started up Tomcat after deploying the "struts-example" by copying the .war files. Just want to know if the reason why "action" won't load is something I've missed in my configuration in my setup or is the source that I downloaded imcomplete. Any pointers would be greatly appreciated. In case it matters, after the build, here are the files under webapp/test1 (the name of my app is test1): .../index.jsp .../logon.jsp .../mainMenu.jsp .../registration.jsp .../subscription.jsp .../WEB-INF/action.xml /app.tld /struts.tld /web.xml .../WEB-INF/classes/ApplicationMapping.class /ApplicationResources.properties /CheckLogonTag.class /Constants.class /EditRegistrationAction.class /EditSubscriptionAction.class /LinkSubscriptionTag.class /LinkUserTag.class /LogoffAction.class /LogonAction.class /LogonForm.class /RegistrationForm.class /SaveRegistrationAction.class /SaveSubscriptionAction.class /Subscription.class /SubscriptionForm.class /User.class .../lib/struts.jar -Keith