commit | e38708e25c7ead3182933d73549bfae1c98e67f8 | [log] [tgz] |
---|---|---|
author | zundel@google.com <zundel@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 06 12:17:48 2010 +0000 |
committer | zundel@google.com <zundel@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 06 12:17:48 2010 +0000 |
tree | 0daf4cbff8170836f3ebe50a6177f836f25b89c7 | |
parent | 9c875d704bf6ade7fb79cd9bc9dbcf9ef3d77ef7 [diff] |
Correct the servlet URL mapping in the LogExample sample git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8950 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/logexample/war/WEB-INF/web.xml b/samples/logexample/war/WEB-INF/web.xml index 480d05e..7d448ab 100644 --- a/samples/logexample/war/WEB-INF/web.xml +++ b/samples/logexample/war/WEB-INF/web.xml
@@ -9,7 +9,7 @@ <servlet-mapping> <servlet-name>myServlet</servlet-name> - <url-pattern>/logexample/log</url-pattern> + <url-pattern>logexample/my_service</url-pattern> </servlet-mapping> <servlet>