source: DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/UPDATE.txt @ 5661

Last change on this file since 5661 was 5661, checked in by olhsha@mpi.nl, 10 years ago

adding two html forms and two services for updating user-annotation access and public access of an annotation

File size: 1.0 KB
Line 
1This time only webannotator-basic must be updated. It will be used for adjusting the
2frontend while the previous shibbolised backend will be still running with the previous version
3of the front-end, to be tested by our partners from Tartu.
4
51. Placing tarball: take the tar-ball of the new  version 1.5, and follow the
6standard MPI deployment procedure, for webannotator-basic. 
7Consult the instructions from INSTALL.txt  about placing war file if you have forgotten.
8
92. The web.xml stays intact  because currently it is set for basic authentication.
10
113. The id of one cached representation (used in the welcome jsp page as an example)
12must be changed in the database. 
13
14Since there is no API for changing IDs, dearest latadmin, pls, do it.
15
16UPDATE cached_representation SET external_id =
17'b0d3f18c-eecf-40ea-9979-eecbbdca7d68' WHERE external_id='654809f6-1202-4073-86b8-a1f6fe0f2409';
18
19This id is already set up in the jsp page, so no changes should be done there.
20
214. Nothing is to be update in settings (web.xml, context.xml) and the database.
22
23
24
25
26   
27   
Note: See TracBrowser for help on using the repository browser.