You could use the java.net.URL class from your servlet to get the directory 
listing that is produced.  Then you can process that however you like.

The snag is that you would have to have the servlet at a different URL.  In 
other words, if http://foo.com/ gives you the directory listing, you would 
have to put the servlet at (say) http://foo.com/prettyList - because if you 
arranged to have it served from http://foo.com/ it would be trying to read 
its own output, which would get it rather confused, I'd think.

Nick

At 01:01 PM 7/27/01 +0200, you wrote:

>I have an application with directory-browing="allow". When I request for
>a directory, orion displays a page with the directory list.
>
>How could I write a JSP/Servlet to customize this list ??
>
>TIA
>--
>··················································
>Juan Fuentes Nieto                   Essi Projects
>[EMAIL PROTECTED]    t +34 977 221 182
>http://www.essiprojects.com      f +34 977 230 170
>··················································


Reply via email to