Apache TomcatGeneral discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
When i try changing the default page in tomcat to a different index.html under my applications directory (by modifying the server.xml file), my browser throws up a blank page with the error message as "permission denied". However, it accepts redirection to the any different html file.
Could you please direct me as to what could be the reason for the permission denied error when trying to set my applications index.html as the default page
if you try changing the web.xml file , (welcome-file-list) index.html for other file ( html, jsp , ... ) i think it is correct. The web.xml file is independent for each application.