I want to run two web server at the same port. I know you can do this with tomcat and apache for entire domains. But what I'm looking for is a way for jetty to forward traffic to a specific directory to grunt. for example
domain.com
This is handled by jetty
domain.com/frontend/index.html
This is handled by grunt and all other request to pages under frontend. The reason I'm doing this is that we use different server for frontend and backend development and i don't want request to rest services from the front end to be calls to an other domain.