As part of the servlet 2.2/2.3 spec, you are not allowed to use a
servlet/action as a welcome-file - only .html or .jsp (I think).  This is
changing in the servlet 2.4 spec.

Matt

-----Original Message-----
From: Jeroen Breedveld [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 8:28 AM
To: [EMAIL PROTECTED]
Subject: Struts in welcome-file-list


Hi all,

I tried to get a page from my Struts application as default page in the
welcome file list (see below) but it doesn't work, it keeps going to
index.html. Am I doing something wrong or is it simply not possible?

I did this:

  <welcome-file-list>
    <welcome-file>start.do</welcome-file>    
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>

I also tried just start and /start.do , both didn't work either. 

Thanks and regards,

Jeroen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to