# HG changeset patch # User robcast # Date 1338493608 -7200 # Node ID e7656ccd7fa4022e84e6351d5696b74fe6e8031c # Parent cf97b668226ca473781c395a1a156f6bedf4fa35 my annotation test file. diff -r cf97b668226c -r e7656ccd7fa4 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);