Changes between Version 25 and Version 26 of UTGBCore/RequestDispatcher


Ignore:
Timestamp:
10/09/07 10:17:16 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/RequestDispatcher

    v25 v26  
    9999  </servlet-mapping>
    100100}}}
    101 Even if you put the avobe setting into tomcat/webaps/ROOT/WEB-INF/web.xml, it does not work because of the mapping /* to GWTShellServlet overshadows other mappings.
     101Even if you put the avobe setting into tomcat/webaps/ROOT/WEB-INF/web.xml, it does not work because the mapping /* to GWTShellServlet overshadows other mappings.
    102102
    103103In order to use RequestDispatcher, which support rappid web application development, we introduce some tricks that