I have downloaded and installed Tomcat servlet on my Windows 8...
Inside which many application's .war
files are present. Also Jenkins. I was able to start it and create jobs and plugins through it. But I gave a wrong credentials for Advanced -> plugin -> HTTP Proxy while installing Maven. Maybe this is what is blocking me to login and gives message: Admin Is Missing the Overall/Read Permission.
I searched in Jenkins and many other sites; hey had mentioned to follow these steps...
- Stop Jenkins (the easiest way to do this is to kill the servlet container.)
- Go to
$JENKINS_HOME
in the file system and find config.xml file. - Open this file in the editor.
- Look for the
<useSecurity>true</useSecurity>
element in this file and replacetrue
withfalse
- Remove the elements
authorizationStrategy
andsecurityRealm
. - Start Jenkins
But I searched everywhere to find the config.xml
on Windows, but I can't find it. Where it is?