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
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".
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
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
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
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