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

Summary: unable to log into Tomcat Manager - bad id/pw
Product: serverplugins Reporter: shche123 <shche123>
Component: TomcatAssignee: Thuy.d Nguyen <thuydn>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.