Re: SSL and 408 error code (incomplete request)

2013-08-01 Thread sol myr
Thanks very much for this detailed answer. We don't see a reason for the client to delay data sending (request is small and unconditional, network is stable with no firewalls in the middle). So given your helpful explanation, we'll also ask in the Chrome forums :) thanks again - Original

Re: SSL and 408 error code (incomplete request)

2013-08-01 Thread sol myr
Thank very much, that sounds like a good property to tweak. we'll try it out :) - Original Message - From: Martin Gainty mgai...@hotmail.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Thursday, August 1, 2013 1:07 AM Subject: RE: SSL and 408 error code (incomplete

java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Seema Patel
Hi, I am not sure if this is the right List to post this on, please advise if it isn't and let me know where is best to post. I am getting the following error on one of our applications running on our intranet: 2013-07-31 17:15:11,180 [http-xxx.xxx.x.xxx-xx-x] ERROR

RE:Tomcat and IP transparency

2013-08-01 Thread Eugène Adell
Hi Joan I think your problem is not easy to solve. If it is possible to know which requests could be for this blackbox (from client IP or destination IP) then you should serve all these requests without using your cache at all. How to achieve this ? Maybe by using an IP-based Virtual Host on

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread André Warnier
Seema Patel wrote: Hi, I am not sure if this is the right List to post this on, please advise if it isn't and let me know where is best to post. I am getting the following error on one of our applications running on our intranet: 2013-07-31 17:15:11,180 [http-xxx.xxx.x.xxx-xx-x] ERROR

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Seema Patel
Date: Thu, 1 Aug 2013 12:06:39 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx Seema Patel wrote: Hi, I am not sure if this is the right List to post this on, please

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Caldarale, Charles R
From: Seema Patel [mailto:seema...@hotmail.com] Subject: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx I am not sure if this is the right List to post this on This is the correct list, but... jcifs.http.NtlmHttpFilter Not supported:

Re: Tomcat and IP transparency

2013-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ilya, On 7/31/13 3:11 PM, Ilya Kazakevich wrote: They may use RemoteIpValve to fetch real ip from x-forwarded-for and set it to remote_addr where getRemoteAddr will get it. +1 Assuming you can modify the webapp by inserting a Valve, you can

Re: SSL and 408 error code (incomplete request)

2013-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sol, On 7/31/13 5:32 PM, sol myr wrote: Has anyone happened to stumble onto this issue, please: Our Ajax works perfectly as long as its non-secure. However, when switching to SSL we sometimes see 408 errors (incomplete request). This only

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 8/1/13 7:50 AM, Caldarale, Charles R wrote: From: Seema Patel [mailto:seema...@hotmail.com] Subject: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx I am not sure if this is the right

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Martin Gainty
nslookup DomainName if you still call no joy there is nothing we can do (without contacting your Domain Admin and asking if DomainName is live) Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-08-01 Thread Jeffrey Janner
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, July 31, 2013 12:27 PM To: Tomcat Users List Subject: Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces. TRAN Trung Thanh wrote: Hi all, I am newbie here. Today,

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread André Warnier
Seema Patel wrote: Date: Thu, 1 Aug 2013 12:06:39 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx Seema Patel wrote: Hi, I am not sure if this is the right List to post this

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Seema Patel
Date: Thu, 1 Aug 2013 15:55:37 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx Seema Patel wrote: Date: Thu, 1 Aug 2013 12:06:39 +0200 From: a...@ice-sa.com To:

GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Majors, Jeremy
I've seen multiple postings online that state that when you deploy a WAR file rather than using an exploded WAR, then the request.getServletContext().getRealPath() method returns null. Due to a requirement by my team lead, I cannot deploy the application in any other fashion besides a

Re: Using the bin/daemon.sh script on ubuntu.

2013-08-01 Thread Christian Schneider
Thanks for the great responses. @Ognjen: Yes, currently we also use the setenv.sh (because it will not be touched by an update). The *ln -s* Tipp is not bad. But the problem is, it stores the files in the folder (/opt/tomcat/logs). On our (AWS) installation we have limited space on /opt,

Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread olivier giorgi
Hello to all,   Please, could you help me about the following subject:   How to configure Tomcat in ipv6 ?   Thanks in advance. Best regards Olivier.

RE: Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread Gilles Badouet
In order to do what? Your question is too generic!! Kind regards Gilles Rubens Badouet Student ID: 3940347 Faculty of Engineering and Computing MSc Network Computing Course Mobile: 07424486426 From: olivier giorgi olivier_gio...@yahoo.fr

RE: Do you know how to configure Tomcat in ipv6 ?

2013-08-01 Thread Jeffrey Janner
-Original Message- From: olivier giorgi [mailto:olivier_gio...@yahoo.fr] Sent: Thursday, August 01, 2013 11:17 AM To: users@tomcat.apache.org Subject: Do you know how to configure Tomcat in ipv6 ? Hello to all, Please, could you help me about the following subject: How to

Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-08-01 Thread Michael-O
Am 2013-08-01 15:41, schrieb Jeffrey Janner: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, July 31, 2013 12:27 PM To: Tomcat Users List Subject: Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces. TRAN Trung Thanh wrote:

Re: GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Mark Thomas
On 01/08/2013 17:45, Majors, Jeremy wrote: I've seen multiple postings online that state that when you deploy a WAR file rather than using an exploded WAR, then the request.getServletContext().getRealPath() method returns null. Due to a requirement by my team lead, I cannot deploy the

RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread Caldarale, Charles R
From: Seema Patel [mailto:seema...@hotmail.com] Subject: RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx When upgrading Tomcat from version 5.5 to 7, would I need to upgrade to version 6 first and then to 7 or can I go straight from 5.5 to

Re: GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Majors, Jeremy
Thanks Mark. I ended up doing something similar (added a context parameter to the context files) which are being generated by the build process. Jeremy On 8/1/13 1:19 PM, Mark Thomas ma...@apache.org wrote: On 01/08/2013 17:45, Majors, Jeremy wrote: I've seen multiple postings online that

javaagent is messing with webapp classpath

2013-08-01 Thread Alberto SOUZA
Hi, I have a javaagent that changes some specific classes of my project. But, when i start the server using the agent I get a lot of ClassNotFoundException for a lot of classes... Like ServletContextListener. When I don't use the javaagent argument everything goes fine. Does anyone have an idea?

Re: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx

2013-08-01 Thread David kerber
On 8/1/2013 2:24 PM, Caldarale, Charles R wrote: From: Seema Patel [mailto:seema...@hotmail.com] Subject: RE: java.net.UnknownHostException: Failed to negotiate with a suitable domain controller for xxx When upgrading Tomcat from version 5.5 to 7, would I need to upgrade to version 6 first

Apache Tomcat 8.0.0-RC1 release vote started

2013-08-01 Thread Mark Thomas
If you'd like early sight of Tomcat 8 and an opportunity to contribute to Tomcat development, the release vote has now opened for the first Tomcat 8 release candidate. Features include: - Servlet 3.1 implementation - JSP 2.3 impelementation - EL 3.0 implementation - WebSocket 1.0 implementation -

OT: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-08-01 Thread Jeffrey Janner
-Original Message- From: Michael-O [mailto:1983-01...@gmx.net] Sent: Thursday, August 01, 2013 1:10 PM To: Tomcat Users List Subject: Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces. Am 2013-08-01 15:41, schrieb Jeffrey Janner: -Original

Re: javaagent is messing with webapp classpath

2013-08-01 Thread Leon Rosenberg
Hello, yes, your java agent is probably not well coded :-) regards Leon On Thu, Aug 1, 2013 at 8:33 PM, Alberto SOUZA alots@gmail.com wrote: Hi, I have a javaagent that changes some specific classes of my project. But, when i start the server using the agent I get a lot of

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
Thanks Mark, I've been getting up to speed on JMeter. I've used selenium before. The particulars depend on your particular application - agreed. That part I can work out myself by looking at bottlenecks, generally timing areas of the application with more and more granularity, in places where the

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
Hey Chris, I'm expecting 5000 simultaneous users, with a physical load balancer to two physical app servers. So ~2500 per machine, each running an instance of tomcat not fronted by httpd or any proxy server. (i.e., using Tomcat to serve a few static assets along with the webapp). are you just

Re: Cannot start apache tomcat 7.0 if server path contains two consecutive spaces.

2013-08-01 Thread Tomcat Random
Spaces in paths (and filenames) are evil, and should never have been allowed in the first place. A special place in hell is reserved for the genius who first allowed this stupid thing in an OS. Luled at this. The underscore is your friend. I find it odd that the OP can't just rename said

Clean up after building and installing ARP on RHEL 6

2013-08-01 Thread Tomcat Random
Spent a while getting APR installed and my logs are now showing no warning and indicate the native libraries are working. As per the docs: The libraries will be found in $CATALINA_HOME/lib - Yup, that's fine. But it seems like I have APR/native directories in several places now. Are the APR

Re: javaagent is messing with webapp classpath

2013-08-01 Thread Alberto SOUZA
I see... even if i leave my agent empty? Because i did this test and, just with the presence of agent, tomcat got lost. And the same agent works fine in GlassFish(3 and 4) and Jboss(7 and 8). Right now, for some reason, my impression is that the agent is requesting that every class used for my