Revision 2575
Added by Jing Tao about 19 years ago
web.xml.tomcat5 | ||
---|---|---|
96 | 96 |
|
97 | 97 |
<servlet-mapping> |
98 | 98 |
<servlet-name>replication</servlet-name> |
99 |
<url-pattern>/replication</url-pattern> |
|
99 |
<url-pattern>replication</url-pattern> |
|
100 |
</servlet-mapping> |
|
101 |
|
|
102 |
<servlet-mapping> |
|
103 |
<servlet-name>replication</servlet-name> |
|
104 |
<url-pattern>/servlet/replication</url-pattern> |
|
100 | 105 |
</servlet-mapping> |
101 | 106 |
|
102 | 107 |
<servlet-mapping> |
Also available in: Unified diff
Add another servlet url mapping for replication.