This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155772 - unable to log into Tomcat Manager - bad id/pw
Summary: unable to log into Tomcat Manager - bad id/pw
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 16:17 UTC by shche123
Modified: 2009-02-19 23:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shche123 2008-12-18 16:17:03 UTC
After a clean NB 6.5 Tomcat 6.0.18 install, the tomcat-users.xml file has not added user 'ide' and the whole
<tomat-users> section is also commented out:

<tomcat-users>
<!--
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
-->
</tomcat-users>
Comment 1 shche123 2009-01-01 00:17:07 UTC
It might be that part of the issue is that the install create both BASE and HOME installations and uses the BASE
installation. The unedited tomcat-users.xml file is in the HOME installation.