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!

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-user&m=13758004790

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 > 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

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 > wrote: >> Which you will delete too, I suppose ? :-) > > I have not modified the shipped Apache Tomcat applications > themselves. I suspect that most use

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 > 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

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 java.

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: 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 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 are > not wo

Re: Tomcat 8 / Non Blocking IO

2013-08-07 Thread Daniel Mikusa
On Aug 7, 2013, at 1:36 PM, Mark Thomas 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. >> >> @WebServlet(asy

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 > 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. st

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-user&m=137580047908854&w=2 > > We've discussed this internally and believe we need to look at switching to > the JSR-

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

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-user&m=137580047908854&w=2 We've discussed this internally and believe we need to look at switching to the JSR-based server-side implementation. How we approach thi

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 ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+

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 Message

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 serialVers

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 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.

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 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 shipped application

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 C

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 wrote: > Greetings, > > On Wed, Aug 7, 2013 at 9:41 AM, Caldarale, Charles R > 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

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 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 Tomcat's conf/web.xml in

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 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, etc.) > and b) a servlet calle

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 i

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 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, but quickly: there's no actu

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: Connection not Closed at TCP level

2013-08-07 Thread Martin Grigorov
Hi, On Wed, Aug 7, 2013 at 12:12 PM, 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 ver

Re: Responses of two different requests concatinated

2013-08-07 Thread Konstantin Kolinko
2013/8/7 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

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, gener

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. > A

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 f

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 di

Re: tomcat 7 ldap error

2013-08-07 Thread Cédric Couralet
2013/8/7 Christopher Schultz : > -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 define a user i