On 29.06.2011, at 20:09, D'Anna, Rich (PHH) wrote:
> I'm guessing
> we are using the native APR connector based on the configuration we
> selected for the server.xml.
>
> When I looked in the logs I did find this entry:
>
> Jun 29, 2011 1:56:31 PM org.apache.catalina.core.AprLifecycleListener
>
Hi,
I tried defining the useSendFile - it did not help in transferring a 500MB
file. Any other ideas what can get wrong, which configuration I need for the
big file to be loaded successfully?
Thanks, Michal
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.c
Hi Andre,
Yes, XMPP typically uses port 5222, but is capable of using 80/443 as well. If
we're able to share a port, it solves various IT administration issues when
deployed in corporate environments. In addition, it will enable us to have a
single server process and ultimately a simpler over
When installing into certain corporate environments, opening multiple ports can
be a problem with IT. By leveraging 80/443 for both protocols, we can
eliminate this inevitable deployment problem.
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Wednesday, June 29, 2011 3:02
Chris,
Thanks for the feedback. I haven't come across squid yet, so I will take a
look. With regard to HTTP proxying, no, I don't want to do HTTP proxying. I
would like to insert a TCP-based NIO request router in place of Tomcat's
Connector. Specifically, I would like to do something simila
Hello,
I am using Tomcat 6.0.20 on Ubuntu 10.04 and have written a simple
TomcatWeatherServlet as presented in
http://www.ibm.com/developerworks/web/library/wa-cometjava/ I modified the
servlet to stream weather feed to multiple curl clients. I am using curl 7.21.6
as my client.
When I run c
Thanks I did not spot the users group. I thought maybe the taglibs was a dead
project seemed like there was no version that supported Tomcat 6.0.x.
I will continue the message thread onto that group thanks for the advice.
I am a tester but the response time was 3-4 seconds.
I have not asked the
Pid wrote:
On 29/06/2011 19:51, Christopher Schultz wrote:
Honestly, I'd look for a non-Tomcat-centric solution because it's
probably already been built elsewhere.
-chris
Why is opening another port a problem?
+1
I do not know XMPP, but from the original OP description it sounds like a pr
On 29/06/2011 19:51, Christopher Schultz wrote:
> Honestly, I'd look for a non-Tomcat-centric solution because it's
> probably already been built elsewhere.
>
> -chris
Why is opening another port a problem?
p
signature.asc
Description: OpenPGP digital signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bob,
On 6/29/2011 1:10 PM, Bob DeRemer wrote:
> I've scoured the net for information on how to do port sharing
> within the context of a Tomcat Servlet-based web application process.
> While there's some discussion, there still doesn't appear to be a
2011/6/29 Christopher Schultz :
> Apache taglibs /is/ JSTL from an API point of view.
To be more precise, JSTL is implemented by the "Standard" taglib there
http://tomcat.apache.org/taglibs/standard/
Note, that the Taglibs project has its separate "taglibs-user" mailing list.
Best regards,
Kon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Shubham,
On 6/29/2011 1:50 PM, Shubham Gupta wrote:
> In order to implement infinite caching, we have put an 'Expires' & a
> 'Max-Age' header to a large value, but still the browser makes a
> conditional GET for files having a relatively new 'Last-Mod
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tony,
On 6/29/2011 1:43 PM, Tony Anecito wrote:
> Does JSTL or Taglib come standard with Tomcat?
No.
> I was running a load test on Tomcat and noticed that the processing
> of the end tag in the taglib was slow sometimes.
Any specifics? For instanc
> From: D'Anna, Rich (PHH) [mailto:Rich.D'a...@phh.com]
> Subject: RE: Problem with SSL certificate
> I'm guessing we are using the native APR connector based
> on the configuration we selected for the server.xml.
Better to say you're trying to use it, since the logs indicate you're not.
> I'
Thanks for responding so quickly.
> Before going any further, we need to know if you're using the native
APR connector or not. You can look in the Tomcat > logs to see if it's
active or not found when Tomcat starts up. The SSL configuration and
certificate handling are
> completely different w
> From: D'Anna, Rich (PHH) [mailto:Rich.D'a...@phh.com]
> Subject: Problem with SSL certificate
> Just a quick run down of the version and specs:
Thanks for that; many often forget to provide this basic information.
> Apache Tomcat 6.0.18
> JVM version Sun 1.6.0_13-b03
Both of the above are a
Hi guys,
In order to implement infinite caching, we have put an 'Expires' & a
'Max-Age' header to a large value, but still the browser makes a
conditional GET for files having a relatively new 'Last-Modified' time.
Is this a normal behaviour ?
If we remove the 'Last-Modified' & the 'Etag' hea
Just a quick run down of the version and specs:
Apache Tomcat 6.0.18
JVM version Sun 1.6.0_13-b03
Windows Server 2003
We recently stood up a Tomcat instance to enable SSL for a new app.
Everything works perfectly fine with one exception. When you hit the
url for the application it comes up wit
Hi All,
Does JSTL or Taglib come standard with Tomcat? I was running a load test on
Tomcat and noticed that the processing of the end tag in the taglib was slow
sometimes. I know Apache has taken over the tag lib from jakarta years ago.
I was using a codeprofiler from Wiley.
Thanks,
-Tony
Hi Tomcat gurus:
I've scoured the net for information on how to do port sharing within the
context of a Tomcat Servlet-based web application process. While there's some
discussion, there still doesn't appear to be any solutions [YET] - that I could
find yet.
What I need to do is the follow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Piotr,
On 6/29/2011 3:11 AM, Piotr Pawlowski wrote:
> My server.conf for ssl connector looks as follows:
>
> *maxThreads="150" scheme="https" secure="true"
>clientAuth="false" sslProtocol="TLS" keyAlias="someAlias"
On 28/06/2011 09:39, fl...@gmx.de wrote:
> Hi together,
>
> I think I found a possible mismatch against the servlet spec with async
> timeouts on Tomcat 7.0.16. When performing a dispatch() from within an
> onTimeout handler, Tomcat does not call the onComplete handler after the
> request has b
> In addition I found a webpage that tells how to check when tomcat falls,
> (checking PID or Service status)
> the problem is that when my tomcat hangs it still "working", Can't use that
> methods
Instead of trying to work around the problem, why not try to understand
why Tomcat (or more like
On 29/06/2011 08:02, Venky Vasant wrote:
> I have a configuration setting of 10 minutes (networkaddress.cache.ttl=600) o
> n java security file
>
> Will just a tomcat service restart help in clearing the cache or do i also
> need to run ipconfig/flushdns.
The DNS cache in Java is independent
On 29/06/2011 10:21, gautam wrote:
> Hi Friends,
>
> I had deployed a war file(generated through eclipse) on tomcat5.5 running on
> windows server2008. It gives me error 404 and it's running status in tomcat
> application manager shows 'false'.
> While same war file is running smooth on tomcat5.5
Hi Friends,
I had deployed a war file(generated through eclipse) on tomcat5.5 running on
windows server2008. It gives me error 404 and it's running status in tomcat
application manager shows 'false'.
While same war file is running smooth on tomcat5.5 running on Windows xp and
windows seven.
I can
Venky Vasant wrote:
I have a configuration setting of 10 minutes (networkaddress.cache.ttl=600) o n java security file
Will just a tomcat service restart help in clearing the cache or do i also need to run ipconfig/flushdns.
I would kindly suggest that you try it, and then if it does not work
Hello,
My server.conf for ssl connector looks as follows:
*
*
All files connected with SSL , including key store file, are located in *
/etc/tomcat/ssl/* directory.
"sec_error_bad_signature" is visible when I enter website from web browser
(FireFox).
Thank you in advance for a help.
Best R
I have a configuration setting of 10 minutes (networkaddress.cache.ttl=600) o n
java security file
Will just a tomcat service restart help in clearing the cache or do i also need
to run ipconfig/flushdns.
Regards
Venky
29 matches
Mail list logo