Re: [Mav-user] RE: Default page like index.m

2003-09-13 Thread Ted Husted
Ahh, well, it's not actually up to the container. The HTTP server resolves the welcome page before it ever gets to the servlet container, and there lies rub. =:( Incidentally, if some of you received my original post on this thread twice, I apologize. I sent it yesterday, and when it never

Re: [Mav-user] Default page like index.m

2003-09-13 Thread Doug Kirk
Hmmm. I have the following in my web.xml and it works just fine: welcome-file-list welcome-fileindex.vm/welcome-file /welcome-file-list *.vm is mapped to the VelocityLayoutServlet in my webapp's web.xml. I would expect a specification of 'index.m' to work as well, since it's just running the

Re: [Mav-user] Default page like index.m

2003-09-13 Thread Travis Reeder
Ya, That's exactly what i have done. I put a blank index.m file in my dir so tomcat picks it up too. Thanks to the other person who responded a while back. Travis Doug Kirk wrote: Hmmm. I have the following in my web.xml and it works just fine: welcome-file-list