Hi

> I cant grasp what you said. I am using Tomcat 4.1.x. I searched in Google
for world welcome-file and could'nt find anything on it. Are you talking
about welcome-file-list ?.

Yes. It's entry is welcome-file.

    <welcome-file-list>
        <welcome-file>root</welcome-file>
    </welcome-file-list>

If someone accesses "/", tomcat will search for "/root" and will find the
empty file. Then it will start to process that file, but since "/root" is
mapped, your servlet is called.

Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to