Re: Use of JSF view in welcome file list

2005-11-09 Thread Peter Menzel
Tim Dean wrote: Thanks for the info, Peter. I'm somewhat new to using Tomcat, so if there's somewhere particular I should post this as a bug, please let me know. I filed a bug report at ASF bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=37424 Peter ---

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
ks, - Tim -Original Message- From: Peter Menzel <[EMAIL PROTECTED]> Sent: Nov 8, 2005 10:07 AM To: Tomcat Users List Subject: Re: Use of JSF view in welcome file list Tim Dean wrote: > Peter, > > Thanks for the example: I had seen examples like this in the archives, which > i

Re: Use of JSF view in welcome file list

2005-11-08 Thread Peter Menzel
Tim Dean wrote: Peter, Thanks for the example: I had seen examples like this in the archives, which is why I thought that I could do what I'm trying to do: I want the same kind of behavior you are describing, but with a mapping to the Faces servlet instead. If the examply you've provided work

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
g a wildcard in my JSF servlet mapping that causes it to fail with welcom files? Or is there something inherently odd with JSF that makes this impossible to do? Thanks, - Tim -Original Message- From: Peter Menzel <[EMAIL PROTECTED]> Sent: Nov 8, 2005 6:48 AM To: Tomcat Users L

Re: Use of JSF view in welcome file list

2005-11-08 Thread Peter Menzel
Charlie C.L. King wrote: you *MUST* use real files in instead of a mapped path. Actually this is not true. In the you specify only partial URIs in the Elements. If the Container encounters a request, which does not map to a in the DD, it appends each in the order appearing in the list

Re: Use of JSF view in welcome file list

2005-11-08 Thread Nikola Milutinovic
Tim Dean wrote: Hello, I am trying to configure a welcome file list in my Tomcat-deployed web app so that a Java Server Faces (JSF) view is used as the welcome file. My web.xml file contains the following: main.faces As well as the following JSF servlet configurations:

Re: Use of JSF view in welcome file list

2005-11-07 Thread Charlie C.L. King
you *MUST* use real files in instead of a mapped path. On 11/8/05, Tim Dean <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to configure a welcome file list in my Tomcat-deployed > web app so that a Java Server Faces (JSF) view is used as the welcome > file. My web.xml file contains the fol

Use of JSF view in welcome file list

2005-11-07 Thread Tim Dean
Hello, I am trying to configure a welcome file list in my Tomcat-deployed web app so that a Java Server Faces (JSF) view is used as the welcome file. My web.xml file contains the following: main.faces As well as the following JSF servlet configurations: Fac