How can I use same path in the virtual host context?
For example, I want to serve static files in /, but my / was used by my App Server, so I can't use that.
I need to make a new context with a different path like /static/ to serve my static file.
Is there any way that I can serve App...