RE: fail to download large static files in tomcat

2011-06-29 Thread Michal Singer
Hi, I didn't understand where you recommended to move the Context to, What is the bundles.xml? are you referring to web.xml for a specific web application? Thanks, Michal -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: ג 28 יוני 2011 15:51 To:

RE: fail to download large static files in tomcat

2011-06-29 Thread Michal Singer
Never mind. I understand now what you mean. Please ignore my previous question. Thanks, -Original Message- From: Michal Singer Sent: ד 29 יוני 2011 09:22 To: Tomcat Users List Subject: RE: fail to download large static files in tomcat Hi, I didn't understand where you recommended to

DNS Netwrork address Cache

2011-06-29 Thread Venky Vasant
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

Re: Problems with installing ssl certificate under tomcat

2011-06-29 Thread Piotr Pawlowski
Hello, My server.conf for ssl connector looks as follows: *Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true clientAuth=false sslProtocol=TLS keyAlias=someAlias keystoreFile=/etc/tomcat/ssl/keystoreFile

Re: DNS Netwrork address Cache

2011-06-29 Thread André Warnier
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

tomcat application manager

2011-06-29 Thread gautam
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

Re: tomcat application manager

2011-06-29 Thread Pid
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

Re: DNS Netwrork address Cache

2011-06-29 Thread Pid
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 of

Re: tomcat recovery after hang

2011-06-29 Thread Pid
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 likely

Re: Possible servlet spec mismatch in async timeout situations

2011-06-29 Thread Mark Thomas
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 been

Re: Problems with installing ssl certificate under tomcat

2011-06-29 Thread Christopher Schultz
-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: *Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true

HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Bob DeRemer
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

Tomcat performacne issues...

2011-06-29 Thread Tony Anecito
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

Problem with SSL certificate

2011-06-29 Thread D'Anna, Rich (PHH)
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

Caching in Tomcat

2011-06-29 Thread Shubham Gupta
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'

RE: Problem with SSL certificate

2011-06-29 Thread Caldarale, Charles R
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

RE: Problem with SSL certificate

2011-06-29 Thread D'Anna, Rich (PHH)
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

RE: Problem with SSL certificate

2011-06-29 Thread Caldarale, Charles R
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'm

Re: Tomcat performacne issues...

2011-06-29 Thread Christopher Schultz
-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

Re: Caching in Tomcat

2011-06-29 Thread Christopher Schultz
-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

Re: Tomcat performacne issues...

2011-06-29 Thread Konstantin Kolinko
2011/6/29 Christopher Schultz ch...@christopherschultz.net: 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

Re: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Christopher Schultz
-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 any

Re: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Pid
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

Re: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread André Warnier
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

Re: Tomcat performance issues...

2011-06-29 Thread Tony Anecito
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

Comet over HTTPS: END event recieved immeidately for the first few times

2011-06-29 Thread Sudeep Pradhan
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

RE: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Bob DeRemer
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

RE: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Bob DeRemer
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

RE: HOW TO: create custom Tomcat 6 connector to do port sharing

2011-06-29 Thread Bob DeRemer
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