> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > Here's the web.xml for eXist: > > <!-- > Cocoon handles all the URL space assigned to the webapp using its > sitemap. It is recommended to leave it unchanged. Under some > circumstances though (like integration with proprietary webapps or > servlets) you might have to change this parameter. > --> > <servlet-mapping> > <servlet-name>Cocoon</servlet-name> > <url-pattern>/</url-pattern> > </servlet-mapping> > > <welcome-file-list> > <welcome-file>index.xql</welcome-file> > </welcome-file-list>
This appears to remap everything to Cocoon rather than Tomcat's default servlet; I wonder if Cocoon is ignoring the welcome-file list? I've never used Cocoon - does it have a different way of configuring welcome files? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]