There is no IIS on this box.

Another thing I have found is that Tomcat slows down when a lot of
people are connected and requesting to the DB. My maxActive = '150'
for the database and maxThreads = '300'. The task manager doesn't show
high CPU usage and there is always atleast 2GB RAM free. Any ideas on
why this is happening? DB server is running fine too. In the past, the
DB server CPU would be high when this happened, but now that's Not the
case.

Thanks again.


On Fri, Nov 21, 2008 at 1:07 AM, Vasanth Kumar ravi
<[EMAIL PROTECTED]> wrote:
>  would like to know if I can
> kill any process from netstat or otherwise (other than from Task
> Manager, as that doesn't show anything useful).
>
> Cud be IIS interference to Tomcat.
> Try the following
>
> Start --> Control Panel --> Administrative Tools -->Services --> I
>
> Find the process named IIS Admin and right click to Stop it.
>
> jus my 2 cents.
>
> On Fri, Nov 21, 2008 at 10:36 AM, Toby Kurien <[EMAIL PROTECTED]> wrote:
>
>> Telnet does not work and netstat does not show anything suspicious.
>> Only the webserver listening on port 80. I would like to know if I can
>> kill any process from netstat or otherwise (other than from Task
>> Manager, as that doesn't show anything useful).
>>
>> For now, I am already rebuilding a new server with Tomcat 6.0 and I
>> would like to know if there are any tools to monitor this from
>> happening again. I feel Tomcat 6.0 doesn't even have the admin webapp,
>> but not so sure. Let me know where I can find it. Also any tools to
>> monitor activity, sessions, RAM usage, jdbc connections, connection
>> pools would be very helpful.
>>
>> Thanks,
>> -Toby
>>
>>
>> On Thu, Nov 20, 2008 at 3:28 PM, Len Popp <[EMAIL PROTECTED]> wrote:
>> > The command "netstat -ao" will tell you which process is listening on
>> > port 80, and Task Manager will show which program is running in that
>> > process.
>> > --
>> > Len
>> >
>> >
>> >
>> > On Thu, Nov 20, 2008 at 14:47, Toby Kurien <[EMAIL PROTECTED]> wrote:
>> >> Well, I have had this application for many years and usually
>> >> restarting the whole server fixes anything, but not this time. I
>> >> figure something is holding on to port 80, but I am not able to find
>> >> out or terminate it. I have a bad feeling there might be a security
>> >> breach or something.
>> >>
>> >> Thanks,
>> >> -Toby
>> >>
>> >> On Wed, Nov 19, 2008 at 2:59 PM, Caldarale, Charles R
>> >> <[EMAIL PROTECTED]> wrote:
>> >>>> From: Toby Kurien [mailto:[EMAIL PROTECTED]
>> >>>> Subject: java.lang.Exception: Socket bind failed: [730048]
>> >>>>
>> >>>> I have attached a log file of the errors I am
>> >>>> getting while trying to start Tomcat.
>> >>>
>> >>>> Nov 19, 2008 12:55:22 PM
>> >>>> org.apache.coyote.http11.Http11AprProtocol init
>> >>>> SEVERE: Error initializing endpoint
>> >>>> java.lang.Exception: Socket bind failed: [730048] Only one usage of
>> >>>> each socket address (protocol/network address/port) is normally
>> >>>> permitted.
>> >>>>        at
>> >>>> org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:576)
>> >>>>        at
>> >>>>
>> org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:116)
>> >>>
>> >>> The error indicates something else is already using port 80, thereby
>> preventing Tomcat from accessing it.  Since you also have an AJP connector,
>> you may be running Tomcat behind IIS or some other web server that handles
>> port 80 and forwards requests to AJP on 8009.
>> >>>
>> >>> If you don't expect anything else to be using port 80, then something
>> has crept in that's usurping Tomcat.  (Or you may just be trying to run the
>> same Tomcat twice.)
>> >>>
>> >>>  - Chuck
>> >>>
>> >>>
>> >>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
>> PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If
>> you received this in error, please contact the sender and delete the e-mail
>> and its attachments from all computers.
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To start a new topic, e-mail: users@tomcat.apache.org
>> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >>> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>>
>> >>>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To start a new topic, e-mail: users@tomcat.apache.org
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To start a new topic, e-mail: users@tomcat.apache.org
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Regards&Thanks,
> Vasanth Kumar Ravi
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to