# HG changeset patch # User robcast # Date 1338493608 -7200 # Node ID 53c61e3e64c77022a98debb560ee3ad3eb360636 # Parent 1d3e8f853b9c5111f53384ad831d67ff45376dee my annotation test file. diff -r 1d3e8f853b9c -r 53c61e3e64c7 webapp/src/main/webapp/jquery/digilib-ann.html --- a/webapp/src/main/webapp/jquery/digilib-ann.html Thu May 31 19:13:00 2012 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Thu May 31 21:46:48 2012 +0200 @@ -33,9 +33,10 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - 'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', + //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', + 'annotationServerUrl' : 'http://virtuoso.mpiwg-berlin.mpg.de:8080/AnnotationManager/annotator', // URL of authentication token server - 'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token?user=anonymous', + 'annotationTokenUrl' : 'http://r583-1.mpiwg-berlin.mpg.de:8080/test/annotator/token?user=anonymous', }; var $div = $('div#digilib'); $div.digilib(opts);