Setting up context.xml for an application

2008-11-10 Thread Tim Dean
I have an application that requires some settings in a configuration element. For a variety of reasons, I do not want to include the context.xml in my app's META-INF path within the WAR file. Based on the Tomcat 6 documentation, it seems like I should be able to define a $TOMCAT_HOME/Catal

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 Tim Dean
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 works, any ideas why m

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