RE: HttpSessionListener: Negative session count

2003-08-14 Thread Kevin Ritter
What would be the advantage of logging the sessionDestroyed event just to be safe. I'm currently solving problems with counting the number of active sessions and would like to know about the strategy of doing so. Thanks in advance, Kevin -Original Message- From: Shapira, Yoav

RE: javax.xml.transform.Transformer

2003-07-22 Thread Kevin Ritter
Can you send the top 100 or so lines of your XML that you are trying to transform. Thanks Kevin Ritter -Original Message- From: Daniel Herbison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: javax.xml.transform.Transformer I'm using

RE: javax.xml.transform.Transformer

2003-07-22 Thread Kevin Ritter
? declaration in the xml file and try it to see if the problem goes away. Hope this helps. Kevin Ritter -Original Message- From: Daniel Herbison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:58 AM To: 'Tomcat Users List' Subject: RE: javax.xml.transform.Transformer I don't

RE: javax.xml.transform.Transformer

2003-07-22 Thread Kevin Ritter
output properties that are specified somewhere? Kevin Ritter -Original Message- From: Daniel Herbison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 1:45 PM To: 'Tomcat Users List' Subject: RE: javax.xml.transform.Transformer I'm sorry, there is one space character. -Original

RE: How do I get the total number of users logged into my app

2003-07-21 Thread Kevin Ritter
I never thought about doing it this way. Great solution! I'll let you know how it turns out. With kind regards, Kevin Ritter -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 9:57 PM To: [EMAIL PROTECTED] Subject: Re: How do I get the total

RE: RES: Handling auth failure

2003-07-21 Thread Kevin Ritter
?, error-page*, taglib*, resource-env-ref*, resource-ref*, security-constraint*, login-config?, security-role*, env-entry*, ejb-ref*, ejb-local-ref*) Kevin Ritter -Original Message- From: Peter Smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 8:55 AM To: Tomcat Users List

How do I get the total number of users logged into my app

2003-07-18 Thread Kevin Ritter
I would like to know if there is a parameter or class or JSP that I could use to return the total number of users/sessions that are using/logged into my application. Thank you in advance. Kevin Ritter - To unsubscribe, e-mail

RE: How do I get the total number of users logged into my app

2003-07-18 Thread Kevin Ritter
, thanks in advance. Kevin Ritter -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 2:12 PM To: Tomcat Users List Subject: RE: How do I get the total number of users logged into my app Look in the manager app. -Original Message- From: Kevin

Customizing 401 Error Page (this should be easy)

2003-06-13 Thread Kevin Ritter
this silly feature believing web users are all hopelessly lost and in need of grammatically correct and informational error messages. With kind regards, Kevin Ritter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Customizing 401 Error Page (this should be easy)

2003-06-13 Thread Kevin Ritter
Good point--I've checked the log and I'm not seeing any errors--should I be seeing errors? Here's the only entry in the log: 127.0.0.1 - - [13/Jun/2003:09:26:58 -0600] GET /LMS/index.jsp HTTP/1.1 200 428 If I remove the error-page element from the web.xml file everything works fine. I was hoping

RE: Customizing 401 Error Page (this should be easy)

2003-06-13 Thread Kevin Ritter
Thanks for staying with me; however, after I deleted all temporary internet files and repeated the test the only entry in the log is what I reported last time, which is: 127.0.0.1 - - [13/Jun/2003:09:42:55 -0600] GET /LMS/index.jsp HTTP/1.1 200 428 Any other suggestions? Am I implementing this

RE: Customizing 401 Error Page (this should be easy)

2003-06-13 Thread Kevin Ritter
can't help much more without seeing index.jsp. Yoav Shapira Millennium ChemInformatics -Original Message- From: Kevin Ritter [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 10:53 AM To: 'Tomcat Users List' Subject: RE: Customizing 401 Error Page (this should be easy) Thanks

RE: Customizing 401 Error Page (this should be easy)

2003-06-13 Thread Kevin Ritter
, Attachments don't often come through -- I don't know if it's the listserver or my company mail server. You have to post them inline (preferably trimming out anything nonessential to the problem). Yoav Shapira Millennium ChemInformatics -Original Message- From: Kevin Ritter [mailto:[EMAIL PROTECTED

Web.xml not found

2001-12-06 Thread Kevin Ritter
have to include the following DOCTYPE declaration or can I remove it: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; Any help would be appreciated. Kevin Ritter -Original Message- From: Brian Elliott [mailto

RE: Can't find web.xml

2001-12-01 Thread Kevin Ritter
I'm also getting this error and have been trying to solve it all day. If you find a solution, I would be very interested in hearing about it. Kevin ritter -Original Message- From: Sriram Narayanan [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 8:09 AM To: Tomcat Users

Re: Logout with basic autorization

2001-11-15 Thread kevin ritter
Explorer. Exactly how will that work? As always thanks in advance. Kevin - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; kevin ritter [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 7:53 PM Subject: Re: Logout with basic

Re: session and authentication issues

2001-11-15 Thread kevin ritter
Hi I just asked this question yesterday. Search the archive for Logout with basic autorization. Mr Craig R. McClanahan responded as follows: The problem is that when you are using BASIC authentication, the browser sends the credentials on every request, and I don't know of any way to tell it to

Re: Logout with basic autorization

2001-11-14 Thread kevin ritter
Can anyone one verify if this is really the case, that is, to logout with BASIC authentication you have to close the browser window? This seems to be a little goofy. Are there any work arounds? Thank you in advance. Peace Kevin Ritter - Original Message - From: Jonathan Eric Miller

Re: Logout with basic autorization

2001-11-14 Thread kevin ritter
- Original Message - From: Tom Drake [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; kevin ritter [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 7:26 PM Subject: Re: Logout with basic autorization I think your servlet or jsp can simply call session.invalidate

Re: TOMCAT SUCKS

2001-06-27 Thread kevin ritter
Nick, I just saw on the site http://www.onjava.com/pub/a/onjava/2001/03/15/tomcat.html that James Goodwill has published a book titled Using Tomcat. Although, I have not purchased the book, I would image that it may become another (albeit not free) source for Tomcat product documentation. FYI,

Does Tomcat provide load balancing?

2001-06-19 Thread kevin ritter
I would like to know if within Tomcat there is a component that provide load balancing. Also, does it provide persistance? Thank you in advance. [EMAIL PROTECTED]

Server Side Includes using Servlet tags in an .shtml file

2001-06-15 Thread kevin ritter
Hello, I would like to know if Tomcat supports the use of servlet tags in an shtml file for server side includes? Here's my shtml file: html head titletimezone!/title /head body h1Example of Server-Side Includes/h1 p This an places the date and time for various time

Does Tomcat support Server Side Includes

2001-06-14 Thread kevin ritter
Hi, I'm new to Tomcat and I'm not having any luck with implementing SSI with respect to Tomcat. Can anyone tell me does Tomcat support SSI and if so can you point me to existing documentation that describes how-to or provide an example. I have read the Tomcat User's Guide, but did not find any

Re: Does Tomcat support Server Side Includes

2001-06-14 Thread kevin ritter
Please excuse my inability to find these tomcat example JSPs. Could you tell me where they are? Again thank you for your help. [EMAIL PROTECTED] - Original Message - From: Michael Jennings [EMAIL PROTECTED] To: [EMAIL PROTECTED]; kevin ritter [EMAIL PROTECTED] Sent: Thursday, June 14

Server Side Includes using Servlet tags in an .shtml file

2001-06-14 Thread kevin ritter
Hello, I would like to know if Tomcat supports the use of servlet tags in an shtml file for server side includes? Here's my shtml file: html head titletimezone!/title /head body h1Example of Server-Side Includes/h1 p This an places the date and time for various time