Changes between Version 20 and Version 21 of UTGBCore/RequestDispatcher


Ignore:
Timestamp:
10/04/07 19:29:05 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/RequestDispatcher

    v20 v21  
    6767Unfortunately, GWT-hosted mode that uses gwt-embedded TomcatServer and GWTShell, does not support
    6868servlet-mapping in web.xml, since every path (/*) is already mapped to GWTShellServlet, which
    69 redirects requests to public folder or servlet codes.   
     69redirects HTTP requests within GWT Shell to the public folder or servlet codes.   
    7070
    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)
    7272{{{
    7373<?xml version="1.0" encoding="UTF-8"?>