开发者

how to configure Tomcat manager on each instance?

开发者 https://www.devze.com 2023-02-10 12:01 出处:网络
I got Tomcat Instance running and as well the root with Tomcat manager. I am following the following tutorial to configure Tomcat manager on my new Tomcat instance:

I got Tomcat Instance running and as well the root with Tomcat manager. I am following the following tutorial to configure Tomcat manager on my new Tomcat instance: http://grokandroll.com/tomcat/configurating-tomcat-manager.html

After configuring and pointing to www.website.com:8081/manager i got nothing....blank, no errors,no login...and nothing in Logs. my app runs at www.website.com:8081/sample

Any ideas on how to troubleshoot this?

p.s. manager.xml

   <Context path="/manager"          
      docBase="/usr/local/mywebbase/webapps/manager"        
      debug="0"     
      privileged="true">      

   <ResourceLink name="users"      
      global="UserDatabase"       
      type="org.apache.catalina.UserDatabase"/>      
      <!--<Valve className="org.apache.catalina.valves.RemoteAddrValve"           allow="127.0.0.1,192.168.100.100"/>-->          

    </Context>    开发者_运维知识库   


Try going to www.website.com:8081/manager/html.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号