You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
291 B
11 lines
291 B
2 years ago
|
<!DOCTYPE web-app PUBLIC
|
||
|
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
|
||
|
"http://java.sun.com/dtd/web-app_2_3.dtd" >
|
||
|
|
||
|
<web-app>
|
||
|
<display-name>exchange-servlet</display-name>
|
||
|
<welcome-file-list>
|
||
|
<welcome-file>fileupload.jsp</welcome-file>
|
||
|
</welcome-file-list>
|
||
|
</web-app>
|