With the help of apt-get
, I installed Jenkins version 1.447.2+dfsg-3. I managed to put the jenkins.war
under the directory /var/lib/tomcat7/webapps
. When I connect to http://localhost:8080/jenkins
, I get the dashboard homepage. I also access all sub-sites, however, the management part .../jenkins/manage
fails. The browser needs endless time to connect to it.
I tried to google this problem, but I only get tips about how to "manage" Jenkins with the help of the view I cannot access. Why especially this sub-site? Is this a Jenkins bug or a problem with my Tomcat? Has anyone any idea how to fix this?
Let me know if you need more information via a comment.