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" escribió: > From: chuikingman [mailto:chuiking...@yahoo.com.hk] > Subject: check number of http connection in tomcat > > I use tom

I have a lot of process in my server

2010-01-19 Thread Guifre Bosch Fabregas
Hi guys! I have a linux environment whith an Apache Tomcat 5.5. Normally I see 20 process of *httpd *in my server but some time I see 200 (ps -ef | grep httpd | wc -l) and my Apache crash. What's happens??? In which site I can see the origin of the problem? I use the command "lsof -p PID" but I

Re: SSL only working on localhost

2009-12-02 Thread Guifre Bosch Fabregas
Can you see your page from another computer without SSL? What's your OS? Is it possible that "the problem" is the Firewall. Can you see the port 80 and 443 are open? 2009/12/2 Pid > On 02/12/2009 12:41, Michael Dockery wrote: > >> >> >> >> >> I have gotten ssl w/self-signed cert >> working

Ethernet or configuration?

2009-11-24 Thread Guifre Bosch Fabregas
Hi people! I have an unusual problem. I recently installed apache and if I go to server browser and put: http://localhost/APP or http://127.0.0.1/app works fine but if I put into a remote server http://192.168.1.6/app i don0t aee nothing! Whats happend