Thank you both for those information, they were very helpful. Again, thank
you so much. =)
Caldarale, Charles R wrote:
>
>> From: uddav [mailto:[EMAIL PROTECTED]
>> Subject: Creating virtual directory in Tomcat - HTTP Status 404 ...
>>
>>
> From: uddav [mailto:[EMAIL PROTECTED]
> Subject: Creating virtual directory in Tomcat - HTTP Status 404 ...
>
> docBase="/dirtest/prod_scrpts"
> URL "http://:8080/test" i get the error:
> HTTP Status 404 - /test/
Unless you
What is in the directory /dirtest/prod_scrpts? If it doesn't have a
file named index.jsp, index.html or index.htm (defaults set in
conf/web.xml) then it will give a 404. Try a very small "hello world"
html page for one of those files. The default is to disable file
listings for directories w
preciated.
Thankyou
uddav
--
View this message in context:
http://www.nabble.com/Creating-virtual-directory-in-Tomcat---HTTP-Status-404-...-tp19887681p19887681.html
Sent from the Tomcat - User mailing list archive at Nabble.com.