• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Tomcat login problem

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed Tomcat5.5 in my system. While installing the tomcat i used the administrator username and password as admin, admin. Once i hve started tomcat service authenticated tomcat manager with admin, admin, username and pwd, i checked remember my password option.

Now i hv installed oracle 9i into my system. I wanted to develop a webapplication using JDBC. But now i am unable to login to tomcat. After starting the tomcat service, when ever i open tomcatwelcome page http://localhost:8080 , it is asking username and password. I had given admin , admin but it is not accepting. Asking for username and password again and again. I could not use the tomcat now.

I have uninstalled the tomcat and installed it again, used same username and password as admin but still the same problem i am facing.

I have checked the contents of the file tomcat-users.xml, in conf directory, it shows administrator, manager username and passwords as admin, admin ( as i had given during the installation ). But i could not use tomcat.

Can you please give me a solution to this problem?
Thankyou in advance.
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it Tomcat problem with form based login ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic