Display the Tomcat Manager Application?

后端 未结 7 880
闹比i
闹比i 2020-12-20 11:17

using this tutorial http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php#install_viewer

And it tells me to display the Tomcat manager application through this

7条回答
  •  春和景丽
    2020-12-20 11:40

    Below things worked for me on fresh installation of apache-tomcat-7.0.63 -
    
    Please make changes to below files and restart the server using %CATALINA_HOME%\bin>catalina.bat start and then try -   
    http://localhost:8080/manager/html
    
                1) configured variables - CATALINA_HOME and CATALINA_BASE
    
                2) created manager.xml file inside %CATALINA_HOME%\conf\Catalina\localhost
    
                please paste below lines into manager.xml file -
    
                   
                      
                   
    
                3) modified %CATALINA_HOME%\conf\tomcat-users.xml file
    
                please paste below lines into tomcat-users.xml file
    
                  
                  
                  
                  
                  
                  
                  
    
                4) modified %CATALINA_HOME%\conf\server.xml
    
                Search this line '' and add below line after that -
                 
    

提交回复
热议问题