Tomcat Manager problem..

2008-11-05 Thread slytheman
/ /tomcat-users What AM I doing wrong??? -- View this message in context: http://www.nabble.com/Tomcat-Manager-problem..-tp20343461p20343461.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic

RE: Tomcat Manager problem..

2008-11-05 Thread Caldarale, Charles R
From: slytheman [mailto:[EMAIL PROTECTED] Subject: Tomcat Manager problem.. Don't suppose you'd care to tell us your Tomcat version? It makes a significant difference. Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false

tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
authentication. I put in me/tomcat click ok, and it asks me for the username/password again. I'm not sure why it doesn't recognize the user/pass. Please let me know how I can resolve this problem. Thank you. -- View this message in context: http://www.nabble.com/tomcat-manager-problem-%28newbie%29

RE: tomcat manager problem (newbie)

2007-05-16 Thread Caldarale, Charles R
From: Arrowx7 [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem (newbie) I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf/tomcat-users.conf That should be conf/tomcat-users.xml. I'm not sure why it doesn't recognize the user/pass

RE: tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
actually I was editing the users file for the wrong tomcat instance, thank you! Caldarale, Charles R wrote: From: Arrowx7 [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem (newbie) I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf

tomcat manager problem: mbeanserver

2007-04-29 Thread jan84
Hello, I would like to ask you for help with Tomcat Manager. Trying to (un)deploy an application I get this message: FAIL - Encountered exception javax.management.InstanceNotFoundException: MBeanServer cannot find MBean with ObjectName Catalina:type=Deployer,host=localhost. I have searched

RE: tomcat manager problem: mbeanserver

2007-04-29 Thread Caldarale, Charles R
From: [mailto:[EMAIL PROTECTED] Subject: tomcat manager problem: mbeanserver My configuration: Apache Tomcat/5.0, JVM 1.4.2, Linux: 2.6.12-1.1381_FC3. Is this a true Tomcat download and installation, or some 3rd-party repackaging of Tomcat? If the latter, try removing whatever

Re: tomcat manager problem: mbeanserver

2007-04-29 Thread Martin Gainty
and destroy the original message without making a copy. Thank you. - Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, April 29, 2007 2:01 PM Subject: RE: tomcat manager problem: mbeanserver From: [mailto:[EMAIL PROTECTED

apache tomcat manager problem

2007-03-18 Thread u01jmg3
hi, basically i cannot access my tomcat manager thus my ant build.xml script is failing when it comes to install/remove a .war archive of my servlet with my tomcat manager. i can access the examples shipped with Tomcat visiting the URI http://localhost:8080/servlets-examples/ but when i visit