comparison gwt-client/src/main/webapp/WEB-INF/web.xml @ 9790:75dc4ea60938 3.2.x

Drop using explicit container names Compose will generate names for the containers and containers can connect each other on the network via the service names. This avoids the unnecessary extra "name space" and prepares the application for usage with different project names.
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:25:59 +0200
parents d536a2184ddf
children
comparison
equal deleted inserted replaced
9789:a1399209b0d6 9790:75dc4ea60938
12 12
13 <web-app> 13 <web-app>
14 14
15 <context-param> 15 <context-param>
16 <param-name>server-url</param-name> 16 <param-name>server-url</param-name>
17 <param-value>http://d4eriver-artifacts:8181</param-value> 17 <param-value>http://artifacts:8181</param-value>
18 </context-param> 18 </context-param>
19 19
20 <context-param> 20 <context-param>
21 <!-- URL to be redirected after successfull authentication --> 21 <!-- URL to be redirected after successfull authentication -->
22 <param-name>redirect-url</param-name> 22 <param-name>redirect-url</param-name>

http://dive4elements.wald.intevation.org