XMTT 6 anni fa
parent
commit
08dbf32668
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      pom.xml
  2. 1 1
      src/main/webapp/WEB-INF/web.xml

+ 3 - 0
pom.xml

@ -72,6 +72,9 @@
72 72
				<configuration>
73 73
					<stopPort>9966</stopPort>
74 74
					<stopKey>foo</stopKey>
75
					<webAppConfig>
76
						<contextPath>/bridge</contextPath>
77
					</webAppConfig>
75 78
				</configuration>
76 79
			</plugin>
77 80
		</plugins>

+ 1 - 1
src/main/webapp/WEB-INF/web.xml

@ -8,7 +8,7 @@
8 8
		<servlet-class>org.jfw.web.servlet.core.FilenameConfigServlet</servlet-class>
9 9
		<init-param>
10 10
			<param-name>prefixLen</param-name>
11
			<param-value>6</param-value>
11
			<param-value>13</param-value>
12 12
		</init-param>
13 13
		<init-param>
14 14
			<param-name>viewType</param-name>