stevel 2002/06/27 16:29:22
Modified: java/webapps/axis/WEB-INF web.xml
Log:
turned admin servlet off; added jsp and jws (!) files to the welcome file list
Revision Changes Path
1.13 +5 -1 xml-axis/java/webapps/axis/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/webapps/axis/WEB-INF/web.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- web.xml 30 May 2002 21:28:22 -0000 1.12
+++ web.xml 27 Jun 2002 23:29:22 -0000 1.13
@@ -38,13 +38,17 @@
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
+ <!-- uncomment this if you want the admin servlet -->
+ <!--
<servlet-mapping>
<servlet-name>AdminServlet</servlet-name>
<url-pattern>/servlet/AdminServlet</url-pattern>
</servlet-mapping>
-
+ -->
<welcome-file-list id="WelcomeFileList_1">
<welcome-file>index.html</welcome-file>
+ <welcome-file>index.jsp</welcome-file>
+ <welcome-file>index.jws</welcome-file>
</welcome-file-list>
</web-app>