RE: RE: Default page like index.m

"Charles N. Harvey III" <[email protected]>
Newsgroups gmane.comp.web.maverick.general
Message-ID <[email protected]>
The ideal solution is the the servlet container would look through
the config file of the MVC controller you are using.  So, in web.xml
you would define index.m as the default page.  Then your container
would look at your maverick.xml file and find the mapping for index.m
that points to com.mycompany.project.HomeController.  Then you wouldn't
have to have an index.jsp/.vm/.html.

I'm not crazy, I realize how difficult that would be for the servlet
container.  So I would recommend to keep using index files in the top
level directory that point to the default servlet mapping.


Charlie


-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of Ted Husted
Sent: Friday, September 12, 2003 10:23 AM
To: [email protected]
Subject: [Mav-user] RE: Default page like index.m


Here's a patch for the CVS FAQ regarding YAS:

<listitem>

<para>
A third solution is to use a HTML page to redirect to a servlet URI.
</para>

<programlisting>
<![CDATA[

<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=./welcome.m">
</head>
<body>
</body>

]]>
</programlisting>
</listitem>

[Not sure if you can actually have a programlisting in a listitem or note.]

-Ted.



-- 
Ted Husted,
   Junit in Action  - <http://www.manning.com/massol/>,
   Struts in Action - <http://husted.com/struts/book.html>,
   JSP Site Design  - <http://www.amazon.com/exec/obidos/ISBN=1861005512>.






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
[INVALID FOOTER]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
[INVALID FOOTER]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.