Virtual Host Context

#1
How can I use same path in the virtual host context?

1640332593553.png

For example, I want to serve static files in /, but my / was used by my App Server, so I can't use that.

1640332791475.png

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 Server and static files in the same path?
 
Top