Revision 2331
Added by Duane Costa about 20 years ago
build.xml | ||
---|---|---|
159 | 159 |
<property name="debugprefix" value="${Name}:"/> |
160 | 160 |
<property name="release" value="1.4.0"/> |
161 | 161 |
<property name="replication-path" value="/${context}/servlet/replication"/> |
162 |
<property name="harvester-registration-login-path" value="/${context}/servlet/HarvesterRegistrationLogin"/>
|
|
163 |
<property name="harvester-registration-path" value="/${context}/servlet/HarvesterRegistration"/>
|
|
162 |
<property name="harvester-registration-login-path" value="/${context}/harvesterRegistrationLogin"/>
|
|
163 |
<property name="harvester-registration-path" value="/${context}/harvesterRegistration"/>
|
|
164 | 164 |
<property name="servlet-path" value="/${context}/metacat"/> |
165 | 165 |
<property name="html-path" value="/${context}"/> |
166 | 166 |
<property name="systemidserver" value="http://${httpserver}"/> |
Also available in: Unified diff
Modify property values of harvester registration servlets to match the servlet-mapping URL values in web.xml. The old values used the servlet class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on Windows. The new values use the servlet-mapping URL values. This should work in both Tomcat 4 and Tomcat 5.