I have written a nice polymer app, that works like a charm when running inside the development server (polymer serve). Even bookmarked URLs and so on work.
For production I need to deploy it as a web context on a Tomcat application server. Another option is a Apache httpd server. This requires someway to configure URL rewriting, so everything works in this context, too.
Sadly, Google hasn't provided any useful link. So, maybe on of you guys has a handy solution for this problem? Anything is highly appreciated.