Changes between Version 20 and Version 21 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 19:29:05 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v20 v21 67 67 Unfortunately, GWT-hosted mode that uses gwt-embedded TomcatServer and GWTShell, does not support 68 68 servlet-mapping in web.xml, since every path (/*) is already mapped to GWTShellServlet, which 69 redirects requests topublic folder or servlet codes.69 redirects HTTP requests within GWT Shell to the public folder or servlet codes. 70 70 71 * tomcat/webapps/ROOT/WEB-INF/web.xml (the web app configuration file used in GWT-hosted mode)71 * Reference: tomcat/webapps/ROOT/WEB-INF/web.xml (the web app configuration file used in GWT-hosted mode) 72 72 {{{ 73 73 <?xml version="1.0" encoding="UTF-8"?>