what causes application error count to increment?

2005-07-06 Thread Annie Wang
hi, regarding http://server: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://server:8080/foo/junk, then error count will increment for my web app. but what other

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

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

2005-07-01 Thread Annie Wang
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 either if request count is suppose to increment..). http connector error count

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://my_server: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[/]

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

2005-05-11 Thread Annie Wang
- From: Annie Wang [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, May 10, 2005 6:59 PM Subject: question about load-on-startup in web.xml hi, regarding the load-on-startup tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet

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

2005-05-11 Thread Annie Wang
), 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'm looking for. thanks. -annie On 5

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 to make webappY get installed before webappX

question about load-on-startup in web.xml

2005-05-10 Thread Annie Wang
hi, regarding the load-on-startup tag in web.xml: say i have 2 web apps (webapp1 and webapp2). if i configure webapp1's servlet to have load-on-startup1/load-on-startup and webapp2's servlet to have load-on-startup100/load-on-startup, does this mean that tomcat will init webapp1's servlet first

tomcat manager servlet stats sometimes off by one?

2004-12-27 Thread Annie Wang
hi, regarding http://host: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 requests.