Rev | Line | |
---|
[61] | 1 | <!DOCTYPE web-app PUBLIC
|
---|
| 2 | "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
---|
| 3 | "http://java.sun.com/dtd/web-app_2_3.dtd" >
|
---|
| 4 |
|
---|
| 5 | <web-app>
|
---|
[65] | 6 | <display-name>Account Server</display-name>
|
---|
| 7 |
|
---|
| 8 | <servlet>
|
---|
| 9 | <description>account management servlet</description>
|
---|
| 10 | <display-name>AccountServlet</display-name>
|
---|
| 11 | <servlet-name>AccountServlet</servlet-name>
|
---|
| 12 | <servlet-class>tudelft.utilities.accountserver.servlets.Accounts</servlet-class>
|
---|
| 13 | </servlet>
|
---|
| 14 | <servlet-mapping>
|
---|
| 15 | <servlet-name>AccountServlet</servlet-name>
|
---|
| 16 | <url-pattern>/AccountServlet</url-pattern>
|
---|
| 17 | </servlet-mapping>
|
---|
| 18 |
|
---|
[61] | 19 | </web-app>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.