chore: integrate both web frontends to the Docker stuff

This commit is contained in:
Emmanuel BENOîT 2025-01-03 16:14:25 +01:00
parent 389304ed4d
commit 523b98f8a3
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
4 changed files with 44 additions and 2 deletions
legacyworlds-web/legacyworlds-web-main/WebContent/WEB-INF

View file

@ -7,6 +7,7 @@
<context:annotation-config />
<context:component-scan base-package="com.deepclone.lw.web.main" />
<context:property-placeholder />
<!-- FreeMarker templating library -->
<bean id="freemarkerConfig"
@ -29,7 +30,7 @@
<bean id="sessionSrv" class="org.springframework.remoting.rmi.RmiProxyFactoryBean"
scope="prototype">
<property name="serviceInterface" value="com.deepclone.lw.session.SessionAccessor" />
<property name="serviceUrl" value="rmi://localhost:9137/sessionSrv" />
<property name="serviceUrl" value="rmi://${LW_BACKEND_HOST}:9137/sessionSrv" />
</bean>
<!-- General web beans -->