Re: a servlet with a tapestry servlet in one web.xml

2007-07-03 Thread Lutz Hühnken
Which servlet/filter handles which request is configured in web.xml. Apparently, yours is set up in a way that a request which should go to the WingS-Servlet is handled by the Tapestry filter, although it shouldn't be. Check the filter-mapping for the TapestryFilter, does it include /application/

a servlet with a tapestry servlet in one web.xml

2007-07-03 Thread Tina Umlandt
Hello, I have the following problem. I have a servlet which should be in the same context as the tapestry application but it is built with a different framework named wings. Wings is using another framework named dwr. dwr is sending request like "GET /application/dwr/engine.js". Now I get the