0
This commit is contained in:
2026-04-12 01:41:17 +03:00
commit cb475f3256
39 changed files with 2123 additions and 0 deletions

7
jetty9/webapps/kinosearch.xml Executable file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/kino</Set>
<Set name="war">/home/dmx/Downloads/ks/jetty9/webapps/kinosearch.war</Set>
</Configure>