Can t find manage Jenkins on Jenkins home page

0 votes
I downloaded Jenkins.war and I put it in tomcat/webapps directory. I launch http://127.0.0.1:8080/jenkins.

I created the first job by configuring jenkins and the job too. it worked like a charm and I went to "manage jenkins" for putting all permissions for everyone but I lost all permissions and to access to manage jenkins too.

What am I supposed to do now?
Aug 9, 2018 in Jenkins by lina
• 8,220 points
4,248 views

1 answer to this question.

0 votes

The simplest solution is reset security.

Tomcat by default stores the user database in an XML file called $TOMCAT_HOME/conf/tomcat-users.xml. You can add the following lines to this file to create an admin user.
<role rolename="admin"/>
<user username="jenkins-admin" password="secret" roles="admin"/>
answered Aug 9, 2018 by Kalgi
• 52,360 points

Related Questions In Jenkins

0 votes
1 answer

running a Jenkins job on multiple virtual servers.

Your goals can be achieved by using ...READ MORE

answered May 25, 2018 in Jenkins by shubham
• 7,340 points
2,795 views
0 votes
2 answers

How to start Jenkins on a different port rather than 8080?

This is simple, use the following command: java ...READ MORE

answered Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
35,157 views
+2 votes
4 answers
0 votes
1 answer

How to rebuild an item on Jenkins pipeline

Yes you can, its pretty simple actually. Go ...READ MORE

answered Jul 10, 2018 in Jenkins by Kalgi
• 2,680 points
3,890 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
0 votes
2 answers

will running multiple Jenkins masters on same host increase the performance?

While using one big master, u can ...READ MORE

answered Aug 7, 2018 in Jenkins by Kalgi
• 52,360 points
3,023 views
0 votes
1 answer

Python unittest cases on jenkins using

XML reporting is now building. Use the ...READ MORE

answered Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
2,614 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP