You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Juan Pablo Goldfinger <go...@adinet.com.uy> on 2001/01/22 16:07:09 UTC

welcome-file-list is not working

Hi:

        I have wrote in the web.xml of each tomca context, and nobody work!!!
        How I can work the welcome-file-list of the web.xml? 

        Thanks,

            juan

RE: welcome-file-list is not working

Posted by Juan Pablo Goldfinger <go...@adinet.com.uy>.
Craig R. McClanahan

Thanks to all,

juan
  ----- Original Message ----- 
  From: Craig R. McClanahan 
  To: general@jakarta.apache.org 
  Cc: tomcat-user@jakarta.apache.org 
  Sent: Monday, January 22, 2001 3:29 PM
  Subject: Re: welcome-file-list is not working


  Juan Pablo Goldfinger wrote: 
    Hi:         I have wrote in the web.xml of each tomca context, and nobody work!!!        How I can work the welcome-file-list of the web.xml?         Thanks,             juan
  You will do much better asking a Tomcat-specific question on the TOMCAT-USER mailing list, rather than here.  To save duplicated work, I will answer here this time, and cross-post to TOMCAT-USER so it shows up in the message archives. 
  Historically, the most common problems getting welcome files to work have been: 

  * Not following the required syntax of the web.xml file. 

  * Trying to run Tomcat behind Apache - Apache does not 
    read the web.xml file, so you will need to use httpd.conf 
    directives (DirectoryIndex) to emulate this. 

  Without more details about what you are doing, it is impossible to be more specific. 

  Craig McClanahan 
    


Re: welcome-file-list is not working

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Juan Pablo Goldfinger wrote:

> Hi:         I have wrote in the web.xml of each tomca context, and nobody
> work!!!        How I can work the welcome-file-list of the web.xml?
> Thanks,             juan

You will do much better asking a Tomcat-specific question on the TOMCAT-USER
mailing list, rather than here.  To save duplicated work, I will answer here
this time, and cross-post to TOMCAT-USER so it shows up in the message archives.

Historically, the most common problems getting welcome files to work have been:

* Not following the required syntax of the web.xml file.

* Trying to run Tomcat behind Apache - Apache does not
  read the web.xml file, so you will need to use httpd.conf
  directives (DirectoryIndex) to emulate this.

Without more details about what you are doing, it is impossible to be more
specific.

Craig McClanahan