| Author |
welcome-file-list in web.xml: default page
|
Ron Hamilton
Greenhorn
Joined: Sep 10, 2002
Posts: 16
|
|
Is there a way to set the "default" page to be a servlet? In my web.xml, this works fine: However, this does not: [ June 10, 2004: Message edited by: Ron Hamilton ] [ June 10, 2004: Message edited by: Ron Hamilton ]
|
 |
Nathaniel Stoddard
Ranch Hand
Joined: May 29, 2003
Posts: 1258
|
|
|
Apparently not. How about using a JSP file, whose only purpose is to forward the user to the servlet in question?
|
Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
|
 |
 |
|
|
subject: welcome-file-list in web.xml: default page
|
|
|