Ignore:
Timestamp:
09/24/14 12:53:33 (10 years ago)
Author:
olhsha@mpi.nl
Message:

schemalocation is migrated to <server>/SCHEMA/DASISH-schema.xsd. This parameter should be set once in context.xml during the first deployment. The schema itself is taken while building time from the dependencies and unpacked using maven-plugin to /webapp/SCHEMA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/index.jsp

    r5661 r5674  
    2525        <br>
    2626        <h3>Services for which you do not need to be logged-in</h3>
    27         <br>
    28         <a href="registerNonShibbolethPrincipal.html"> Register a non-shibboleth user</a> <br>
     27       
     28        <br>
     29        <%
     30        String schemaLocation = application.getInitParameter("eu.dasish.annotation.backend.schemaLocation");
     31        System.out.println(schemaLocation);
     32        %>
     33        <a href=<%=application.getInitParameter("eu.dasish.annotation.backend.schemaLocation")%> > Get DASISH schema</a> <br>
    2934        <br>
    3035        <a href="registerShibbolethPrincipal.html"> Register a shibboleth user</a> <br>
    31 <!--        <br>
    32         <a href="registerShibbolethAlsoAsNonShibboleth.html"> Register an existing  shibboleth user as a non-shibboleth as well.</a> <br>
    33         <br>-->
    3436        <br>
    3537        <a href="api/authentication/login"> login  </a> <br>
Note: See TracChangeset for help on using the changeset viewer.