craigmcc    2002/06/22 17:41:34

  Modified:    doc/userGuide building_controller.xml
  Log:
  Add warnings that using multiple servlet mappings for the controller servlet
  will not work, and path mapping doesn't work for subapps in 1.1.
  
  Revision  Changes    Path
  1.14      +10 -0     jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- building_controller.xml   15 Jun 2002 15:23:38 -0000      1.13
  +++ building_controller.xml   23 Jun 2002 00:41:34 -0000      1.14
  @@ -559,6 +559,16 @@
   <pre>
   http://www.mycompany.com/myapplication/logon.do
   </pre>
  +
  +        <p><font color="red"><strong>WARNING</strong></font> - Struts will not
  +        operate correctly if you define more than one
  +        <code>&lt;servlet-mapping&gt;</code> element for the controller
  +        servlet.</p>
  +
  +        <p><font color="red"><strong>WARNING</strong></font> - If you are using
  +        the new multi-application support in Struts 1.1, you should be aware
  +        that <strong>only</strong> extension mapping is supported.</p>
  +
         </section>
         
         <section name="4.5.3 Configure the Struts Tag Library" 
href="dd_config_taglib">
  
  
  

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

Reply via email to