henning     2004/07/06 10:14:11

  Modified:    extensions/maven-plugin/src/plugin-resources/flavor/common/conf
                        Tag: TURBINE_2_3_BRANCH application-web.xml
  Removed:     extensions/maven-plugin/src/plugin-resources/demo/pages Tag:
                        TURBINE_2_3_BRANCH index.html
  Log:
  Sometimes I feel like the deployment descriptor and the servlet specification
  are just a large bag of candies and when you rummage long enough in it, you
  find the most wonderous things are possible.
  
  Redirect the welcome page (the one that is displayed when you just enter the
  application URI) to the turbine servlet mapping under /app.
  
  Remove the no longer needed redirection page from the demo application.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +11 -1     
jakarta-turbine-2/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/Attic/application-web.xml
  
  Index: application-web.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-2/extensions/maven-plugin/src/plugin-resources/flavor/common/conf/Attic/application-web.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- application-web.xml       6 Jul 2004 17:10:33 -0000       1.1.2.3
  +++ application-web.xml       6 Jul 2004 17:14:11 -0000       1.1.2.4
  @@ -52,6 +52,16 @@
   
   <!-- ======================================================================== -->
   <!--                                                                          -->
  +<!-- Redirect the home page of the application to the turbine servlet         -->
  +<!--                                                                          -->
  +<!-- ======================================================================== -->
  +
  +  <welcome-file-list>
  +    <welcome-file>app</welcome-file>
  +  </welcome-file-list>
  +
  +<!-- ======================================================================== -->
  +<!--                                                                          -->
   <!-- Make sure that templates, resources and logs are not available through   -->
   <!-- the servlet container. Remove security constraints or add an authen-     -->
   <!-- tication role if you need access to these paths.                         -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to