summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-integration/testing/sca/itest/bindings/bindingsclient/src/main/webapp/WEB-INF/web.xml
blob: b25586f0968f4568aac553dcb60d8b14cca79ce4 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>SCA Test Service Driver</display-name>
   <welcome-file-list id="WelcomeFileList">
        <welcome-file>SCATestTool.jsp</welcome-file>
    </welcome-file-list>
</web-app>