Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding livewebPrefix to wayback.xml #3

Closed
sergeospb opened this issue Mar 27, 2013 · 1 comment
Closed

adding livewebPrefix to wayback.xml #3

sergeospb opened this issue Mar 27, 2013 · 1 comment

Comments

@sergeospb
Copy link

Hello, Is it possible to add example of livewebPrefix to wayback.xml?
This one did not work for me:
After:
< property name="replayPrefix" value="${wayback.urlprefix}" />
< property name="queryPrefix" value="${wayback.urlprefix}" />
< property name="staticPrefix" value="${wayback.urlprefix}" />
Added:
< property name="livewebPrefix" value="${wayback.urlprefix}/liveweb/" />
Follow to the documentation - http://archive-access.sourceforge.net/projects/wayback/administrator_manual.html and https://github.com/internetarchive/wayback/blob/master/wayback-core/src/main/java/org/archive/wayback/webapp/AccessPoint.java I need to add it.

@ikreymer
Copy link
Member

ikreymer commented Aug 8, 2013

I've added portion of our web.archive.org deployment config here:
https://github.com/internetarchive/wayback/blob/master/contrib/ia/global-wayback/src/main/webapp/WEB-INF/global-wayback.xml

The plain liveweb prefix is still supported, but there is now a custom livewebRedirector bean that can be added to customize the behavior. Sorry there isn't more documentation at this time.

Take a look at org.archive.wayback.webapp.LiveWebRedirector for more details also.

@ikreymer ikreymer closed this as completed Aug 8, 2013
kngenie pushed a commit to kngenie/wayback that referenced this issue Feb 6, 2014
MohammedElsayyed added a commit that referenced this issue Feb 15, 2017
Get latest updates from IIPC Master Branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants