XMTT 6 years ago
parent
commit
08dbf32668
2 changed files with 4 additions and 1 deletions
  1. 3 0
      pom.xml
  2. 1 1
      src/main/webapp/WEB-INF/web.xml

+ 3 - 0
pom.xml

72
				<configuration>
72
				<configuration>
73
					<stopPort>9966</stopPort>
73
					<stopPort>9966</stopPort>
74
					<stopKey>foo</stopKey>
74
					<stopKey>foo</stopKey>
75
					<webAppConfig>
76
						<contextPath>/bridge</contextPath>
77
					</webAppConfig>
75
				</configuration>
78
				</configuration>
76
			</plugin>
79
			</plugin>
77
		</plugins>
80
		</plugins>

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

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