Skip to content

Commit 4815ab1

Browse files
Update LiveWeb.xml
1 parent 9aef573 commit 4815ab1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wayback-webapp/src/main/webapp/WEB-INF/LiveWeb.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030

3131

3232
<bean id="proxylivewebcache"
33-
class="org.archive.wayback.liveweb.RemoteLiveWebCache">
33+
class="org.archive.wayback.liveweb.ArcRemoteLiveWebCache">
3434
<property name="proxyHostPort" value="localhost:8099" />
3535
<!--
3636
If you've set up a local squid/varnish to cache requests to the above
37-
ARCRecordingProxy, it is preferable to use RemoteLiveWebCache2 instead of
38-
RemoteLiveWebCache and you should use the port for that e.g. 3128, instead of 8099:
37+
ARCRecordingProxy, it is preferable to use StdRemoteLiveWebCache instead of
38+
ArcRemoteLiveWebCache and you should use the port for that e.g. 3128, instead of 8099:
3939
<bean id="proxylivewebcache"
40-
class="org.archive.wayback.liveweb.RemoteLiveWebCache2">
40+
class="org.archive.wayback.liveweb.StdRemoteLiveWebCache">
4141
<property name="proxyHostPort" value="localhost:3128" />
4242
-->
4343
</bean>

0 commit comments

Comments
 (0)