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 79839 - tomcat password change not updated on tomcat-users.xml
Summary: tomcat password change not updated on tomcat-users.xml
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-06 19:05 UTC by massenz
Modified: 2006-07-10 09:20 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 massenz 2006-07-06 19:05:07 UTC
It appears that the tomcat-users.xml file is not updated when the password for
the 'manager' role is changed in the server properties.

This *may* be due to the fact I was running NB from a different user account
than the one that was used to install NB originally.

Everything else runs fine and can create/design/run the Midnight Cookie tutorial
(http://www.netbeans.org/kb/50/tutorial-webapps.html)

Manually changing the user/pwd in the file fixes the issue.
Comment 1 Sherold Dev 2006-07-10 09:20:35 UTC
The described behavior is not a bug, it is intentional.

The username and the password from the server manager dialog uses the IDE for
connecting to Tomcat and since the tomcat-users.xml file is not the only way
that Tomcat can use for authentication (it can use JDBC connection for
authentication for example) we do not even plan to change this.