Re: 8.0.0 Problems With javax.websocket.*

2013-08-07 Thread Mark Thomas
On 07/08/2013 05:29, Christopher Schultz wrote: Igor, On 8/6/13 4:28 PM, Igor Urisman wrote: Martin, I can't because the mailing list will strip the attachment. Please suggest a way to submit a case. Bugzilla: https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%208

Re: tomcat 7 ldap error

2013-08-07 Thread Cédric Couralet
2013/8/7 Christopher Schultz ch...@christopherschultz.net: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 8/6/13 10:46 PM, vicky007aggar...@yahoo.co.in wrote: Hi All, Can somebody pls share the steps requires to setup active directory with tomcat . Is it valid to simply

Connection not Closed at TCP level

2013-08-07 Thread hidayath
Hi, We have a websocket application which keeps writing data to the clients. We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, the websocket connection is not closed. Anyway, reproducibility is very low. And the sendQ (netstat -an) keeps growing So, what we

Responses of two different requests concatinated

2013-08-07 Thread Marvin Lillehaug
Hi! We recently got an error report from a user of one of the systems we have developed, showing that the response from a different request had been appended to the original response. The original response was the front page of a site, generated with jsp, and the appended response was a excel

Re: Connection not Closed at TCP level

2013-08-07 Thread Mark Thomas
On 07/08/2013 12:12, hidayath wrote: Hi, We have a websocket application which keeps writing data to the clients. We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, the websocket connection is not closed. Anyway, reproducibility is very low. And the

Re: Responses of two different requests concatinated

2013-08-07 Thread Mark Thomas
On 07/08/2013 12:23, Marvin Lillehaug wrote: Hi! We recently got an error report from a user of one of the systems we have developed, showing that the response from a different request had been appended to the original response. The original response was the front page of a site, generated

Re: Responses of two different requests concatinated

2013-08-07 Thread Konstantin Kolinko
2013/8/7 Marvin Lillehaug marvin.lilleh...@kantega.no: Hi! We recently got an error report from a user of one of the systems we have developed, showing that the response from a different request had been appended to the original response. The original response was the front page of a site,

Re: Connection not Closed at TCP level

2013-08-07 Thread Martin Grigorov
Hi, On Wed, Aug 7, 2013 at 12:12 PM, hidayath hidayath.ba...@saventech.comwrote: Hi, We have a websocket application which keeps writing data to the clients. We found that when tabs (not whole browser) of Firefox (ver. 22) is closed, the websocket connection is not closed. Anyway,

Re: Option to allow \ in hardcoded file paths

2013-08-07 Thread Mark H. Wood
On Tue, Aug 06, 2013 at 03:05:44PM +, Jeffrey Janner wrote: Had a programmer build a filepath using \ instead of / , because he's windows centric (duh). Probably should be using java.io.File.separator. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread jieryn
Greetings, On Tue, Aug 6, 2013 at 11:30 PM, Christopher Schultz ch...@christopherschultz.net wrote: Tomcat also has a serious bug in that if you delete conf/server.xml, it won't start up properly. I sense I'm being mocked.. :-) I'll answer more completely in the other no-web.xml NPE thread,

RE: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread Caldarale, Charles R
From: jieryn [mailto:jie...@gmail.com] Subject: Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE I'll answer more completely in the other no-web.xml NPE thread, but quickly: there's no actual requirement for web.xml Sorry, that's just wrong. There is no requirement for an

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-07 Thread jieryn
On Tue, Aug 6, 2013 at 11:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: The servlet specification requires that certain services be provided by the container. Among them are a) a default servlet to serve content for which no other servlet mapping exists (e.g. static files,

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread jieryn
Greetings, On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: Sorry, that's just wrong. There is no requirement for an individual webapp to have a WEB-INF/web.xml, but if you want to run Tomcat with the required servlet spec capabilities, you must leave

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread Martin Grigorov
On Wed, Aug 7, 2013 at 3:48 PM, jieryn jie...@gmail.com wrote: Greetings, On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: Sorry, that's just wrong. There is no requirement for an individual webapp to have a WEB-INF/web.xml, but if you want to run

RE: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-07 Thread Caldarale, Charles R
From: jieryn [mailto:jie...@gmail.com] Subject: Re: apache tomcat 8.0.0-rc1; /manager 404; NPE so what is the point of keeping the global conf/web.xml.. To allow Tomcat to work. If we changed the name to conf/do_not_delete.xml, would that satisfy you? - Chuck THIS COMMUNICATION MAY

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread jieryn
Greetings, On Wed, Aug 7, 2013 at 9:54 AM, Martin Grigorov mgrigo...@apache.org wrote: Which you will delete too, I suppose ? :-) I have not modified the shipped Apache Tomcat applications themselves. I suspect that most users are very accustomed to modifying contents under conf/* but leave the

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-07 Thread jieryn
Greetings, On Wed, Aug 7, 2013 at 9:58 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: To allow Tomcat to work. If we changed the name to conf/do_not_delete.xml, would that satisfy you? I think you've quite severely missed the point of the entire discussion which I've raised.

Tomcat 8 / Non Blocking IO

2013-08-07 Thread Daniel Mikusa
I have a questions regarding the Non Blocking API introduced in Tomcat 8. I'm looking at the TestNonBlockingAPI test as an example, specifically the NBReadServlet class. @WebServlet(asyncSupported = true) public class NBReadServlet extends TesterServlet { private static final long

RE: Responses of two different requests concatinated

2013-08-07 Thread Marvin Lillehaug
Thank you both for your replies :) I only have a screenshot of how it looked to the user, so I don't know whether the headers was included. I have given up trying to investigate further, so I guess the only thing to do is to activate RECYCLE_FACADES and hope for the best. -Original

HTTPD + Digest + mod_proxy

2013-08-07 Thread Shanti Suresh
Greetings, I am a little challenged on setting up mod_digest in HTTPD to authenticate one particular URI before ProxyPass'ing it on to Tomcat. My directives are not working: ---httpd.conf snippet:--- SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite

Any concrete timeline for JSR-356 in Tomcat 7?

2013-08-07 Thread Bob DeRemer
Hi Mark, This is a follow-up to my previous question about the tomcat 7 servlet websocket deprecation: http://marc.info/?l=tomcat-userm=137580047908854w=2 We've discussed this internally and believe we need to look at switching to the JSR-based server-side implementation. How we approach this

Re: Tomcat 8 / Non Blocking IO

2013-08-07 Thread Mark Thomas
On 07/08/2013 17:14, Daniel Mikusa wrote: I have a questions regarding the Non Blocking API introduced in Tomcat 8. I'm looking at the TestNonBlockingAPI test as an example, specifically the NBReadServlet class. @WebServlet(asyncSupported = true) public class NBReadServlet extends

Re: Any concrete timeline for JSR-356 in Tomcat 7?

2013-08-07 Thread Mark Thomas
On 07/08/2013 18:59, Bob DeRemer wrote: Hi Mark, This is a follow-up to my previous question about the tomcat 7 servlet websocket deprecation: http://marc.info/?l=tomcat-userm=137580047908854w=2 We've discussed this internally and believe we need to look at switching to the JSR-based

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-07 Thread Mark Thomas
On 07/08/2013 15:46, jieryn wrote: On Tue, Aug 6, 2013 at 11:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: The servlet specification requires that certain services be provided by the container. Among them are a) a default servlet to serve content for which no other servlet

Re: Tomcat 8 / Non Blocking IO

2013-08-07 Thread Daniel Mikusa
On Aug 7, 2013, at 1:36 PM, Mark Thomas ma...@apache.org wrote: On 07/08/2013 17:14, Daniel Mikusa wrote: I have a questions regarding the Non Blocking API introduced in Tomcat 8. I'm looking at the TestNonBlockingAPI test as an example, specifically the NBReadServlet class.

Re: HTTPD + Digest + mod_proxy

2013-08-07 Thread Shanti Suresh
My apologies, It works okay. Thanks, -Shanti On Wed, Aug 7, 2013 at 11:41 AM, Shanti Suresh sha...@umich.edu wrote: Greetings, I am a little challenged on setting up mod_digest in HTTPD to authenticate one particular URI before ProxyPass'ing it on to Tomcat. My directives

Re: Responses of two different requests concatinated

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Marvin, On 8/7/13 6:23 AM, Marvin Lillehaug wrote: We recently got an error report from a user of one of the systems we have developed, showing that the response from a different request had been appended to the original response. The original

Re: Option to allow \ in hardcoded file paths

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/7/13 9:00 AM, Mark H. Wood wrote: On Tue, Aug 06, 2013 at 03:05:44PM +, Jeffrey Janner wrote: Had a programmer build a filepath using \ instead of / , because he's windows centric (duh). Probably should be using

Re: apache tomcat 8.0.0-rc1; /manager 404; NPE

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jieryn, On 8/7/13 10:02 AM, jieryn wrote: Greetings, On Wed, Aug 7, 2013 at 9:58 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: To allow Tomcat to work. If we changed the name to conf/do_not_delete.xml, would that satisfy you?

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jieryn, On 8/7/13 10:00 AM, jieryn wrote: On Wed, Aug 7, 2013 at 9:54 AM, Martin Grigorov mgrigo...@apache.org wrote: Which you will delete too, I suppose ? :-) I have not modified the shipped Apache Tomcat applications themselves. I suspect

Re: apache tomcat 8.0.0-rc1; /manager connection ciphers; NPE

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jieryn, On 8/7/13 9:48 AM, jieryn wrote: On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: Sorry, that's just wrong. There is no requirement for an individual webapp to have a WEB-INF/web.xml, but if you

Re: Any concrete timeline for JSR-356 in Tomcat 7?

2013-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 8/7/13 1:40 PM, Mark Thomas wrote: On 07/08/2013 18:59, Bob DeRemer wrote: Hi Mark, This is a follow-up to my previous question about the tomcat 7 servlet websocket deprecation: http://marc.info/?l=tomcat-userm=137580047908854w=2

Downgrade Tomcat7 to Tomcat6

2013-08-07 Thread Sumilang Plucena
I have a development server Ubuntu12.10 and Tomcat-7.0.30. But prior to upgrading Tomcat7 from Tomcat-6.0.29 we never had problem with our website. I would like to know how I can go about downgrading Tomcat7 without affecting applications hosted by tomcat7. Many thanks!