You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @rzeszow
Are you looking for the functionality seen at the URL you provided to be made available in OpenWayback? You can get something like that if you deploy the CDX Server webapp that already exists in OpenWayback. To deploy that:
cp ./wayback-cdx-server-webapp/target/openwayback-cdx-server-2.4.0-SNAPSHOT.war to your Tomcat's webapps directory, renaming the WAR file cdx.war in the process (if tomcat is running, and is set to auto deploy, the CDX server web app should auto deploy).
edit webapps/cdx/WEB-INF/wayback-cdx-server-servlet.xml to put in your CDX file locations in the cdxUris property of the MultiCDXInputSource, and in the cdxServer bean, if you are using SURT sorted CDX files, add:
http://web.archive.org/cdx/search/cdx?url=google.com&matchType=domain&output=json
Something like this to the count of all elements (number of archived pages).
The text was updated successfully, but these errors were encountered: