Revision 2548
Added by sgarg about 19 years ago
lib/web.xml.tomcat4 | ||
---|---|---|
95 | 95 |
</servlet-mapping> |
96 | 96 |
|
97 | 97 |
<servlet-mapping> |
98 |
<servlet-name>replication</servlet-name> |
|
99 |
<url-pattern>/replication</url-pattern> |
|
100 |
</servlet-mapping> |
|
101 |
|
|
102 |
<servlet-mapping> |
|
98 | 103 |
<servlet-name>HarvesterRegistrationLogin</servlet-name> |
99 | 104 |
<url-pattern>/harvesterRegistrationLogin</url-pattern> |
100 | 105 |
</servlet-mapping> |
Also available in: Unified diff
Added mapping for the replication servlet which were missing earlier.