Changeset 34527


Ignore:
Timestamp:
2020-11-05T12:46:02+13:00 (3 years ago)
Author:
ak19
Message:

Kathy bugfix to flax: Adding a placeholder for the flax servlet. When we install Flax, flax.xml will be overwritten with a real one that actually defines a flax servlet.

Location:
main/trunk/greenstone3/web/WEB-INF
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/web.xml

    r33973 r34527  
    22<!DOCTYPE web-xml [
    33    <!ENTITY servlets-config SYSTEM "servlets.xml">
     4    <!ENTITY flax-config SYSTEM "flax.xml">
    45]>
     6
     7
    58<!-- this is based on a sample web.xml file provided by
    69http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/web.xml.txt
     
    9093    <!-- See servlets.xml -->
    9194    &servlets-config;
    92 
     95    &flax-config;
     96   
    9397    <!-- the oai servlet. You can add multiple oai servlets by copying
    9498         the description and changing site_name and servlet_url params.
Note: See TracChangeset for help on using the changeset viewer.