On Fri, 9 Nov 2001 antony@claire.co.jp wrote:
> Hello Ladies and Gentlemen
>
> How can I specifiy a servlet as the welcome file, I have tried
>
> <welcome-file-list>
> <welcome-file>ServletIWantToUseAsWelcomeFile</welcome-file>
> </welcom-file-list>
>
>
> But it is not working, it is simply returning a list of files which are
> in the the root directory of the web application.
>
>
> Cheers
>
> Tony
>
>
I guess you should first use Servlet mapping, letting url
map to certain servlet, and then configure your welcome-file-list.
> --
> To unsubscribe: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
> Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
>
>
--
To unsubscribe: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
|