Re: check number of http connection in tomcat

2010-03-03 Thread André Warnier
chuikingman wrote: It is tomcat-3.3.2 in red hat linux AS4 , kernel 2.6.9 Can you take exmaple how to use manager webapp Please advice Tomcat 3.3.2 is so old that most people on this list may not even remember if there existed a manager application in it, never mind how to get

Re: RE: check number of http connection in tomcat

2010-03-03 Thread chuikingman
escribió: From: chuikingman [mailto:chuiking...@yahoo.com.hk] Subject: check number of http connection in tomcat I use tomcat . Congratulations. What version? What platform? I want to know how to check the number of http connection in the existing Tomcat web server ?? ... It's

Re: check number of http connection in tomcat

2010-03-03 Thread André Warnier
chuikingman wrote: I try to use tomcat manager . There is account role admin in the linux dir But when I access http://XXXx:8080/admin/index.html I input the user name tomcatadmin and passwordtomcat . It is failed and show not authorized. I paste the /conf/users/tomcat-users.xml file below

RE: check number of http connection in tomcat

2010-03-03 Thread Joseph Morgan
the first one is! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, March 03, 2010 2:40 AM To: Tomcat Users List Subject: Re: check number of http connection in tomcat chuikingman wrote: It is tomcat-3.3.2 in red hat linux AS4 , kernel 2.6.9 Can you take

RE: check number of http connection in tomcat

2010-03-03 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: check number of http connection in tomcat 1) the correct link is probably : http://XXXx:8080/manager That will get you a 404 (at least on non-stone-age Tomcats). The actual manager URL is: http://XXXx:8080/manager/html - Chuck

Re: check number of http connection in tomcat

2010-03-03 Thread Bill Barker
Caldarale, Charles R chuck.caldar...@unisys.com wrote in message news:99c8b2929b39c24493377ac7a121e21f96cb875...@usea-exch8.na.uis.unisys.com... From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: check number of http connection in tomcat 1) the correct link is probably : http://XXXx

Re: check number of http connection in tomcat

2010-03-03 Thread André Warnier
Bill Barker wrote: Caldarale, Charles R chuck.caldar...@unisys.com wrote in message news:99c8b2929b39c24493377ac7a121e21f96cb875...@usea-exch8.na.uis.unisys.com... From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: check number of http connection in tomcat 1) the correct link

check number of http connection in tomcat

2010-03-02 Thread chuikingman
I use tomcat . I want to know how to check the number of http connection in the existing Tomcat web server ?? Any advice ??? -- View this message in context: http://old.nabble.com/check-number-of-http-connection-in-tomcat-tp27764524p27764524.html Sent from the Tomcat - User mailing list archive

RE: check number of http connection in tomcat

2010-03-02 Thread Caldarale, Charles R
From: chuikingman [mailto:chuiking...@yahoo.com.hk] Subject: check number of http connection in tomcat I use tomcat . Congratulations. What version? What platform? I want to know how to check the number of http connection in the existing Tomcat web server ?? It's not perfectly clear

Re: RE: check number of http connection in tomcat

2010-03-02 Thread Guifre Bosch Fabregas
in linux you can use: ps -ef | grep http | grep -v grep | wc -l This command returns the number of http active process El 03/03/2010 07:42, Caldarale, Charles R chuck.caldar...@unisys.com escribió: From: chuikingman [mailto:chuiking...@yahoo.com.hk] Subject: check number of http connection

RE: check number of http connection in tomcat

2010-03-02 Thread chuikingman
It is tomcat-3.3.2 in red hat linux AS4 , kernel 2.6.9 Can you take exmaple how to use manager webapp Please advice n828cl wrote: From: chuikingman [mailto:chuiking...@yahoo.com.hk] Subject: check number of http connection in tomcat I use tomcat . Congratulations. What