Commit 128d52cd authored by rwm's avatar rwm
Browse files

j2ee application context moved from /aktin/cda to /aktin

parent 88b98ecb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@
	</servlet>
	<servlet-mapping>
		<servlet-name>CDAImportXDS</servlet-name>
		<url-pattern>/xds.b</url-pattern>
		<url-pattern>/cda/xds.b</url-pattern>
	</servlet-mapping>
	<servlet-mapping>
		<servlet-name>CDAImportFHIR</servlet-name>
		<url-pattern>/fhir/Binary/*</url-pattern>
		<url-pattern>/cda/fhir/Binary/*</url-pattern>
	</servlet-mapping>
	<!--  TODO test in Wildfly 9.0.2 -->

+2 −0
Original line number Diff line number Diff line
[InternetShortcut]
URL=https://docs.oracle.com/cd/E13222_01/wls/docs103/deployment/config.html#wp1056103
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
						<webModule>
							<groupId>org.aktin</groupId>
							<artifactId>cda-import</artifactId>
							<contextRoot>/aktin/cda</contextRoot>
							<contextRoot>/aktin</contextRoot>
						</webModule>
					</modules>
				</configuration>