Re: Processing an action for an index page?

2002-07-03 Thread Dave Dribin
On Tue, Jul 02, 2002 at 04:01:13PM -0700, Max Cooper wrote: > Put something like this in your web.xml file: > > > /MyAction.do > I remember having problems with this (at least making index.do a welcome file). I think it is because there is actually no file named "index.do" so some web

Re: Processing an action for an index page?

2002-07-02 Thread Max Cooper
Put something like this in your web.xml file: /MyAction.do -Max - Original Message - From: "James Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 3:39 PM Subject: Processing an action for an index page? > Maybe this

RE: Processing an action for an index page?

2002-07-02 Thread Kevin Henrikson
TECTED] > Subject: Processing an action for an index page? > > > Maybe this is a common question, but I haven't found an obvious answer. > > I'd like to have a URL like http://mysite/webapp/. Now, if I just wanted > to have it go to index.jsp or index.html in that directory, I&#

Processing an action for an index page?

2002-07-02 Thread James Turner
Maybe this is a common question, but I haven't found an obvious answer. I'd like to have a URL like http://mysite/webapp/. Now, if I just wanted to have it go to index.jsp or index.html in that directory, I'd know how to do it. However, what I'd like to do is have Struts process the request t