• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat admin console

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Instructions for configuring Tomcat console are terribly bad. Can someone explain simply and efficiently step by step how to enable the administrator console.
I have Tomcat v6.0

Thanks

 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Antonio!

1. Ensure that the admin webapp is installed.

2. Configure the security system. This means uncommenting and/or customizing the security configuration in server.xml. Also, when using the default xml-configured Realm, ensure that an admin user is defined in tomcat-users.xml and that the appropriate roles have been defined.

The hard part line in determining the role names to define and grant, as they have recently changed and you have to read the docs closely to understand what they are.
 
reply
    Bookmark Topic Watch Topic
  • New Topic