Re: Servlet alias cross Webapp boundaries

2005-11-11 Thread Peter Menzel
Lars Ohlén schrieb: Hi! I have a servlet in a webapp ( /web) but would like to be able to invoke the same servlet (without duplication of .class file) with another webapp name (/script) My original idea was to implement this in the httpd processing using mod_rewrite, but I have run into

Re: Tomcat Authentication

2005-11-09 Thread Peter Menzel
Hi, Khawaja Shams schrieb: Hello everyone, I have a few strict requirements for security on my project, and I am having a hard time understanding some concepts. I cannot use SSL due to the performance loss, and the application must be accessed only by authenticated users. Meanwhile, I am

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 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