Author: kkolinko Date: Sat Dec 21 11:31:48 2013 New Revision: 1552895 URL: http://svn.apache.org/r1552895 Log: Merged r1530426 from tomcat/trunk: Add index.xhtml to the welcome files for the examples webapp It is used by WebSocket (JSR356) Examples.
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1530426 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1552895&r1=1552894&r2=1552895&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Dec 21 11:31:48 2013 @@ -72,6 +72,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + Add index.xhtml to the welcome files list for the examples web + application. (kkolinko) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 7.0.50 (violetagg)"> <subsection name="Catalina"> Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1552895&r1=1552894&r2=1552895&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sat Dec 21 11:31:48 2013 @@ -404,4 +404,11 @@ <listener-class>websocket.drawboard.DrawboardContextListener</listener-class> </listener> + <welcome-file-list> + <welcome-file>index.html</welcome-file> + <welcome-file>index.xhtml</welcome-file> + <welcome-file>index.htm</welcome-file> + <welcome-file>index.jsp</welcome-file> + </welcome-file-list> + </web-app> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org