Answer the question
In order to leave comments, you need to log in
Jetty 9 how to properly store media files?
Hello,
Installed from Jetty 9 repository. According to this dock www.eclipse.org/jetty/documentation/9.3.x/configur... added site1.xml to /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>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question