Jacob,

Still not working.
My welcome file list is this

    <welcome-file-list>
        <welcome-file>
            index.xml
      </welcome-file>
    </welcome-file-list>

I took out the html & jsp stuff, and it is still showing a directory
listing.
About upgrading to Tomcat 4, I initially started with Tomcat 4, but ran into
problems with IIS.
IIS wasn't my decision, is was a company decision, so there is really
nothing I can do about that.

If you have any other thoughts, please let me know.

Thanks
Anthony





-----Original Message-----
From: Jacob Kjome [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 9:26 AM
To: Tomcat Users List
Subject: Re: Tomcat & Cocoon Question


Sure,

Add the following to your web.xml...

<welcome-file-list>
         <welcome-file>index.xml</welcome-file>
         <welcome-file>index.html</welcome-file>
         <welcome-file>index.htm</welcome-file>
         <welcome-file>index.jsp</welcome-file>
</welcome-file-list>

At least you can do that in the Servlet 2.3 spec.  I would suggest 
upgrading to Tomcat 4.x.x anyway.

Jake

At 08:45 AM 5/1/2002 -0400, you wrote:
>Im using Cocoon 1.8.2 and Tomcat 3.2.4. IIS 5.0 as my Webserver.
>I have Tomcat processing my Cocoon xml, and IIS doing all of the static
>pages.
>
>My problem is this.
>
>If I go to http://foo.bar.com/index.xml it works fine, but if I go to
>http://foo.bar.com/ it gives me a directory listing of what is in that
>directory.
>Id like for it to default to the index.xml file.
>
>Can this be done??
>
>Thanks
>Anthony Diodato
>
>
>Anthony Diodato
>Webmaster - IT
>Prophet 21, Inc.
>19 West College Avenue
>Yardley, PA 19067
>1-800-776-7438, ext. 4600
>Fax: 215-321-8014
>[EMAIL PROTECTED]
>http://www.p21.com/
>Prophet 21 -- Powering the Distribution Industry for the Digital Age
>
>For the latest press releases from Prophet 21 --
>http://www.p21.com/press/press.html
>*       2/12/2001 - Trading Partner Connect Offers Enterprise-to-Enterprise
>(E2E) Commerce
>*       2/9/2001 -- Prophet 21 CommerceCenter 8.0 is Now Available
>*       2/9/2001 -- Prophet 21 Upgrades and Enhances Prophet 21 Acclaim
>For the latest articles on Prophet 21
>http://www.manufacturing.net/magazine/id/archives/2001/ind010.02/techupdate
.
>htm
>http://www.manufacturing.net/magazine/id/develop/techmain01.1.htm
>http://www.manufacturing.net/magazine/id/archives/2000/ind1201/news.htm
>
>
>
>
>Visit our website at http://www.p21.com/visit
>The information in this e-mail is confidential and may contain legally
>privileged information.  It is intended solely for the person or entity to
>which it is addressed.  Access to this e-mail by anyone else is
>unauthorized. If you are not the intended recipient, any disclosure,
>copying, distribution, action taken, or action omitted to be taken in
>reliance on it, is prohibited and may be unlawful.  If you received this
>e-mail in error, please contact the sender and delete the material from any
>computer.
>
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>


Visit our website at http://www.p21.com/visit 
The information in this e-mail is confidential and may contain legally
privileged information.  It is intended solely for the person or entity to
which it is addressed.  Access to this e-mail by anyone else is
unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution, action taken, or action omitted to be taken in
reliance on it, is prohibited and may be unlawful.  If you received this
e-mail in error, please contact the sender and delete the material from any
computer. 



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to