mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
a141414b4b
Support for jetty:run fixed. Several minor fixes.
15 lines
544 B
XML
15 lines
544 B
XML
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
|
|
version="2.4">
|
|
|
|
|
|
<servlet>
|
|
<servlet-name>default</servlet-name>
|
|
<servlet-class>org.eclipse.jetty.servlet.DefaultServlet</servlet-class>
|
|
<init-param>
|
|
<param-name>aliases</param-name>
|
|
<param-value>true</param-value>
|
|
</init-param>
|
|
</servlet>
|
|
</web-app> |