Re: Long Polling : Tomcat 7.0.50 / 8.0.9

2014-08-29 Thread anurag gupta
Can anyone help regarding this ? Update:-- A simple test on Tomcat 7.0.50/7.0.55 of Longpolling implementation using JAX-RS 2.0 AsyncResponse mechanism. I'm seeing the following the errors in the logs and a lot many CLOSE_WAIT connections, Why ? Exception in thread http-nio-8080-ClientPoller-0

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-29 Thread Sylvain Goulmy
Thank you for your feedbacks. I had actually already tried a configuration with a url parameter. With this configuration : Resource factory=org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory name=jdbc/mydatasource-xa password=password type=oracle.jdbc.xa.client.OracleXADataSource

RE: EXTERNAL: Re: Spnego authentication with Tomcat 7.0.55 on Linux 6.5 returns null from request.getremoteUser

2014-08-29 Thread Seshadri, Usha
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 29, 2014 1:44 AM To: Tomcat Users List Subject: EXTERNAL: Re: Spnego authentication with Tomcat 7.0.55 on Linux 6.5 returns null from request.getremoteUser On 29/08/2014 03:51, Seshadri, Usha wrote: Hi,

Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Jess Holle
I have a web application which runs fine with Tomcat 7.0.55 and Java 7 (various updates, including Update 65). When I keep everything else constant and use Java 8 Update 20, I get errors around JSP compilation, e.g.: * org.apache.jasper.compiler.JDTCompiler - Compilation error

Re: Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Mark Thomas
On 29/08/2014 14:56, Jess Holle wrote: I have a web application which runs fine with Tomcat 7.0.55 and Java 7 (various updates, including Update 65). When I keep everything else constant and use Java 8 Update 20, I get errors around JSP compilation, e.g.: *

Re: Java 8 and Tomcat 7.0.55?

2014-08-29 Thread Jess Holle
Sorry for the false alarm. A little more digging showed that an old ECJ was getting used at runtime -- because it had been thwacked into the runtime classpath. [Don't ask.] It now works fine. On 8/29/2014 9:14 AM, Mark Thomas wrote: On 29/08/2014 14:56, Jess Holle wrote: I have a web

Re: How to create an Oracle XA Datasource within Tomcat 7

2014-08-29 Thread Stefan Mayr
Am 29.08.2014 14:23, schrieb Sylvain Goulmy: Thank you for your feedbacks. I had actually already tried a configuration with a url parameter. With this configuration : Resource factory=org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory name=jdbc/mydatasource-xa password=password

Tomcat 7.0.55, OS: 64-bit Windows 7

2014-08-29 Thread Balana, Vishal
Hi, I have been struggling for days now to understand why my tomcat instance created through RAD 8.5 Servers view not generating catalina.out and tomcat.log log files at ${catalina.base}/logs. I only see localhost_access_log.-XX-XX.txt logs file?Why? Please help! Thanks regards,

Manager app + RemoteAddrValve + 403 Access Denied

2014-08-29 Thread Shanti Suresh
Greetings, I am running Tomcat 7.0.52. I am a bit unsure as to why localhost is being denied a JMXProxy servlet query with a 403. I tried using curl as: curl http://localhost:8090/manager/heapused.jsp I have CATALINA_HOME/conf/Catalina/localhost/manager.xml set as follows: Context

Uploading Large Files in Tomcat 8.0.9+

2014-08-29 Thread Clint Shank
I was wondering whether anyone out there is seeing a problem uploading large files using Tomcat 8.0.9 and greater (same issue in 8.0.11). The context is that I'm running Sonatype Nexus in Tomcat. When I do an mvn deploy on a smaller project, things work. We I do a mvn deploy on a large

Re: Manager app + RemoteAddrValve + 403 Access Denied

2014-08-29 Thread Daniel Mikusa
On Fri, Aug 29, 2014 at 12:15 PM, Shanti Suresh sha...@umich.edu wrote: Greetings, I am running Tomcat 7.0.52. I am a bit unsure as to why localhost is being denied a JMXProxy servlet query with a 403. I tried using curl as: curl http://localhost:8090/manager/heapused.jsp I have

RE: Tomcat 7.0.55, OS: 64-bit Windows 7

2014-08-29 Thread Balana, Vishal
Anyone has any idea about following? Any thoughts...? From: Balana, Vishal Sent: Friday, August 29, 2014 11:33 AM To: 'users@tomcat.apache.org' Subject: Tomcat 7.0.55, OS: 64-bit Windows 7 Hi, I have been struggling for days now to understand why my tomcat instance created through RAD 8.5

RE: Tomcat 7.0.55, OS: 64-bit Windows 7

2014-08-29 Thread Neven Cvetkovic
Vishal, Hi, I have been struggling for days now to understand why my tomcat instance created through RAD 8.5 Servers view not generating catalina.out and tomcat.log log files at ${catalina.base}/logs. I only see localhost_access_log.-XX-XX.txt logs file?Why? How did you create

Re: Uploading Large Files in Tomcat 8.0.9+

2014-08-29 Thread Konstantin Kolinko
2014-08-29 20:19 GMT+04:00 Clint Shank clint.sh...@gmail.com: I was wondering whether anyone out there is seeing a problem uploading large files using Tomcat 8.0.9 and greater (same issue in 8.0.11). The context is that I'm running Sonatype Nexus in Tomcat. When I do an mvn deploy on a

can't make external lib jars loaded with Resources in tomcat 8

2014-08-29 Thread Sergei Kovalev
Can anybody provide working example how to externalize libs for application under tomcat 8? I have done below but it does not work, libs not getting loaded. Resources PreResources base=C:\Projects\tomcat\apache-tomcat-8.0.11\hostlibs\myhost