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

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]

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

Tomcat manager

2008-02-01 Thread Scott McClanahan
Is there any difference between an undeploy and a stop of a web application other than the fact that an undeploy removes the application contents from the file system? Is there any type of additional clean up of sessions or objects that occur during an undeploy that don't occur during a stop of a

Tomcat -- manager

2008-04-25 Thread Khurram H Khan
I need to know if Tomcat is deployed on a production environment, how can I use its manager to stop and start a web application. I have created a role named manager and its username and password. When I go to URL http://IP_ADDRESS/manager/stop?path=/My_WebAp, it asks me for a username and passw

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 to

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.

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: Tomc

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 vi

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 deplo

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 still i am getting below error: Access to the requested resource

Tomcat Manager Authentication

2007-04-09 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 fro

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 man

Re: Tomcat manager

2008-02-01 Thread David Brown
An undeploy removes the (dot).war. The dot war is all that defines a well-behaved J2EE application on Tomcat. The only residue is what was the app doing in terms of further network connections: databases? JDBC, file uploads, web services, etc. HTH. Scott McClanahan wrote .. > Is there any diffe

Re: Tomcat -- manager

2008-04-25 Thread Mark Thomas
Khurram H Khan wrote: I would appreciate it if someone could guide what I need to do differently in the case of production environment where tomcat is accessed through port 80. Nothing. Something in your production configuration is wrong/different. Maybe you are using a different realm (since

[Fwd: Tomcat manager]

2008-05-13 Thread Khurram H Khan
Hello everyone, I have sent an email before regarding tomcat manager. And the issue was that I could not use the same username and password to start/stop a webapp using http://IP_ADDRESS/manager/stop?path=/My_WebAp . And it keeps popping up an input box for username and password. I have the

Re: Tomcat manager

2008-05-18 Thread Khurram H Khan
nik - Dev Lists wrote: you have specified "some_user" multiple times, it should only have 1 entry per username. roles="admin,manager,tomcat,role1"/> Khurram H Khan wrote: Hello everyone, I have sent an email before regarding tomcat manager. And the issue was that

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 inte

Re: tomcat manager security

2006-10-06 Thread Hassan Schroeder
On 10/6/06, Rizwan Merchant <[EMAIL PROTECTED]> wrote: 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 cour

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 hav

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: Assume I gave them the same user name and password whic

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 in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC authentication. I put in me/tomcat click ok, and it asks me for the use

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

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 ha

Re: configuring tomcat manager

2007-03-19 Thread sanane sanane
You can try to add admin role to the roles attribute, as I show below sample xml From: [EMAIL PROTECTED] Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: configuring tomcat manager Date: Mon, 19 Mar 2007 10:45:41 +0100 (CET) Hi Im not an expert,

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: Tomc

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 authen

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 authen

Tomcat Manager remember Authentication

2007-04-09 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 fro

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 Problems

2008-01-18 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Fwd:Tomcat Manager Problems > > What should I do? To start, don't post the same message more than once. > 18-gen-2008 15.35.08 > org.apache.catalina.connector.CoyoteAdapter service > GRAVE: An exception or error occurred in the con

Cannot activate Tomcat Manager

2008-01-29 Thread Jonathan Mast
I'm having trouble enabling the Manager webapp on Tomcat I've altered the server.xml and tomcat-users.xml files appropriately but when I type in www.mysite.com/manager I get an error saying the location doesn't exist. On my local Windoze machine, I've gotten the Manager app to work, it is on the

Re: [Fwd: Tomcat manager]

2008-05-16 Thread Filip Hanik - Dev Lists
you have specified "some_user" multiple times, it should only have 1 entry per username. roles="admin,manager,tomcat,role1"/> Khurram H Khan wrote: Hello everyone, I have sent an email before regarding tomcat manager. And the issue was that I could not us

Re: [Fwd: Tomcat manager]

2008-05-21 Thread Konstantin Kolinko
zilla/show_bug.cgi?id=29091 Also, does it work if you access it through the web page of http://IP_ADDRESS/manager/html/ ? 2008/5/14 Khurram H Khan <[EMAIL PROTECTED]>: > Hello everyone, > > I have sent an email before regarding tomcat manager. And the issue was that > I could not us

Unable to open Tomcat Manager?

2005-10-20 Thread 梁炳場
My tomcat-users.xml My server.xml I have inputted username and user role in tables. Still receive this message HTTP Status 403 - Access to the requested resource has been denied - To unsubscri

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 thi

Tomcat Manager Commands via HTTP

2006-09-06 Thread Yusuf
trying 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

Session count in tomcat manager

2006-10-11 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

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

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

Re: Accessing Tomcat Manager failure

2006-11-17 Thread Martin Gainty
mber 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@tomcat.apache.org' Subject: Accessing Tomcat Manager failure I have Apache Tomcat 5.0

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: users@tomc

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

Re: Accessing Tomcat Manager failure

2006-11-19 Thread Martin Gainty
ud" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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:[EMAIL PROTECTED] Sent:

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

Re: tomcat manager problem: mbeanserver

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

RE: tomcat manager problem: mbeanserver

2007-04-29 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat manager problem: mbeanserver > > Install/configure and loading JMX Java Management Extensions > http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/do wnload.jsp That's not necessary, a

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 ?? Yes, you can configure an independent element for each . Look at the realm doc, especially here: http://tomcat.apache.org/tomcat-5

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 > > > 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. Did you restart Tomcat

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 >> >> >> in the conf/tomc

Help with using Tomcat Manager

2007-05-16 Thread Venkat Venkataramanan
I successfully installed Tomcat Version 6.0.10. When I use the url, <http://locahost:8080/> http://locahost:8080/, I get to see the Tomcat Server homepage. However, when I click on Status and Tomcat Manager links on that page, I get a 404 error. As per the instructions I found on usi

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 remember Authentication

2007-04-10 Thread David Smith
emember me" function. --David Abo 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 cook

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 c

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 y

Re: Cannot activate Tomcat Manager

2008-01-29 Thread Pid
Jonathan Mast wrote: I'm having trouble enabling the Manager webapp on Tomcat I've altered the server.xml and tomcat-users.xml files appropriately but when I type in www.mysite.com/manager I get an error saying the location doesn't exist. On my local Windoze machine, I've gotten the Manager app

Re: Cannot activate Tomcat Manager

2008-01-29 Thread Ken Bowen
FWW, on my Linux box (CentOS5), with a pure Apache Tomcat just unzipped and used in place, to talk to the manager, I need this url: http://localhost:8080/manager/html Ken Pid wrote: Jonathan Mast wrote: I'm having trouble enabling the Manager webapp on Tomcat I've alte

Re: Cannot activate Tomcat Manager

2008-01-29 Thread Jonathan Mast
THANKS! That worked! I need both the 8080 and the html subdirectory specified. Problem solved. On Jan 29, 2008 2:14 PM, Ken Bowen <[EMAIL PROTECTED]> wrote: > FWW, on my Linux box (CentOS5), with a pure Apache Tomcat just unzipped > and used in place, > to talk to the manager, I need this url:

Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
Environment: Windows Server 2k3 R2 EE Apache Tomcat 5.5.17 installed in: C:\Program Files\Apache Software Foundation\Tomcat-5.5.17 Microsoft IIS 6.0 IE 6.0.X.X SP2 Java: C:\Program Files\Java\jre1.6.0_05 C:\Program Files\Java\jdk1.6.0_05 Whenever I go to S

Tomcat Manager with different services

2008-07-25 Thread robich
ployed under "webapps-2" and belonging to the second service ? Thanks in advance for any help! Roberto -- View this message in context: http://www.nabble.com/Tomcat-Manager-with-different-services-tp18651746p18651746.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Unable to open Tomcat Manager?

2005-10-20 Thread Giorgio Clavelli
I got a similar problem. I'm using Tomcat 5.5.12 on a WinXP box. I installed by using the zip version and startup and shutdown using the batch files. I solved it by deleting the all Server files and re-unzip them back in the same location (possibly not required this deletion but who knows?). The ne

Re: Unable to open Tomcat Manager?

2005-10-20 Thread andy gordon
hi, If you are intending on using MySQL and a JDBC Realm for access control, then the Tomcat-users.xml file is not used. I am wondering if in your role table you have two rows for user name admin? if not then this could be your problem as there has to be one row for each role a specific user

RE: Unable to open Tomcat Manager?

2005-10-20 Thread 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 not required this > deletion but who knows?). I seriously doubt that had a

Re: Unable to open Tomcat Manager?

2005-10-20 Thread 梁炳場
TED]>: > > 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 not required this > > deletion but who knows?

Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
plain 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 >

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? -rw-rw-

RE: Unable to open Tomcat Manager?

2005-10-21 Thread Caldarale, Charles R
> From: Paul Singleton [mailto:[EMAIL PROTECTED] > Subject: Re: Unable to open Tomcat Manager? > > Does anyone else find that 5.5.9 rewrites it with these > permissions under Linux? > -rw-rw-r-- 1 tomcat tomcat 439 Oct 2 20:01 tomcat-users.xml Hadn't noticed that

Re: Unable to open Tomcat Manager?

2005-10-21 Thread 梁炳場
I have server.xml, no resource-env-ref nor manager.xml My context.xml is within meta-inf directory. The problem still persists. Can I confine the prompt of username and password of JDBCRealm to certain directory only? such as http://localhost:8080/welcome.jsp, does not prompt http://localhost:808

Re: Unable to open Tomcat Manager?

2005-10-21 Thread andy gordon
Confine to a certain directory: yes since that is a context. i noticed the connection url you are using is different than mine. Mine is from the 5.5. doc and includes the password and user name in it.I am presuming the database with your users and users_roles tables is named ERP. I am also pr

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: 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 t

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

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Yusuf
il: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-Manager-Commands-via-HTTP-tf2225390.html#a6169795 Sent from the Tomcat - User forum at Nabble.com.

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 you

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: 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-sess

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

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

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 Pack

R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
. Cavina 7 - 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 firewal

Re: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Davide Romanini
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 directory the > installation gives me and have defined password as you can see on the > attached file > > When I try to connect to Tom

R: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Daniela Marangoni
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 directory the > installation gives me and have defined password as you can see on the >

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, e-mail:

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: > docBase="/usr/local/kinetic/tomcat5/server/webapps/manager"> > Bad move - undo the

Re: Tomcat manager console not appearing

2007-03-28 Thread Martin Gainty
onfidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Fabian Arocena" <[EMAIL PROTECTED]> To: Sent: Wednesday, March

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Fabian Arocena" <[EMAIL PROTECTED]> To: Sent: Wednesday,

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
u'il est strictement interdit 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" Sent: Thursday, March 29, 2007 8:53 A

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
"Fabian Arocena" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" 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 tomca

Re: Tomcat manager console not appearing

2007-03-29 Thread Martin Gainty
eproduire. - Original Message - From: "Fabian Arocena" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" Sent: Thursday, March 29, 2007 11:38 AM Subject: Re: Tomcat manager console not appearing why? The "standar

Re: Tomcat manager console not appearing

2007-03-29 Thread Fabian Arocena
document, nous vous signalons qu'il est strictement interdit 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" Se

RE: Tomcat Manager page won't load

2008-04-10 Thread Nuno Manuel Martins
Did you put your connector on port 80? By default it is on port 8080 so the correct address would be http://localhost:8080 -Original Message- From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de Abril de 2008 16:20 To: users@tomcat.apache.org Subject: Tomcat

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
Company -Original Message- From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 10:28 AM To: Tomcat Users List Subject: RE: Tomcat Manager page won't load Did you put your connector on port 80? By default it is on port 8080 so the correct address would be

Re: Tomcat Manager page won't load

2008-04-10 Thread Martin Gainty
http://people.apache.org/~mturk/docs/article/ftwai.html HTH Martin- - Original Message - From: "Gary Opela (Corporate)" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, April 10, 2008 11:37 AM Subject: RE: Tomcat Manager page won't load Is there a way to chang

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
® Level 3 Rated Company -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 11:49 AM To: Tomcat Users List Subject: Re: Tomcat Manager page won't load Hi Gary- so if port 80 is ok in other words http://localhost:80 Browser shows ok a

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
Opela (Corporate) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 1:15 PM To: Tomcat Users List Subject: RE: Tomcat Manager page won't load Localhost:80 works, localhost:8080 does not. Awesome page: http://neosmart.net/blog/2006/configuring-jsp-for-iis/ I followed advice there, and

  1   2   >