Revision 5644
Added by berkley about 14 years ago
web.xml.tomcat5 | ||
---|---|---|
389 | 389 |
<servlet-name>RestServlet</servlet-name> |
390 | 390 |
<url-pattern>/log/*</url-pattern> |
391 | 391 |
</servlet-mapping> |
392 |
|
|
393 |
<servlet-mapping> |
|
394 |
<servlet-name>RestServlet</servlet-name> |
|
395 |
<url-pattern>/checksum/*</url-pattern> |
|
396 |
</servlet-mapping> |
|
392 | 397 |
|
393 | 398 |
|
394 | 399 |
<!-- uncomment this if you want the admin servlet --> |
Also available in: Unified diff
adding getChecksum method