Update of /cvsroot/struts/blank/WEB-INF/src
In directory usw-pr-cvs1:/tmp/cvs-serv3100
Modified Files:
README.txt
Log Message:
Add clarification as to purpose of this application.
Index: README.txt
===================================================================
RCS file: /cvsroot/struts/blank/WEB-INF/src/README.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README.txt 15 Aug 2002 17:16:48 -0000 1.1.1.1
--- README.txt 19 Aug 2002 15:29:32 -0000 1.2
***************
*** 6,9 ****
--- 6,13 ----
- 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.)
+ What's the difference between this application and the one in the Struts distribution?
+
+ - The Struts 1.1 version of the blank application changed the location of some of the files. This version uses the same layout as the Blank 1.1 application, but it designed for use with Struts 1.0.
+
Where do I put my own code?
|