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

[Mav-user] Default page like index.m

2003-08-29 Thread Travis Reeder
How can you set up the default page to work like index.jsp would without a browser redirect? Travis --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]

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

2003-08-29 Thread Charles N. Harvey III
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Travis Reeder Sent: Friday, August 29, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: [Mav-user] Default page like index.m How can you set up the default page to work like index.jsp would without a browser redirect? Travis

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

2003-08-29 Thread Schnitzer, Jeff
From: Travis Reeder [mailto:[EMAIL PROTECTED] How can you set up the default page to work like index.jsp would without a browser redirect? This should probably be a FAQ. As cheesey as it sounds, create an index.jsp with the content: jsp:forward page=welcome.m/ Sun offered us no way to use

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

2003-08-29 Thread Travis Reeder
Yes, it should be in the FAQ, I think the docs need a lot of work, I'm finding myself looking into the friendbooks code a LOT and trying to guess what is happening. I'll keep a list of things I think should be in there, i'm starthing a brand new project and i'll list the things that I'm going

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

2003-08-29 Thread Schnitzer, Jeff
From: Travis Reeder [mailto:[EMAIL PROTECTED] Yes, it should be in the FAQ, I think the docs need a lot of work, I'm finding myself looking into the friendbooks code a LOT and trying to guess what is happening. I'll keep a list of things I think should be in there, i'm starthing a brand