mas wrote:
> 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
> >JavaScr
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
Awesome! That's what I was looking for. Thanks!
On Tue, Dec 20, 2011 at 1:31 PM, Rainer Jung wrote:
> On 20.12.2011 18:53, Darrell Esau wrote:
>
>> Hi all,
>>
>> I'm using tomcat 6.0.18. I've got an older app which, for logging, mostly
>> just
Hi all,
I'm using tomcat 6.0.18. I've got an older app which, for logging, mostly
just prints stack traces to System.out.
When tomcat starts, any stack trace printed this way will print out fully
and be visible in catalina.out
However, after the server has been running some time, when those sam
On Wed, Mar 18, 2009 at 12:16 PM, Caldarale, Charles R
wrote:
>
> Which Tomcat 6, exactly? What JVM? What platform?
Tomcat 6.0.13
jjava version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
Linux, CentOS 5.2, 2.6.18-53.1.
Hi all,
Using tomcat 6.
Stack traces go to my logs -- however it appears that after a certain stack
trace is reported a few times, it'll stop posting the full stack trace with
line numbers, and just post the exception name.
For instance, I get a NullPointerException with the full stack trace, the
Hi all,
I'm not sure if this is possible, and I realize it'll be container
specific, but I'm wondering if it's possible to find the app server's
install path from the servlet code. (I'm not looking for the webapp
path, as easily obtained from ServletContext's getRealPath() method)
-- I want to kn