• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Unable to get TomcatManager console

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI

I installed Tomcat 5.0.29. when installation it asked for password for admin role and i provided.

Everything is success. Tomcat Has been started.

when i typed http://localhost:8080/ it shown the page . In that page when i clicked the TomcatManager it is giving error like below



it is not even asked me username and password to access the TomcatManager.

I also checked the tomcat-users.xml. The tomcat-users.xml file looks as below..




In above xml file i have a role called manager and also i have a user with assigned role(manager).

so what's wrong in my configuration. Is any other thing to do , to access TomcatManager. I'm able to access Admin console. Only problem with the TomcatManager console
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I recall, the Manager app is not part of the normal Tomcat 5 download - you have to download and install it separately.

Check for the existance of the manager directory:

(tomcat)\server\webapps\manager

Bill
 
udaykumar maddigatla
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bill,

I installed the Tomcat 5.0.29. If we installed the tomcat 5.5 then separate admin and manager packages has to be install.

As of i know tomcat 5.0.29 comes with admin and manager packages.

I also checked the (tomcat)\server\webapps\manager . This folder is avaliable in installation folder along with admin too.

Please tell me what went wrong with my configuration.

Thanks in advance.
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I have been using Tomcat 5.5.9 for years and cant remember any peculiarities of 5.0

Bill
 
Beauty is in the eye of the tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic