Re: Switching default index page from xml to xql

2006-10-10 Thread Kor Kiley
OTECTED] Subject: Re: Switching default index page from xml to xql Here's the web.xml for eXist: Cocoon / index.xql This appears to remap everything to Cocoon rather than Tomcat's default servlet; I wonder if Cocoon is ignoring the welcome-f

Re: Switching default index page from xml to xql

2006-10-10 Thread David Smith
s. I'd recommend asking these questions on the Cocoon list and and reading the copious docs in the default sitemap.xmap file that comes with Cocoon. --David Caldarale, Charles R wrote: From: Kor Kiley [mailto:[EMAIL PROTECTED] Subject: Re: Switching default index page from xml to

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > Here's the web.xml for eXist: > > > > Cocoon > / > > > > index.xql > This appears to

Re: Switching default index page from xml to xql

2006-10-10 Thread Kor Kiley
Caldarale, Charles R wrote: From: Kor Kiley [mailto:[EMAIL PROTECTED] Subject: Re: Switching default index page from xml to xql When I say, "the page itself works fine," I mean, if I type the address as "http:///exist/index.xql", that works fine. Post your web.x

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > When I say, "the page itself works fine," I mean, if I type > the address as "http:///exist/index.xql", that > works fine. Post your web.xml for the

Re: Switching default index page from xml to xql

2006-10-10 Thread Kor Kiley
tured, $xsl, () ) -- When I say, "the page itself works fine," I mean, if I type the address as "http:///exist/index.xql", that works fine. Kor Caldarale, Charles R wrote: From: Kor Kiley [mailto:[EM

Re: Switching default index page from xml to xql

2006-10-10 Thread Kor Kiley
essage - From: "Kor Kiley" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, October 10, 2006 4:29 PM Subject: Re: Switching default index page from xml to xql Charles, Thank you for your response. This isn't the default application. It's a

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > The default eXist welcome page is index.xml. The media > librarian working on the project has created an index.xql > which she would like to be the welcome page.

Re: Switching default index page from xml to xql

2006-10-10 Thread Java Development Team
- From: "Kor Kiley" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, October 10, 2006 4:29 PM Subject: Re: Switching default index page from xml to xql > Charles, > > Thank you for your response. > > This isn't the default application.

Re: Switching default index page from xml to xql

2006-10-10 Thread Kor Kiley
Charles, Thank you for your response. This isn't the default application. It's an application called eXist. Here's a short description straight from the eXist web site: "eXist is an Open Source native XML database featuring efficient, index-based XQuery proce

RE: Switching default index page from xml to xql

2006-10-09 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Switching default index page from xml to xql > > I want to change the default index for my tomcat welcome > page from an index.xml file to an index.xql file. Do you really mean index.jsp? There is no index.xml in the default ROOT webapp. A

Re: Switching default index page from xml to xql

2006-10-09 Thread Kor Kiley
Sorry! I'm using tomcat 5.5.16 Kor Kiley wrote: I'm trying to do something which I think should be easy. I want to change the default index for my tomcat welcome page from an index.xml file to an index.xql file. I tried adding index.xql to the welcome section at the bottom of the main web.x