Mohit Anchlia wrote:
> How can I limit access to the home page so that people are not able to
> access the home page?

By not creating the home page (/index.html, /index.jsp, ...) at all,
and making sure that directory indexing is disabled?

Or is there a use case in your application where the home page
is needed and used?

Or, if you're referring to the Tomcat default page at server root
(http://server:port/) URL, by not deploying the ROOT webapp.
-- 
..Juha

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to