configar tomcat in Net Bean(5.5) IDE

Hi , when i am configar the tomcat in NetBeansand deploying the application , it asking username ,and password ,i enterd ,but it showing like invalid manger user name and password . i need to add server again or any sugestion.Raghava
[261 byte] By [Raghava.javaa] at [2007-11-27 6:17:29]
# 1

Go to your home directory. /home/Raghav or something like that in Linux or C:\\Documents and Settings\Raghav in Windows. Look for a diretory .netbeans and in it look for the Tomcat directory. In the Tomcat directoy look for a folder called config then a file users.xml. Edit that file from a text editor.

Jamwaa at 2007-7-12 17:30:25 > top of Java-index,Java Essentials,Java Programming...
# 2
Hi , thank u for Replay i just gone through the .netbeans in config folder. but i didn't get that user.xmlThanksRaghava
Raghava.javaa at 2007-7-12 17:30:25 > top of Java-index,Java Essentials,Java Programming...
# 3
There exists an xml file that has users and their roles. just open up the xml files in a text editor and check. The one in question has approxmately 10 lines with lines defining the roles each user has.Regards.
Jamwaa at 2007-7-12 17:30:25 > top of Java-index,Java Essentials,Java Programming...