what causes application "error count" to increment?

2005-07-06 Thread Annie Wang
hi, regarding http://:8080/manager/status/all: wondering what causes application "error count" to increment? for instance, say my web app is named foo. i notice if i access a bad url like, http://:8080/foo/junk, then "error count" will increment for my web app. but what other scenarios would

Re: error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
clude a favicon.ico hence the 404 response. > > Mark > > Annie Wang wrote: > > whenever i access any web application deployed on tomcat, i notice that > > error > > count for localhost/ default[/] increments (request count also increments, > > not > > sure

error count for "http connector" and "localhost/ default context" seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via t

question about localhost/ error count in tomcat "manager" web app

2005-05-27 Thread Annie Wang
hi, i've configured my servlet to be at some location, say for instance: http://:8080/xzy/abc when i access my servlet, it returns back okay and request count for my servlet increments okay on the tomcat "manager" web app. however, i also notice error count for localhost/ default[/] incrementing

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
thanks for the insights and suggestions chuck! On 5/11/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Annie Wang [mailto:[EMAIL PROTECTED] > > Subject: Re: question about load-on-startup in web.xml > > > > any one know if there's a way t

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
lets), but not the ordering of web application installation on tomcat startup. thanks. -annie On 5/10/05, Annie Wang <[EMAIL PROTECTED]> wrote: > hi doug, yup, was thinking along similar lines. just wasn't sure if > there was some setting i wasn't aware of to do what i'

Re: question about load-on-startup in web.xml

2005-05-10 Thread Annie Wang
pefully someone will set me straight if I am off base here. > > Doug > > - Original Message - > From: "Annie Wang" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 10, 2005 6:59 PM > Subject: question about load-on-startup in web.xml > > hi, > > regarding

question about load-on-startup in web.xml

2005-05-10 Thread Annie Wang
hi, regarding the tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet to have 1 and webapp2's servlet to have 100, does this mean that tomcat will init webapp1's servlet first and once that's done, it'll init webapp2's servlet? basically, i want both w

tomcat "manager" servlet stats sometimes off by one?

2004-12-27 Thread Annie Wang
hi, regarding http://:8080/manager/status/all i am only using connector http8080. i was wondering if "Request count" and "Error count" for http8080 should be the sum of "Request count" and "Error count" of all web applications using port 8080? for example, in the below, http8080 shows 15 request