It is possible to run multiple instances of Tomcat. When you run it within Netbeans, the instance you are running is not the instance in your $CATALINA_HOME. This is why when you made changes to the $CATALINA_HOME/conf/tomcat-users.xml file nothing happened.
It just means that netbeans runs its own instance which will include its own configuration files. On Sun, Jan 17, 2010 at 10:48 AM, Pid <p...@pidster.com> wrote: > On 16/01/2010 18:05, DarkMatter2009 wrote: > >> >> I forgot to mention that it was installed with netbeans 6.8. I've just now >> used the password and username found in the netbeans ide under the servers >> section. Could someone possibly explain why tomcat isn't using the >> settings >> in conf so that I can understand in the future? :) >> > > You'd have to see how NetBeans is starting it to work that out. > > > > p > > DarkMatter2009 wrote: >> >>> >>> Hello all, I'm running apache tomcat 6.0.20 on my ubuntu computer. I've >>> changed the entire contents of the tomcat-users.xml found in conf to:- >>> >>> <tomcat-users> >>> <role rolename="manager"/> >>> <user username="tomcat" password="s3cret" roles="manager"/> >>> </tomcat-users> >>> >>> Tried restarting tomcat and even restarting the machine, how ever I still >>> cannot log in. >>> >>> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >