>
>
> Hi All,
>
> I'm trying to implement long polling using the servlet 3.0 spec.
> Implementation wise it's done and works fine in tomcat. The problem occurs
> when it is under load, for eg. when we send just 100,000 requests we see
> weird behaviour like requests timeout before the defined time
I read an article on the internet that says that Tomcat was found to
accept content-length headers with chunked encoding over any HTTP connector and
multiple content-length headers in a request when using the AJP connector. This
could allow attackers to poison a web-cache, bypass web ap
I read an article on the internet that says that Tomcat was found to
accept content-length headers with chunked encoding over any HTTP connector and
multiple content-length headers in a request when using the AJP connector. This
could allow attackers to poison a web-cache, bypass web ap
On 8/21/2014 6:18 PM, André Warnier wrote:
Caldarale, Charles R wrote:
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject: Re:
question on different version of tomcat running on the same pc
Hope this helps.
You deserve a medal for the clear and precise descriptions. Would you
Caldarale, Charles R wrote:
From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com]
Subject: Re: question on different version of tomcat running on the same pc
Hope this helps.
You deserve a medal for the clear and precise descriptions. Would you consider
adding this to the Tomcat Wiki, p
It appears to be Tomcat 7.0.50.
We can be reasonably certain that the webapp was running.
We can be reasonably certain that it did not redeploy, because that
would have (1) changed an awful lot of timestamps that did not change,
and (2) would have required somebody to manually change its own
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chuck,
On 8/21/14, 2:08 PM, Caldarale, Charles R wrote:
>> From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Subject:
>> Re: question on different version of tomcat running on the same
>> pc
>
>> Hope this helps.
>
> You deserve a medal for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 8/21/14, 12:01 PM, Mark Eggers wrote:
> On 8/21/2014 8:10 AM, Caldarale, Charles R wrote:
>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>>> Subject: Re: Tomcat 8.0.9 native library not found
>
>>> I'm not ld master,
2014-08-21 21:30 GMT+04:00 James H. H. Lampert :
> In the Tomcat-based web interface for our CRM application product, we have
> one customer running Tomcat on a WinDoze box (everybody else runs it on the
> same AS/400 as the CRM application itself), and we have a log file of our
> own, in /logs, wh
> From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com]
> Subject: Re: question on different version of tomcat running on the same pc
> Hope this helps.
You deserve a medal for the clear and precise descriptions. Would you consider
adding this to the Tomcat Wiki, perhaps on this page?
http:
On Thu, Aug 21, 2014 at 8:11 AM, André Warnier wrote:
>
The subject says "on the same pc". Now that is not a guarantee that
>>> we are talking about Windows here, but at least a strong
>>> suspicion. In such a case, there is the question of whether this
>>> relates to running Tomcat as
In the Tomcat-based web interface for our CRM application product, we
have one customer running Tomcat on a WinDoze box (everybody else runs
it on the same AS/400 as the CRM application itself), and we have a log
file of our own, in /logs, which is set to periodically close
the log file, give i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8/21/2014 8:10 AM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Tomcat 8.0.9 native library not found
>
>> I'm not ld master, but I think you might need to reboot in order
>> for ch
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Tomcat 8.0.9 native library not found
> I'm not ld master, but I think you might need to reboot in order for
> changes to ld.conf and friends to change anything.
Just run the ldconfig utility (as root) to rebuild th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 8/21/14, 8:11 AM, André Warnier wrote:
> Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256
>>
>> André,
>>
>> On 8/19/14, 7:06 PM, André Warnier wrote:
>>> Christopher Schultz wrote:
-BEGIN PGP SIGNED
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 8/20/14, 12:28 PM, Mark Eggers wrote:
> On 8/20/2014 8:35 AM, Neil Aggarwal wrote:
>> Mark:
>
>>> CATALINA_OPTS="-Djava.library.path=/usr/local/apr/lib"
>
>> I already have this in my startup script:
>> CATALINA_OPTS="-Djava.library.path
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
André,
On 8/19/14, 7:06 PM, André Warnier wrote:
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256
Shawn,
On 8/19/14, 2:31 PM, NEW IT wrote:
So you meant after I fired up the Tomcat 7 then ch
Version of tomcat is 7.0.54 and APR connector configuration looks like this:
When APR connector is used, "javax.servlet.request.X509Certificate"
attribute in request is null. This attribute should be filled by tomcat's
Http11AprProcessor. Client certificate (SSLSocket.getInfoB(socketRef,
SSL.SSL
On 21.8.2014 10:24, Ognjen Blagojevic wrote:
For JSSE connectors you may use one of two different file formats:
PKCS#12 or JKS.
That would be, "keystore file formats".
-Ognjen
-
To unsubscribe, e-mail: users-unsubscr...@tomca
John,
On 20.8.2014 18:08, John McLean wrote:
I used the following ubuntu guide to create my csr:
https://help.ubuntu.com/12.04/serverguide/certificates-and-security.html
If you followed steps from that guide you now might have:
1. Private key in PEM format (e.g. server.key)
2. Certificate si
20 matches
Mail list logo