Re: [FWD: Help Debugging 404 errors]

2013-02-14 Thread Jose María Zaragoza
OK, I double clicked. Can you give me some more details on choosing root folder and webapps folder? I see three radio buttons that are all greyed out. I don't know how to click on them. Use workspace metadata (dones not modify Tomcat installation) Use the tomcat installation (takes control

Re: AccessLogVale %D with APR Connector Giving Unexpected Results

2013-02-14 Thread Mark Thomas
On 14/02/2013 02:22, Steve van Loben Sels wrote: Greetings. I recently upgraded from Tomcat 6.0.36 to 7.0.35 with the native APR connector, and I ran into a problem with numbers in my access Log. I use the %D (Time taken to process the request, in millis) to measure the service delivery

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giuseppe, On 2/13/13 4:47 PM, Giuseppe Sacco wrote: I have an application deployed on tomcat 6.0.35 and linux/amd64 with a JSSE https connector. When I try to connect to this site with default iPad browser, I always get an error message about

Re: Tomcat upgrade -SSL handshake failure?

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 2/13/13 4:04 PM, Thomas, Steve wrote: A coworker just found this: http://stackoverflow.com/questions/14167508/intermittent-sslv3-alert-handshake-failure-under-python Interesting. I wonder if this has to do with renegotiation: that

Re: [Seriously OT] Help in diagnosing server unresponsiveness

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Terrence, On 2/14/13 1:23 AM, Terence M. Bandoian wrote: I probably should have said there is a potential for lost knowledge. Here are a couple of anecdotal examples that I hope will help illustrate what I mean. - I was told recently by a

Re: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-14 Thread Howard W. Smith, Jr.
On Thu, Feb 14, 2013 at 11:38 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giuseppe, On 2/13/13 4:47 PM, Giuseppe Sacco wrote: iPad does try a few times, changing the version number, but it fails every time and eventually

Re: getRequestURI() in relation to Connector.URIEncoding

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 2/14/13 9:51 AM, Mike Wilson wrote: I can see that even if you specify URIEncoding=UTF-8 in server.xml, calls to HttpServletRequest.getRequestURI() will still return an undecoded String. (This is probably because of the specification

Re: AccessLogVale %D with APR Connector Giving Unexpected Results

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/14/13 5:22 AM, Mark Thomas wrote: On 14/02/2013 02:22, Steve van Loben Sels wrote: Greetings. I recently upgraded from Tomcat 6.0.36 to 7.0.35 with the native APR connector, and I ran into a problem with numbers in my access Log.

Password protecting directories in virtual hosts

2013-02-14 Thread Dennis Gormley
Hello; I've been struggling with this for a couple of weeks now. I've searched web sites, forums and lists, but I can't seem to find the information I want. We have two web sites on a Tomcat 5.5 server (virtual hosts?). I didn't set up the server, but I've been tasked to password protect

Re: Password protecting directories in virtual hosts

2013-02-14 Thread Luciano Andress Martini
The easy way is to use a reverse proxy as apache2 in front-side, in another words, use the traditional apache2 with modproxy to display the tomcat6 pages. Its very easy to do it! 2013/2/14 Dennis Gormley gorm...@hslc.org Hello; I've been struggling with this for a couple of weeks now. I've

Re: Password protecting directories in virtual hosts

2013-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dennis, On 2/14/13 3:22 PM, Dennis Gormley wrote: We have two web sites on a Tomcat 5.5 server (virtual hosts?). You should upgrade as soon as possible: Tomcat 5.5 is not longer supported. You should move to Tomcat 7.0 at your earliest

Re: Password protecting directories in virtual hosts

2013-02-14 Thread André Warnier
Dennis Gormley wrote: Hello; I've been struggling with this for a couple of weeks now. I've searched web sites, forums and lists, but I can't seem to find the information I want. We have two web sites on a Tomcat 5.5 server (virtual hosts?). I didn't set up the server, but I've been

RE: Tomcat upgrade -SSL handshake failure?

2013-02-14 Thread Thomas, Steve
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, February 14, 2013 11:41 AM To: Tomcat Users List Subject: Re: Tomcat upgrade -SSL handshake failure? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 2/13/13 4:04 PM, Thomas,

RE: Tomcat does not accept connections from Safari on iPad vs an SSL connector with JSSE ciphers

2013-02-14 Thread Esmond Pitt
Tomcat by default should accept all the enabled cipher suites in an SSLSocket, unless it has been configured to do differently. That list is far longer than either of the client lists supplied. -Original Message- From: Giuseppe Sacco [mailto:giuse...@eppesuigoccas.homedns.org] Sent:

RE: mod_jk errors errno=110 and errno=115

2013-02-14 Thread Martin Gainty
Phillipe ajp_send_request::jk_ajp_common.c (1630): (nodeYY) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=115) indicate that you might have a misconfig on jk.properties ...check out host and port attributes here

RE: Achieve large number of concurrent websocket connections (~40000-50000)

2013-02-14 Thread Amit Bhagra
Hi Carrillo Thanks for the answer. I will certainly look into clustering options once I know the maximum connection limit achievable from a single instance of tomcat. I was wondering if anyone else has done the same thing and could help with required configurations and provide his

Re: Achieve large number of concurrent websocket connections (~40000-50000)

2013-02-14 Thread Vijaya
Hi Amit, I do not want to top post on this issue. But I do have the same problem. If you come across the solution, please post the solution so that I can also benefit from it. Thanks, Vijaya -Original Message- From: Amit Bhagra Sent: Friday, February 15, 2013 8:41 AM To: 'Tomcat

Re: mod_jk errors errno=110 and errno=115

2013-02-14 Thread Philippe Bossu
Thank you, we'll double check On Friday, February 15, 2013, Martin Gainty wrote: Phillipe ajp_send_request::jk_ajp_common.c (1630): (nodeYY) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=115) indicate that you might have a misconfig