Display the Tomcat Manager Application?

后端 未结 7 879
闹比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条回答
  •  -上瘾入骨i
    2020-12-20 11:44

    Hey this issue just took me a lot of time to fix, so my tips would be (if it's relevant to others that view this page as well):

    1. Use command line commands (set CATALINA_HOME etc..) instead of changing it through control panel enviroment variables.

    2. When people use %.....% it means give the path to the folder of this variable, except the folder which you are at in command promplt. For example if you are in C:\ in command line and someone tells you to do %CATALINA_HOME%\bin, assuming for example the path for CATALINA_HOME is C:\Program Files, it means write in command line: Pragram Files\bin (excluding C:).

    Could have saved me a lot of time.

提交回复
热议问题