Add the following configuration to your WEB-INF/web.xml file.
<filter> <filter-name>WhizuFilter</filter-name> <filter-class>org.whizu.server.WhizuFilter</filter-class> </filter> <filter-mapping> <filter-name>WhizuFilter</filter-name> <url-pattern>/whizu/*</url-pattern> </filter-mapping>
You're done! You are now ready to write your first jQuery Mobile application in Java.