Changes between Version 25 and Version 26 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/09/07 10:17:16 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v25 v26 99 99 </servlet-mapping> 100 100 }}} 101 Even if you put the avobe setting into tomcat/webaps/ROOT/WEB-INF/web.xml, it does not work because ofthe mapping /* to GWTShellServlet overshadows other mappings.101 Even 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. 102 102 103 103 In order to use RequestDispatcher, which support rappid web application development, we introduce some tricks that