by zzantozz@[EMAIL PROTECTED]
Feb 20, 2008 at 11:21 AM
On Feb 10, 9:50 pm, "Momo" <arg...@[EMAIL PROTECTED]
> wrote:
> Hi
> I've a small question.
> I configured Tomcat 5.5 and deployed a page using it. The prob is that
when
> I try to view just the folder
> for example:http://localhost/personcontains
the file form.html
> normally, when we type the link given above, we should get the files
> contained in the folder. I get "resource not available" but when I type
the
> whole of the linkhttp://localhost/person/form.htmlit
appears correctly.
> Is there some one who can give me a hint.
>
> Thanks
I'm surprised that nobody has replied to you yet. Maybe I missed
something? In Tomcat 5.5, directory listing is disabled by default,
meaning that your request for the "person" directory will respond with
an error. To learn how to enable directory listings, search this page
for "directory listings":
<http://wiki.apache.org/tomcat/FAQ/Miscellaneous>