Comet API Question

2007-12-29 Thread Jens Hagel
Hi, i need to detect if the user reloads the webapp or rather if the connection gets interrupted. i therefore use the CometEvent.EventSubType but the events don't get fired. in the context.xml i've uncommented the CometConnectionManagerValve. Do I have to instantiate the ConnectionManager by myself

Re: Does a static directory now always take precedence to a url-pattern?

2007-12-29 Thread Mark Thomas
Tad Woods wrote: > The 5.5.23 version seems to give static directories total precedence over > defined in the web.xml. For example, in my application root, > I had a directory "/office" which contained static files and in my > application's web.xml I mapped a servlet to the url-pattern "/office".

RE: Get tomcat version from webapp code?

2007-12-29 Thread Martin Gainty
1.x taglib is quite old I would check application functionality on newer versionMartin__Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential

RE: Does a static directory now always take precedence to a url-pattern?

2007-12-29 Thread Tad Woods
Mark, Here is what I think is the relevant part of my server.xml you're asking for... ...this was the same configuration that I ran in 5.5.14. Something that may be related and seems odd to me is that if I go into the Tomcat Application Manager all of the static directories under the base ar

Re: Does a static directory now always take precedence to a url-pattern?

2007-12-29 Thread Mark Thomas
Tad Woods wrote: > > > Thought so. > ...this was the same configuration that I ran in 5.5.14. > > Something that may be related and seems odd to me is that if I go into the > Tomcat Application Manager all of the static directories under the base are > listed as applications. my host tol

Re: Tomcat 6 getRemoteUser() returns null

2007-12-29 Thread Natalie Wang
Thank you for all the help. It is a configuration problem. I use apache and webauth to do the authentication. in tomcat server.xml, I need to set tomcatAuthentication="false" which I did not do it. Thanks, Natalie --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Natalie Wang wrote: > > It does