chore: integrate both web frontends to the Docker stuff
This commit is contained in:
parent
389304ed4d
commit
523b98f8a3
4 changed files with 44 additions and 2 deletions
legacyworlds-web/legacyworlds-web-admin/WebContent/WEB-INF
|
@ -7,6 +7,7 @@
|
|||
|
||||
<context:annotation-config />
|
||||
<context:component-scan base-package="com.deepclone.lw.web.admin" />
|
||||
<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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue