2010/8/10 Christopher Schultz
>
> It could be that Tomcat is attempting to resolve the SYSTEM URL for
> certain XML files it uses to configure itself. Could you re-enable the
> DROP and take a thread dump during the long wait? That will help
> nail-down the problem. Perhaps Tomcat can be modified
>
>
> Tomcat on my ubuntu 8.04 (x64) server starts too slow.
>
>
>
I resolved this problem. I strace'd tomcat's start and figured out it
stucks in 'connect' method to ipv6 loopback (::1). Than I tcpdump'ed
loopback and noticed many connect fails.
The problem was IPv6 policy set to drop and no any
Hi!
Tomcat on my ubuntu 8.04 (x64) server starts too slow.
I tried both bundled ubuntu version (tomcat 5.5.25) and newer tomcat
6.0.29.
The start time does not depend on application installed - even empty
tomcat distribution starts slow.
I googled that problem is somehow related to random genera
On Mon, 27 Oct 2008 08:36:03 -0500
"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:
> From: Maxim Kuleshov [mailto:[EMAIL PROTECTED]
> Subject: encoding in URI after form-based redirect
>
> Question refers to 5.5 branch (5.5.25 from ubuntu repos).
If possible,
On Mon, 27 Oct 2008 08:36:03 -0500
"Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:
> > From: Maxim Kuleshov [mailto:[EMAIL PROTECTED]
> > Subject: encoding in URI after form-based redirect
> >
> > Question refers to 5.5 branch (5.5.25 from ubuntu repos
Hi!
Question refers to 5.5 branch (5.5.25 from ubuntu repos).
I use form-based authentication. If any protected URI containing
parameter value with non-ascii characters (%xx encoded of course)
is accessed before session starts, then after successful logon
request.getParameter() returns incorrectl