views:

31

answers:

1

I'm using jetty.xml very similar to the one found here: http://communitymapbuilder.osgeo.org/display/JETTY/Walkthrough+jetty.xml

I have a WAR file deployed to webapps directory: webapps/myapp.war.

I also have a jetty-rewrite.xml file, with contents as shown here: http://gist.github.com/417634.

I use start.jar to run Jetty like java -jar start.jar etc/jetty.xml etc/jetty-rewrite.xml.

When I browse to http://localhost:8080/myapp/bar I get a 404 saying that /myapp/?foo=bar is not found.

If I actually browse to http://localhost:8080/myapp/?foo=bar, it does work.

Does anyone what I'm doing wrong?

A: 

I seem to have the same problem. Did you manager to solve it?

Wim

wbervoets
No, I never got it to work. Perhaps a look into the source code would be helpful, but I didn't need it that badly at the time.
jay_soo