No Authentication Dialog appears for Tomcat Manager

2008-01-12 Thread Mark Riggins
/No-Authentication-Dialog-appears-for-Tomcat-Manager-tp14780731p14780731.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Tomcat Manager session list Gussed user name

2007-10-22 Thread Jacob Rhoden
Jacob Rhoden wrote: I have recently discovered the tomcat manager can not only show a list of sessions, but the Gussed username for that session. This is very handy except it seems to read a session variable called user and just displays it. Our session object called user is a class

Tomcat manager app question

2007-09-20 Thread Matthew Boeckman
Hello list! I've combed through the docs and cannot find a reference to my question. I am looking to grab some of the JVM memory utilization information presented in the tomcat5.5 manager webapp and pull that into a monitoring/reporting system. So far I have found :8080/manager/serverinfo Which

RE: Tomcat manager app question

2007-09-20 Thread Caldarale, Charles R
From: Matthew Boeckman [mailto:[EMAIL PROTECTED] Subject: Tomcat manager app question I am looking to grab some of the JVM memory utilization information presented in the tomcat5.5 manager webapp and pull that into a monitoring/reporting system. Assuming you want to do this remotely

Tomcat manager

2007-08-21 Thread Andrew Hole
Hello! I've lot of tomcat instances running around the world and I want an easy way to manager each one, using some simple manager tool. DO you suggest something? Some plugin to eclipse? Thanks a lot

Re: Tomcat manager

2007-08-21 Thread ben short
In what way do you want to manage them? Are you aware of the manager webapp [1] ? [1] http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html On 8/21/07, Andrew Hole [EMAIL PROTECTED] wrote: Hello! I've lot of tomcat instances running around the world and I want an easy way to manager

tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
Hello, I'm trying to run the tomcat manager, but it asks me for the username/password. I put in the role rolename=manager/ user username=me password=tomcat roles=manager/ in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC

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

RE: Help with using Tomcat Manager

2007-05-16 Thread Caldarale, Charles R
From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] Subject: Help with using Tomcat Manager I also added the following to Server.XML: Context path=/manager debug=0 privileged=true docBase=/usr/local/kinetic/tomcat5/server/webapps/manager /Context Bad move - undo

Re: cant't log in to tomcat manager

2007-05-14 Thread green
Martin Gainty schrieb: login with username which has %CATALINA_HOME%/conf/tomcat-users.xml with roles=admin,manager defined.. M-- helo, i have tried all manager roles form the tomcat-users.xml file, to login. but it doesen't work. My tomcat server works normal. i use tomcat 5.5.16

cant't log in to tomcat manager

2007-05-13 Thread green
helo, i have tried all manager roles form the tomcat-users.xml file, to login. but it doesen't work. My tomcat server works normal. i use tomcat 5.5.16 where is the problem? thank you achi ases - To start a new topic,

Re: cant't log in to tomcat manager

2007-05-13 Thread Martin Gainty
in to tomcat manager helo, i have tried all manager roles form the tomcat-users.xml file, to login. but it doesen't work. My tomcat server works normal. i use tomcat 5.5.16 where is the problem? thank you achi ases - To start

RE: cant't log in to tomcat manager

2007-05-13 Thread Caldarale, Charles R
From: green [mailto:[EMAIL PROTECTED] Subject: cant't log in to tomcat manager i have tried all manager roles form the tomcat-users.xml file, to login. but it doesen't work. You have to add a userid of your choice with a role of manager to the default tomcat-users.xml; there isn't one

RE: Tomcat manager restriction question

2007-05-05 Thread Caldarale, Charles R
From: Roamer [mailto:[EMAIL PROTECTED] Subject: Tomcat manager restriction question Can I assign different user name and pass for different Host?? Yes, you can configure an independent Realm element for each Host. Look at the realm doc, especially here: http://tomcat.apache.org/tomcat-5.5

Tomcat manager restriction question

2007-05-04 Thread Roamer
After reading and trying the setting from this page. I would like to ask some questions. http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html - In {Tomcat Home}\conf\server.xml, if I added these tags: Host name=A appBase={path of A} unpackWARs=true autoDeploy=true

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

Cas Filter, security filter and tomcat manager

2007-04-25 Thread Aurélien Allienne
Hi, I want to use these filters for authenticate on tomcat manger. I use this wiki page : http://www.ja-sig.org/wiki/display/CASC/Combining+CASFilter+with+Tomcat+Realms+using+SecurityFilter http://www.ja-sig.org/wiki/display/CAS/CASifying+Tomcat+Manager So I have this in my web.xml

Tomcat Manager remember Authentication

2007-04-10 Thread Abo alnoor
when I enter the tomcat manager, the authentication dialoge opened and ask me to enter username password, and I check the remember my password for the first time to remember me in the next time, then I clear all the cookies and histories and password form.. etc and all my private data from my

Re: Tomcat Manager remember Authentication

2007-04-10 Thread David Smith
alnoor wrote: when I enter the tomcat manager, the authentication dialoge opened and ask me to enter username password, and I check the remember my password for the first time to remember me in the next time, then I clear all the cookies and histories and password form.. etc and all my private

Re: Tomcat Manager remember Authentication

2007-04-10 Thread Abo alnoor
you can see the basic authentication dialoge in tomcat which have the remember function: http://www.nabble.com/file/7782/tomcat.JPG -- View this message in context: http://www.nabble.com/Tomcat-Manager-remember-Authentication-tf3551322.html#a9918256 Sent from the Tomcat - User mailing list

Re: Tomcat Manager remember Authentication

2007-04-10 Thread David Smith
Abo alnoor wrote: you can see the basic authentication dialoge in tomcat which have the remember function: http://www.nabble.com/file/7782/tomcat.JPG But it's generated by your browser. Tomcat does not have control over this. If you use Firefox, it'll ask you if you want to remember the

Re: Tomcat Manager remember Authentication

2007-04-10 Thread Abo alnoor
let me explain more, I use internet explorer which remember the username and password of tomcat manager although I cleared its history and cookies and cleared forms and passwords and unchecked auto complete feature, but in other browse such as firefox I erase the private data from firefox, then I

Re: Tomcat Manager remember Authentication

2007-04-10 Thread David Smith
Abo alnoor wrote: let me explain more, I use internet explorer which remember the username and password of tomcat manager although I cleared its history and cookies and cleared forms and passwords and unchecked auto complete feature, but in other browse such as firefox I erase the private data

Re: Tomcat Manager remember Authentication

2007-04-10 Thread Abo alnoor
of course I close all the internet explorer windows and also restart windows XP and also restart the apache tomcat but the problem still appear -- View this message in context: http://www.nabble.com/Tomcat-Manager-remember-Authentication-tf3551322.html#a9918800 Sent from the Tomcat - User

Re: Tomcat Manager remember Authentication

2007-04-10 Thread David Smith
Abo alnoor wrote: of course I close all the internet explorer windows and also restart windows XP and also restart the apache tomcat but the problem still appear Fair enough ... just checking the obvious stuff that gets missed when staring at a problem long enough. The only other place I

RE: Tomcat Manager Authentication

2007-04-09 Thread David Rodríguez Fernández
Tomcat don't save the password, the password is sent by IE in every connection. Maybe you don't has erased all data. -Mensaje original- De: Abo alnoor [mailto:[EMAIL PROTECTED] Enviado el: lunes, 09 de abril de 2007 11:45 Para: users@tomcat.apache.org Asunto: Tomcat Manager

Re: Tomcat Manager Authentication

2007-04-09 Thread Abo alnoor
sorry, I erase all the data, you can try that. if your talks correct, what is the choice remember my password in the tomcat manager authentication dialoge and who it remember my username and password next time Abo alnoor wrote: when I enter the tomcat manager, the authentication dialoge

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, March 28, 2007 5:07 PM Subject: Tomcat manager console not appearing Hi All, I have enabled the tomcat manager console in a Solaris box by adding the necessary roles and usernames in /opt/apache-tomcat-5.5.17/conf/ tomcat-users.xml

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Fabian Arocena [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED] Cc: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 29, 2007 8:53 AM Subject: Re: Tomcat manager console not appearing

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 29, 2007 8:53 AM Subject: Re: Tomcat manager console not appearing Thank you for your answer, Martin. This is how my tomcat-users.xml looks like (I have it the same way in another Solaris box, same version and same tomcat version

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
Arocena [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED] Cc: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 29, 2007 11:38 AM Subject: Re: Tomcat manager console not appearing why? The standard role is well defined ... It doesn't even prompt me for a user id password

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Fabian Arocena [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED] Cc: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 29, 2007 11:38 AM Subject: Re: Tomcat manager console not appearing why

Tomcat manager console not appearing

2007-03-28 Thread Fabian Arocena
Hi All, I have enabled the tomcat manager console in a Solaris box by adding the necessary roles and usernames in /opt/apache-tomcat-5.5.17/conf/ tomcat-users.xml. Everything goes fine when I log in to one of them ( manager console ( by going to this link: https://151.193.178.113/manager/html

Re: Tomcat manager console not appearing

2007-03-28 Thread Martin Gainty
: Tomcat manager console not appearing Hi All, I have enabled the tomcat manager console in a Solaris box by adding the necessary roles and usernames in /opt/apache-tomcat-5.5.17/conf/ tomcat-users.xml. Everything goes fine when I log in to one of them ( manager console ( by going

configuring tomcat manager

2007-03-19 Thread Thakkar P [Mauj.com]
Hi, I am trying to configure tomcat to provide me access of tomcat manager and admin modules but i not able to configure it properly. i have made the changes in /usr/local/jakarta-tomcat/conf/tomcat-users.xml to add a user as user username=tomadmg password=tomadmg roles=manager/ still i am

Re: configuring tomcat manager

2007-03-19 Thread rmarra
Hi Im not an expert, but did you already rebooted Tomcat? I tried to add the same in mine tomcat-users.xml works properly Hi, I am trying to configure tomcat to provide me access of tomcat manager and admin modules but i not able to configure it properly. i have made the changes in /usr

Re: configuring tomcat manager

2007-03-19 Thread sanane sanane
manager Date: Mon, 19 Mar 2007 10:45:41 +0100 (CET) Hi Im not an expert, but did you already rebooted Tomcat? I tried to add the same in mine tomcat-users.xml works properly Hi, I am trying to configure tomcat to provide me access of tomcat manager and admin modules but i not able to configure

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 http

Tomcat Manager deletion

2006-12-07 Thread Remy.Coqueugniot
Hi tomcat users, On a win32 environment, I've installed many Tomcat instances for one Tomcat home. Ex: -Service 1: set CATALINA_HOME=C:\tomcat55 set CATALINA_BASE=C:\tomcat_appliA -Service 2: set CATALINA_HOME=C:\tomcat55 set CATALINA_BASE=C:\tomcat_appliB For each of those instances, I've

Re: Accessing Tomcat Manager failure

2006-11-19 Thread Martin Gainty
- From: Rusty Mccloud [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, November 18, 2006 6:12 PM Subject: RE: Accessing Tomcat Manager failure Attached is the server.xml file requested. Regards, Rusty -Original Message- From: Gregor Schneider [mailto

RE: Accessing Tomcat Manager failure

2006-11-18 Thread Rusty Mccloud
Attached is the server.xml file requested. Regards, Rusty -Original Message- From: Gregor Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, November 17, 2006 02:33 PM To: Tomcat Users List; Martin Gainty Subject: Re: Accessing Tomcat Manager failure Please post the file

FW: Accessing Tomcat Manager failure

2006-11-17 Thread Rusty Mccloud
Regards, Rusty From: Rusty Mccloud Sent: Friday, November 17, 2006 11:22 AM To: 'users@tomcat.apache.org' Subject: Accessing Tomcat Manager failure I have Apache Tomcat 5.0.19 deployed remotely from the Apache installation. I did not do

Re: Accessing Tomcat Manager failure

2006-11-17 Thread Martin Gainty
- From: Rusty Mccloud [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, November 17, 2006 12:28 PM Subject: FW: Accessing Tomcat Manager failure Regards, Rusty From: Rusty Mccloud Sent: Friday, November 17, 2006 11:22 AM To: 'users

Re: Accessing Tomcat Manager failure

2006-11-17 Thread Gregor Schneider
Please post the file $CATALINA_HOME/conf/server.xml so that we can see where how the ressource for your authorization is defined. Greg -- what's puzzlin' you, is the nature of my game - To start a new topic, e-mail:

PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message Unauthorized when connecting to http://127.0.0.1:8080/ what should

I: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
A: 'users@tomcat.apache.org' Oggetto: PROBLEMS CONNECTING TO TOMCAT MANAGER Priorità: Alta Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I

Re: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Roberto Marra
defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message Unauthorized when connecting to http://127.0.0.1:8080/ what should be the problem? Can you help me? Thank you! INSTALLATION Windows Server 2000 Service Pack4 Defined

R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
- 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Roberto Marra [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.48 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Hello Daniela, there are no firewall

Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Stephan Schöffel
ping localhost How can I see if the localhost is locked? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Stephan Schöffel [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.55 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER ping localhost How can I see if the localhost

R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
PROTECTED] Inviato: venerdì 27 ottobre 2006 10.55 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER ping localhost How can I see if the localhost is locked? - To start a new topic, e-mail: users

R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
- Da: Davide Romanini [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.22 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha scritto: Hi Although I have installed Tomcat 5.5 using the default

Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread David Smith
- Da: Davide Romanini [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.22 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha scritto: Hi Although I have installed Tomcat 5.5 using the default

R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
originale- Da: David Smith [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.43 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER Yes, when using the memory realm (tomcat-users.xml), bounce tomcat on every change. Also (and this might be a typo in the email

Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Davide Romanini
Il giorno ven, 27/10/2006 alle 11.31 +0200, Daniela Marangoni ha scritto: Hi I have tried with user test ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ role rolename=manager/ role rolename=admin/ user username=tomcat

RE: R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Caldarale, Charles R
From: Daniela Marangoni [mailto:[EMAIL PROTECTED] Subject: R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER Do you I need to define 8080 on file services located on the directory: Winnt\system32\drivers?? No. But, ping will not tell you if a specific port is blocked by your Windows firewall

Tomcat Manager

2006-10-16 Thread Mathieu Larchet
Hello, Is there any way to manage through Tomcat Manager applications deployed in different Virtual Hosts ? At this time, I have to copy and deploy the Tomcat Manager webapp in every virtual host. Thanks -- Mathieu Larchet Centre de Ressources Informatiques Université Nancy 2 [EMAIL

RE: Tomcat Manager

2006-10-16 Thread Caldarale, Charles R
From: Mathieu Larchet [mailto:[EMAIL PROTECTED] Subject: Tomcat Manager Is there any way to manage through Tomcat Manager applications deployed in different Virtual Hosts ? All you should have to do is place manager.xml in each conf/Catalina/[host] directory. - Chuck

Re: Tomcat Manager

2006-10-16 Thread Mathieu Larchet
Ok but that's already what I'm doing, I don't want to access different managers, I want to access all my applications in a single one, even if there are in different virtual hosts. Caldarale, Charles R a écrit : From: Mathieu Larchet [mailto:[EMAIL PROTECTED] Subject: Tomcat Manager

RE: Tomcat Manager

2006-10-16 Thread Caldarale, Charles R
From: Mathieu Larchet [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat Manager Ok but that's already what I'm doing, I don't want to access different managers, I want to access all my applications in a single one, even if there are in different virtual hosts. The manager app, as written

Session count in tomcat manager

2006-10-12 Thread Rizwan Merchant
Hi, I am using tomcat 5.5.15 to host 2 applications (2 contexts). I am trying to figure out how to monitor the application statistics using the tomcat manager. I noticed that when I restart the tomcat server the Active Sessions count for one of the applications remains the same

Re: Session count in tomcat manager

2006-10-12 Thread Christopher Schultz
Riz, I noticed that when I restart the tomcat server the Active Sessions count for one of the applications remains the same as it was before the server was shut down. Does this make sense? When you shut down Tomcat, I believe the default is to write session information out to a saved-sessions

RE: Session count in tomcat manager

2006-10-12 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Session count in tomcat manager When you shut down Tomcat, I believe the default is to write session information out to a saved-sessions file. When you start Tomcat back up, it reads this file so that any active sessions

tomcat manager security

2006-10-06 Thread Rizwan Merchant
Hi, Can someone give me some insight into how secure the tomcat manager page is on a production application? Currently we have an application running on the production box, and we also have the manager running (password protected of course) so that we can access the tomcat status pages

Tomcat Manager Commands via HTTP

2006-09-06 Thread Yusuf
to execute Tomcat manager commands via HTTP. How would I work around the login dialog? Is it possible to specify the username and password as well? If it's not possible, how else could I reload a webapp from a remote machine? (I'm trying the above method, but I don't want the login dialog) If that's

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Mark Thomas
Yusuf wrote: Hi I have a Tomcat server running on one machine with one webapp loaded. The webapp itself is empty, but there's a web service deployed to its context (ie. I have Axis running inside the webapp!). I need to restart either the webapp or Tomcat, and my question is how do I do

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread David Smith
There are a lot of command line tools that can send the basic auth headers expected by the manager. Curl and wget come to mind. You could also use a java program with the commons httpclient project easily enough. You could send the url in a browser address bar easily enough as well, although

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Mikolaj Rydzewski
Yusuf wrote: I have a Tomcat server running on one machine with one webapp loaded. The webapp itself is empty, but there's a web service deployed to its context (ie. I have Axis running inside the webapp!). I need to restart either the webapp or Tomcat, and my question is how do I do that? To

RE: Tomcat upgrade from 5.0.28 to 5.5.17, Tomcat Manager does not work for context based deployments

2006-08-16 Thread Venkatesh Jayaraman \(jvenky\)
to 5.5.17, Tomcat Manager does not work for context based deployments We are trying to use tomcat manager feature. http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Deploy%20A%20 New% 20Application%20Remotely Deploy A New Application from a Local

Re: Tomcat upgrade from 5.0.28 to 5.5.17, Tomcat Manager does not work for context based deployments

2006-08-16 Thread Mark Thomas
Venkatesh Jayaraman (jvenky) wrote: Let me answer my own posting here. Tomcat 5.5.17 changed code with respect to deploy command. But documentation did not reflect it. Deploy works if the url specified a. With jar prefix removed b. default path added at the end

Tomcat upgrade from 5.0.28 to 5.5.17, Tomcat Manager does not work for context based deployments

2006-08-15 Thread Venkatesh Jayaraman \(jvenky\)
We are trying to use tomcat manager feature. http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Deploy%20A%20 New% 20Application%20Remotely Deploy A New Application from a Local Path. Deploy using a Context configuration .xml file Here

Re: 404 Error when trying to connect Tomcat Manager

2006-07-21 Thread Foo Shyn
, FooShyn - Original Message - From: Propes, Barry L [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, July 21, 2006 6:20 AM Subject: RE: 404 Error when trying to connect Tomcat Manager through the web at port 8080 you're accessing this? Or just in your directory

404 Error when trying to connect Tomcat Manager

2006-07-20 Thread Foo Shyn
Hi guys, Was facing a problem when trying to connect to Tomcat Manager. I manage to access to the index.jsp page but when i click on the Manager link it gives me a 404 error. I'd check the manager web.xml and application and they look fine to me. Is there any cause that will make this happen

RE: 404 Error when trying to connect Tomcat Manager

2006-07-20 Thread Shirode, Sangita \(Sangita\)
You need to add the following line in the tomcathome/conf/tomcat-users.xml file user username=admin password= roles=manager/ And login with admin and blank password to tomcat manager sangita -Original Message- From: Foo Shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006

Tomcat Manager Undeploy Problems

2006-07-20 Thread Gamigin Gamigin
I have been using Tomcat Manager web interface to deploy/undeploy applications. Recently, I've been experiencing problems. I was wondering if anyone knew what may cause this? I click undeploy. The browser starts loading. Normally it can take 20 seconds for a large app, but then the interface

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
I'm still scheming up a way to handle this. One idea was to try and copy the manager web application from server/webapps and place it in to the regular webapps directory as manager-5028/ I don't know if this is any kind of security risk, but I'll worry about that after I get things working.

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread David Smith
No, that won't work. Copying jar files from server/lib will cause classloader problems. There is a simpler way: 1. Rename manager.xml in conf/Catalina/localhost to manager-5028.xml 2. Change the path attribute in manager-5028.xml to manager-5028 3. Restart tomcat (or start if it's already

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
On 7/10/06, David Smith [EMAIL PROTECTED] wrote: No, that won't work. Copying jar files from server/lib will cause classloader problems. There is a simpler way: 1. Rename manager.xml in conf/Catalina/localhost to manager-5028.xml 2. Change the path attribute in manager-5028.xml to

Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-08 Thread Brian Munroe
I am trying to set up an environment that has both a Tomcat 5.5.17 and a Tomcat 5.0.28 instance running, accessed via Apache 2.0.58 + mod_jk. Can anyone recommend a URL layout to access the different Tomcat managers? My current configuration looks like this In httpd.conf -

Tomcat Manager

2006-06-08 Thread opensta
this message in context: http://www.nabble.com/Tomcat-Manager-t1754215.html#a4769623 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

System down web.xml partially working when restart webapp via tomcat manager

2006-05-28 Thread David Wall
that displays an error message. What we found is that if we stop/start or reload the webapp using the Tomcat Manager application, the original context listener class is still being invoked, which of course we don't want since it initializes the application and such. We do find that the all

Re: System down web.xml partially working when restart webapp via tomcat manager

2006-05-28 Thread David Wall
the Tomcat Manager application, the original context listener class is still being invoked, which of course we don't want since it initializes the application and such. We do find that the all requests to any URL will use the system down servlet, so the system is restarting using the system down

Reposting: Creating context and datasources using Tomcat Manager and Administrator

2006-03-13 Thread foo shyn
Hi, Reposting my question in case i missed out the crowded session(sent it out on friday night and get no response :p).. Thanx Hi guys, Lately i'd been trying to deploy my apps remotely using the Tomcat Manager and Administrator. I found that if : 1) i upload my war file first, then go

Re: Creating context and datasources using Tomcat Manager and Administrator

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

Creating context and datasources using Tomcat Manager and Administrator

2006-03-10 Thread foo shyn
Hi guys, Lately i'd been trying to deploy my apps remotely using the Tomcat Manager and Administrator. I found that if : 1) i upload my war file first, then go to the Administrator to create my datasource, the Administrator would give me an error page when i select my context. The error thrown

re: Tomcat Manager behaviour difference between 5.0 and 5.5

2006-01-31 Thread Grandy Fu
It seems that no one can answer my question, maybe my English is not good enough to express the problem, sorry about that. Let me rephrase the problem: Objective: Allow all users (students) to enable/disable/reload their own tomcat applications by using Tomcat Manager. How: Users

Tomcat Manager behaviour difference between 5.0 and 5.5

2006-01-26 Thread Grandy Fu
=org.apache.catalina.startup.HomesUserDatabase/ and some little scripts that make use of tomcat manager, all students can deploy/undeploy/reload their own application at their will. Recently, I was going to upgrade our Tomcat server from 5.0.x to 5.5.x and found that my little scripts were not alwyas working as they should suppose

Re: Re: access denied to Tomcat manager

2005-12-21 Thread Warren Pace
Could be as simple as not having added a user with manager role to tomcat-users.xml. From: vineesh kumar [EMAIL PROTECTED] Date: 2005/12/21 Wed AM 12:58:08 EST To: Tomcat Users List users@tomcat.apache.org Subject: Re: access denied to Tomcat manager you may not have access permission

RE: Re: access denied to Tomcat manager

2005-12-21 Thread Ariel Pashtan
I had a user with manager role, however that did not resolve the problem. Could it be that the Tomcat Manager application was inadvertently undeployed and that it needs to be redeployed? If so, how does one redeploy the manager? Thanks! -Original Message- From: Warren Pace [mailto:[EMAIL

access denied to Tomcat manager

2005-12-20 Thread Ariel Pashtan
Hi, For some reason I cannot access the Tomcat Manager application from the Tomcat home page. While I can access Tomcat Administration, access to the manager is denied: HTTP Status 403 - Access to the requested resource has been denied Any suggestions on how to resolve this? Thanks

Re: access denied to Tomcat manager

2005-12-20 Thread vineesh kumar
you may not have access permission to the directory containing the manager utils, check the permission of the directory webapps an others On 12/21/05, Ariel Pashtan [EMAIL PROTECTED] wrote: Hi, For some reason I cannot access the Tomcat Manager application from the Tomcat home page. While

Re: apache + mod_jk + tomcat. Manager application problem

2005-12-05 Thread Mirek Kopriva
Ok, I was a bit lazy/didn't have much time to look at it closer + i thought it might be something obvious everybody knows about. So sorry for asking and not providing more info. The problem was that the default Engine element with jvmRoute after uncommenting has a different name (Standalone

apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Mirek Kopriva
Hi I have a strange problem. When I install tomcat + apache + mod_jk. Everything seems to work fine (our application, examples...) except the tomcat's Manager application. Anybody has an idea why? I'm using apache 2.0.52 mod_jk 1.2.15 rtomcat 5.5.12 Thanks a lot for any help.

RE: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Nate Rock
testing the Apache/JK/Tomcat setup so I might as well know what I am getting myself into. -rOcK -Original Message- From: Mirek Kopriva [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 3:26 PM To: users@tomcat.apache.org Subject: apache + mod_jk + tomcat. Manager application

Re: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Markus Schönhaber
Mirek Kopriva wrote: Hi I have a strange problem. When I install tomcat + apache + mod_jk. Everything seems to work fine (our application, examples...) except the tomcat's Manager application. Anybody has an idea why? I'm using apache 2.0.52 mod_jk 1.2.15 rtomcat 5.5.12 Thanks a lot for

Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
text and MD5 encrypted in user table. Still not okay. 2005/10/21, Caldarale, Charles R : From: Giorgio Clavelli [mailto:[EMAIL PROTECTED] Subject: Re: Unable to open Tomcat Manager? I solved it by deleting the all Server files and re-unzip them back in the same location (possibly

Re: Unable to open Tomcat Manager?

2005-10-21 Thread Paul Singleton
Caldarale, Charles R wrote: ... Note that you cannot manually edit tomcat-users.xml while Tomcat is running, since Tomcat rewrites it at some point (probably at termination, but I haven't verified that). Does anyone else find that 5.5.9 rewrites it with these permissions under Linux?

<    1   2   3   4   5   6   >