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/person contains 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 link http://localhost/person/form.html it appears correctly.
Is there some one who can give me a hint.
Thanks
zzantozz@gmail.com - 20 Feb 2008 19:21 GMT
> Hi
> I've a small question.
[quoted text clipped - 7 lines]
>
> 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>