Hello, For this dock www.eclipse.org/jetty/documentation/9.3.x/configur ... added site1.xml to the / usr / share / jetty9 / webapps folder
<Configure class="org.eclipse.jetty.webapp.WebAppContext"> <Set name="contextPath">/</Set> <Set name="war">/home/user/sites/site1/ROOT.war</Set> <Set name="virtualHosts"> <Array type="java.lang.String"> <Item>site1.com</Item> </Array> </Set> </Configure> And how to share a folder with static files (a lot of things, photos of users, etc.)?
You can create a static_content folder in / usr / share / jetty9 / webapps, but it will be visible to all hosts. It seems like a simple question like that and I won’t find a solution.