"Sfikas, Ted" wrote:
> 
> Can't find this in documentation -- How do we turn Fancy Indexing on in Tomcat?
> 

 Standalone Tomcat's DefaultServlet is responsible for
serving static content. It doesn't support Apache style
FancyIndexing/IndexOptions. You can write your own if
you want. You can browse the DefaultServlet source online
at:

  http://cvs.apache.org/viewcvs/jakarta-tomcat-4.0/

        catalina/
        src/
        share/
        org/
        apache/
        catalina/
        servlets/
        DefaultServlet.java

 It sounds like a useful thing to do, maybe somebody
else has already done it?

-- 
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

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

Reply via email to