Bill Barker wrote:
"Caldarale, Charles R" 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 : h
"Caldarale, Charles R" 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:8080/manager
> 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/ht
emory. I don't remember what 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 ha
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 password"tomcat ".
It is failed and show not authorized.
I paste the /conf/users/tomcat-users.xml file belo
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 password"tomcat ".
It is failed and show not authorized.
I paste the /conf/users/tomcat-users.xml file below
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 it
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 .
>
> Congratulatio
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"
escribió:
> From: chuikingman [mailto:chuiking...@yahoo.com.hk]
> Subject: check number of http connection in tomcat
>
> I use tom
> 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 cle
10 matches
Mail list logo