Re: How to force the Tomcat manager app to run in SSL only?

2005-09-09 Thread Augmentin
, 2005 12:53 PM Subject: RE: How to force the Tomcat manager app to run in SSL only? From: Augmentin [mailto:[EMAIL PROTECTED] Subject: Fw: How to force the Tomcat manager app to run in SSL only? Since manager does not actually exist under /webapps I can't put a security-constraint in a web.xml

Fw: How to force the Tomcat manager app to run in SSL only?

2005-09-08 Thread Augmentin
Hi All, I have looked into docs about manager.xml, Context, Valves etc but still find no clues. Since manager does not actually exist under /webapps I can't put a security-constraint in a web.xml file. Thanks for help! Raymond

RE: How to force the Tomcat manager app to run in SSL only?

2005-09-08 Thread Caldarale, Charles R
From: Augmentin [mailto:[EMAIL PROTECTED] Subject: Fw: How to force the Tomcat manager app to run in SSL only? Since manager does not actually exist under /webapps I can't put a security-constraint in a web.xml file. You need to look around a little bit more, such as in server/webapps

Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
I am having two problems with the Tomcat manager: 1] After my web application has been running for some time then access to /domain/manager/html never responds. It doesn't give me any kind of error, the browser just continues to process the request without ever timing out. Any ideas? 2] Tomcat

Re: Tomcat manager app stops responding

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 04:52:18AM -0500, Keith Bottner wrote: : 1] After my web application has been running for some time then access to : /domain/manager/html never responds. It doesn't give me any kind of error, : the browser just continues to process the request without ever timing out. : Any

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
will modify CATLINA_OPTS to dump the GC statistics. Please check back tomorrow after I have a day of logs. Thanks, Keith -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:34 AM To: Tomcat Users List Subject: Re: Tomcat manager app stops responding

RE: Tomcat manager app stops responding

2004-08-09 Thread Dale, Matt
Issue a kill -3 to the java process will dump all the threads. Ta Matt -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: 09 August 2004 14:52 To: 'Tomcat Users List' Subject: RE: Tomcat manager app stops responding My log files were being deleted by the deployment

Re: Tomcat manager app stops responding

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 08:52:26AM -0500, Keith Bottner wrote: : BTW, any ideas on how to get a thread dump of the JVM on Linux? Yes, but the archives are feeling lonley. ;) Search there instead. : I am definitely not out of memory but I will modify CATLINA_OPTS to dump the : GC statistics.

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
Users List Subject: RE: Tomcat manager app stops responding Issue a kill -3 to the java process will dump all the threads. Ta Matt -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: 09 August 2004 14:52 To: 'Tomcat Users List' Subject: RE: Tomcat manager app stops

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
are interested. Thanks again, Keith -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 9:08 AM To: 'Tomcat Users List' Subject: RE: Tomcat manager app stops responding Great, when it freezes I will use it. BTW, have GC statistics now being dumped

Re: REPOST : Tomcat Manager App Question

2003-12-16 Thread Adam Hardy
On 12/16/2003 01:30 AMnbsp;Swaminathan Gurumoorthy wrote: I am posting this again since I could not figure out how to solve this. I wud really appreciate any help. *** Problem statement *** I need to use Tomcat's manager app to install my webapp with its context file. I was playing with the

REPOST : Tomcat Manager App Question

2003-12-15 Thread Swaminathan Gurumoorthy
I am posting this again since I could not figure out how to solve this. I wud really appreciate any help. *** Problem statement *** I need to use Tomcat's manager app to install my webapp with its context file. I was playing with the manager app to install my application on Tomcat in

Tomcat Manager App Question

2003-12-11 Thread Swaminathan Gurumoorthy
I was playing with the manager app to install my application on Tomcat in Windows 200. I have a myApp.war and also a context file myApp.xml which has resource definitions for my project. Now I tried something like this from my browser.

Re: tomcat manager app

2003-07-09 Thread Martin Jacobson
Erik Weibust wrote: Well, I have no problem using the admin tool. Could there be anything else causing this? The manager app uses BASIC authentication, rather than FORM (per the admin app) - what happens if you close Netscape re-start it? FYI Netscape 7 does not show this behaviour (on Mac OS

Re: tomcat manager app

2003-07-09 Thread Erik Weibust
I've closed and restarted a number of times and still no luck. Odd that it works with two of my three browsers. I'd love to know if anybody else is having this problem with Mozilla Firebird 0.6. Thanks --- Martin Jacobson [EMAIL PROTECTED] wrote: Erik Weibust wrote: Well, I have no problem

problem with tomcat manager app

2003-07-08 Thread Erik Weibust
I am unable to login to the tomcat manager app with MozFirebird browser. I added a user with the manager role to tomcat-users.xml. And the what really bothers me is I CAN login with IE. Any ideas? Here is the error I get: Access to the requested resource has been denied Thanks, Erik

tomcat manager app

2003-07-08 Thread Erik Weibust
I sent this email about 4 hours ago and never got a response. Is this covered in a FAQ somewhere? Erik --- I am unable to login to the tomcat manager app with MozFirebird browser. I added a user with the manager role to tomcat-users.xml. And the what

Re: tomcat manager app

2003-07-08 Thread sander-martijn
}: I sent this email about 4 hours ago and never got a response. Is this covered in a FAQ somewhere? Erik --- I am unable to login to the tomcat manager app with MozFirebird browser. I added a user with the manager role to tomcat-users.xml

Re: tomcat manager app

2003-07-08 Thread Erik Weibust
--- I am unable to login to the tomcat manager app with MozFirebird browser. I added a user with the manager role to tomcat-users.xml. And the what really bothers me is I CAN login with IE. Any ideas? Here is the error I get: Access to the requested resource has been

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-24 Thread Craig R. McClanahan
On Thu, 24 Oct 2002, Wu Yiqun wrote: Date: Thu, 24 Oct 2002 09:18:44 +0800 From: Wu Yiqun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? Hi, Craig

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Wu Yiqun
Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 12:53 AM Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? On Wed, 23 Oct 2002, Trevor MacPhail wrote: Date: Wed, 23 Oct 2002 08:34:21

R: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Fabio Marsilio
] Inviato: mercoledì 23 ottobre 2002 03.10 A: Tomcat Users List Oggetto: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? There was a site http://www.talika.org/. The author wrote a Tomcat ManagerX Servlet which can support virtual host. He sent out an email about it long time ago. I

R: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Fabio Marsilio
A: Tomcat Users List Oggetto: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? There was a site http://www.talika.org/. The author wrote a Tomcat ManagerX Servlet which can support virtual host. He sent out an email about it long time ago. I have successfully tested it with Tomcat 4.0.4

RE: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Donie Kelly
I've installed it also and it works fine for me too. Thanks guys. Saves a LOT of url typing Donie -Original Message- From: Fabio Marsilio [mailto:fmarsilio;veniceplaza.net] Sent: 23 October 2002 15:32 To: Tomcat Users List Subject: R: Tomcat Manager APP: manage VIRTUALHOST'S apps all

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Trevor MacPhail
Craig R. McClanahan wrote: It depends on how you've configured your Tomcat virtual hosts. If you have set up separate Host elements for each of them, then you must set up a webapp for the Manager inside each of them. If there is a single Host element (relying on the defaulthost

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, Trevor MacPhail wrote: Date: Wed, 23 Oct 2002 08:34:21 -0700 From: Trevor MacPhail [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? Craig

Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Fabio Marsilio
Hi all, I have configured tomcat (4.0.5) with more (virtual) hosts. If I want to manage the apps of those virtual hosts with tomcat app manager, I must create a manager application inside every virtual host. so for example, to manage the applications of virtualhost1.com I must use the URL

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Fabio Marsilio wrote: Date: Tue, 22 Oct 2002 16:44:51 +0200 From: Fabio Marsilio [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? Hi all, I

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Randy Secrist
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 10:34 AM Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? It depends on how you've configured your Tomcat virtual hosts

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Wu Yiqun
: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 22, 2002 10:34 AM Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER

RE: TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM

2002-10-21 Thread Cox, Charlie
: TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM Hello, First my configuration: apache 1.3.26 , tomcat 4.0.5 and mod_webapp. I' m trying to use the manager app of tomcat 1) connect to manager app : http://localhost:8080/manager 2) login as manager 3) try to list currently deployed

TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM

2002-10-21 Thread Fabio Marsilio
Hello, First my configuration: apache 1.3.26 , tomcat 4.0.5 and mod_webapp. I' m trying to use the manager app of tomcat 1) connect to manager app : http://localhost:8080/manager 2) login as manager 3) try to list currently deployed applications : http://localhost:8080/manager/list the

Tomcat Manager App with Struts 1.1b2 - ClassCastException?

2002-08-20 Thread @Basebeans.com
Subject: Tomcat Manager App with Struts 1.1b2 - ClassCastException? From: Andrej Sobkowski [EMAIL PROTECTED] === All, I'm using Struts 1.1b1 with Tomcat 4.0.4, using the manager app to dynamically stop/start my webapp. Everything works very well but I now need a few fixes from Struts 1.1b2

Tomcat Manager App gets funny message

2001-12-07 Thread Steve Howie
Running the Manager App under Tomcat presents me with the following really helpful error message: FAIL - Unknown command I have my name 'scotty' defined in the 'tomcat-users.xml' file as follows: tomcat-users user name=scotty password=** roles=standard,manager / user name=tomcat

Re: Tomcat Manager App gets funny message

2001-12-07 Thread Steve Howie
Never mind ... I figured it out myself ... Marvellous what you can find if you RTFM :) Sorry folks Scotty - Original Message - From: Steve Howie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 07, 2001 10:12 AM Subject: Tomcat Manager App gets funny message Running