NetBeans keeps its own copy of the configuration in
~/.netbeans/6.8/apache-tomcat-6.0.20_base/conf/Catalina.
If you check the tomcat-users.xml in there, you will find the user, role and
password.
DarkMatter2009 wrote:
>
> I forgot to mention that it was installed with netbeans 6.8. I've just n
Thanks for that :)
ziggy25 wrote:
>
> 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 h
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 ow
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 under
Probably you are running with $CATALINA_BASE != $CATALINA_HOME.
See "Multiple Tomcat Instances" in the file RUNNING.txt in the Tomcat
distributive.
2010/1/16 DarkMatter2009 :
>
> I forgot to mention that it was installed with netbeans 6.8. I've just now
> used the password and username found in
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? :)
DarkMatter2009 wrot
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:-
Tried restarting tomcat and even restarting the machine, how ever I still
cannot log in.
--
View this message in context:
http://old.nabble.com/Can