Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 25268 invoked from network); 14 Aug 2002 13:31:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Aug 2002 13:31:44 -0000 Received: (qmail 13904 invoked by uid 97); 14 Aug 2002 13:31:18 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 13833 invoked by uid 97); 14 Aug 2002 13:31:18 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 13733 invoked by uid 97); 14 Aug 2002 13:31:17 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 14 Aug 2002 13:30:46 -0000 Message-ID: <20020814133046.72604.qmail@icarus.apache.org> From: husted@apache.org To: jakarta-struts-cvs@apache.org Subject: cvs commit: jakarta-struts/web/blank/WEB-INF/src README.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N husted 2002/08/14 06:30:46 Added: web/blank/WEB-INF/src README.txt Log: Add README.txt with deployment notes. Revise web.xml to specify application init-param. Remove obsolete classes/ApplicationResources.properties. add blank element to tiles-defs.xml to please DTD. Revision Changes Path 1.1 jakarta-struts/web/blank/WEB-INF/src/README.txt Index: README.txt =================================================================== Quick-Start FAQ =============== What's Struts Blank? - It's an "empty" application provided to help you get started on your own project. Just copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.) Where do I put my own code? - The build file is setup so that you can place your own packages anywhere under the WEB-INF/src directory. What are the references to /javasoft/lib in the build.xml about? - Most Struts applications use some common JAR files. This is one common location for these on a development computer, but another may be used What targets does the build file accept? - "clean" to delete the old class, resource, and configuration files. - "compile" to rebuild the Java class files and copy over the resource and configuration files. - "project" to also generate the Javadoc. - "dist" to create a binary distribution. - "all" for a clean rebuild the project and binary distributions. Where are the binary distributions placed? - By default, under /projects/lib on your default drive. You can change these through the "distpath.project" variable in the build file. Where's the Application Resources? - It's named application.properties. The original is under WEB-INF/src/java/resources. The resource bundle is copied under classes during a build. Why did the changes to my application.properties or other resource file disappear? - The original configuration files are under WEB-INF/src/java and copied under classes during a build. Change the WEB-INF/src/java versions and rebuild before deploying. ### -- To unsubscribe, e-mail: For additional commands, e-mail: