Re: High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread Mark Eggers
On 8/31/2013 7:05 PM, Karuppu Samy wrote: I need suggestion to limit the memory /CPU limit for tomcat. Is there any variable to setup to limit this? On Sun, Sep 1, 2013 at 2:31 AM, André Warnier wrote: Karuppu Samy wrote: Hi Team, I find tomcat is using high CPU usage in my server. Is the

RE: High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread Caldarale, Charles R
> From: Karuppu Samy [mailto:cskaru...@gmail.com] > Subject: Re: High CPU usage - tomcat 7 and need solutions > I need suggestion to limit the memory /CPU limit for tomcat. Is there any > variable to setup to limit this? 1. Don't top post. 2. Your question pertains more to your operating system

Re: High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread Karuppu Samy
I need suggestion to limit the memory /CPU limit for tomcat. Is there any variable to setup to limit this? On Sun, Sep 1, 2013 at 2:31 AM, André Warnier wrote: > Karuppu Samy wrote: > >> Hi Team, >> >> I find tomcat is using high CPU usage in my server. Is there any way to >> limit the memoryCP

Re: Problems keeping references to HttpServletRequest, HttpServletResponse and HttpSession

2013-08-31 Thread Darrell Esau
Makes perfect sense. Unfortunately, I'm using tomcat 6 / JBoss 4. Updating to J2EE 6 is probably going to be a huge task. I think I'll have to strip out my use of the request/response/session from my async code. Thanks Mark! -d On Sat, Aug 31, 2013 at 2:50 PM, Mark Thomas wrote: > Darrell

Re: Problems keeping references to HttpServletRequest, HttpServletResponse and HttpSession

2013-08-31 Thread Mark Thomas
Darrell Esau wrote: >Hi all, > >I'm running into a problem with tomcat, which I believe is >self-inflicted. > Mostly I just want to confirm my suspicions. > >I'm doing some fairly high-rate polling (using >JavaScript/XmlHttpRequest/DWR). I'm polling, which is just calling the >DWR >servlet once e

Problems keeping references to HttpServletRequest, HttpServletResponse and HttpSession

2013-08-31 Thread Darrell Esau
Hi all, I'm running into a problem with tomcat, which I believe is self-inflicted. Mostly I just want to confirm my suspicions. I'm doing some fairly high-rate polling (using JavaScript/XmlHttpRequest/DWR). I'm polling, which is just calling the DWR servlet once every second (using setTimeout o

Re: High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread André Warnier
Karuppu Samy wrote: Hi Team, I find tomcat is using high CPU usage in my server. Is there any way to limit the memoryCPU resource limit for tomcat 7? Any guide?? Remove your applications ? - To unsubscribe, e-mail: users-u

RE: Unable to start apache tomcat server

2013-08-31 Thread Martin Gainty
In other words ...this was an eclipse plugin misconfiguration? If so does eclipse have a support site for plugin misconfiguration(s)? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertra

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
Hi Brit/Marc Thanks for your time . Problem got resolved using below url. http://stackoverflow.com/questions/8520267/localhost8080-gives-404-the-requested-resource-is-not-available On Sun, Sep 1, 2013 at 12:08 AM, Burghard W.V. Britzke < b...@charmides.in-berlin.de> wrote: > pardon! the word "r

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
Hi Brit/Marc Thanks for your time . Problem got resolved using below url. http://stackoverflow.com/questions/8520267/localhost8080-gives-404-the-requested-resource-is-not-available On Sun, Sep 1, 2013 at 12:08 AM, Burghard W.V. Britzke < b...@charmides.in-berlin.de> wrote: > pardon! the word "r

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
pardon! the word "resource" could be confusing - the better expression is "web application which is mapped to /" so the web application which is mapped to / is missing or is not configured. Am 31.08.2013 um 20:34 schrieb Burghard W.V. Britzke : > but this means that tomcat is up and running (l

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
but this means that tomcat is up and running (like Marc stated before). only the resource / is missing. what is the content of your webapps directory? Am 31.08.2013 um 20:03 schrieb Sushil Prusty : > Hi > > I am very sorry i am using http://localhost:8080 not https://. > I am getting below stat

High CPU usage - tomcat 7 and need solutions

2013-08-31 Thread Karuppu Samy
Hi Team, I find tomcat is using high CPU usage in my server. Is there any way to limit the memoryCPU resource limit for tomcat 7? Any guide?? tomcat 88.5 jsvc.exec -user tomcat -cwd /usr/local/easy/share/easy-tomcat7 -pidfile /var/run/easy-tomcat7.pid -cp /usr/local/easy/bin/bootstrap.jar:/usr/l

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
Hi I am very sorry i am using http://localhost:8080 not https://. I am getting below status when i am opening . HTTP Status 404 - / type Status report message / description The requested resource is not available. Apache Tomcat/7.0.42 On Sat, Aug 31, 2013 at 11:27 PM, Caldarale, Charles R < c

RE: Unable to start apache tomcat server

2013-08-31 Thread Caldarale, Charles R
> From: Sushil Prusty [mailto:sushil.pru...@gmail.com] > Subject: Re: Unable to start apache tomcat server > I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional (usually on port 8443), including establishing a server cert

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
did you configure a https connector? if not use http instead of https. Am 31.08.2013 um 19:49 schrieb Sushil Prusty : > HI > > I am using https://localhost:8080. > > > On Sat, Aug 31, 2013 at 11:00 PM, Burghard W.V. Britzke < > b...@charmides.in-berlin.de> wrote: > >> which url did you try? e

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
HI I am using https://localhost:8080. On Sat, Aug 31, 2013 at 11:00 PM, Burghard W.V. Britzke < b...@charmides.in-berlin.de> wrote: > which url did you try? especially which port? tomcat uses port 8080 per > default instead of the standard http port 80. > > Am 31.08.2013 um 19:23 schrieb Sushil

Re: Unable to start apache tomcat server

2013-08-31 Thread Mark Eggers
On 8/31/2013 10:23 AM, Sushil Prusty wrote: Hi all I am using tomcat 7.0.42 and deployed in CentOs . When i start the server i am geting below log in my console . Aug 31, 2013 10:37:59 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library w

Re: Unable to start apache tomcat server

2013-08-31 Thread Burghard W.V. Britzke
which url did you try? especially which port? tomcat uses port 8080 per default instead of the standard http port 80. Am 31.08.2013 um 19:23 schrieb Sushil Prusty : > Hi all > > I am using tomcat 7.0.42 and deployed in CentOs . > When i start the server i am geting below log in my console

Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
Hi all I am using tomcat 7.0.42 and deployed in CentOs . When i start the server i am geting below log in my console . Aug 31, 2013 10:37:59 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production