Re: Question about Tomcat Rest Verbs initial settings allowed

2014-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rob, On 8/8/14, 7:50 PM, Rob Silver wrote: > Is it true that by default on a Apache Tomcat 7.025 server RESTFUL > verbs are enabled as part of the HTTP protocol Tomcat uses? Tomcat does not filter HTTP verbs other than TRACE out of the box. If you

How to access tomcat manger user interface?

2014-08-09 Thread Mohit Gupta
i am using spring tcserver-2.9.5 (tomcat) as webserver. I want to access tomcat manager UI. I tried to access it by http://local:8080/manager/html but i get blank page. I have done below entry under tomcat-users.xml Any help what i am missing here? Is 8080 is not right port for admin.