Re: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-21 Thread Pid *
On 20 Aug 2012, at 23:28, Dale Ogilvie dale_ogil...@trimble.com wrote: So, I ran with JVM option -verbose:class Then I requested a jsp from app1 and the console printed: ... [Loaded javax.el.ExpressionFactory from file:/C:/apache-tomcat-7.0.27/lib/el-api.jar] [Loaded

Tomcat asyncTimeout and APR connector on Windows

2012-08-21 Thread Nikos Viorres
Hi all, The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol connector or the Http11NioProtocol one. However in

Re: Tomcat asyncTimeout and APR connector on Windows

2012-08-21 Thread Konstantin Kolinko
2012/8/21 Nikos Viorres nvior...@gmail.com: Hi all, The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol

Re: %{xxx}t not working

2012-08-21 Thread Konstantin Kolinko
7.0.8 is out of question. In 7.0.29 the pattern works. server.xml: [[[ Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=%h %l %u %t quot;%rquot; %s %b %{-MM-dd'T'HH:mm:ss,SSSZ}t /

problems with mod_jk 1.2.32 and Jetty 6.1.26

2012-08-21 Thread Veit Guna
Hi. I'm using Atlassian Fisheye 2.7.15 (uses Jetty 6.1.26) under Ubuntu 12.04 with mod_jk 1:1.2.32-1 and Apache 2.2.22-1ubuntu1. After I upgraded mod_jk from 1.2.31 to 1.2.32 Jetty isn't working anymore throwing the exception below. Any ideas why that is happening? What changed through that

RE: tomcat and DB oracle problem - only in higher versions

2012-08-21 Thread Busfy,Peter
Hello, you are absolutely right. From Tomcat 6.0.27 (also tomcat 7) was changed implementation of DBCP (database connection pool) in tomcat (see http://tomcat.apache.org/tomcat-6.0-doc/changelog.html). We use in database connection SimpleNativeJdbcExtractor, which doesn't work with higher

Re: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) ...

2012-08-21 Thread Roi
Caldarale, Charles R Chuck.Caldarale at unisys.com writes: Subject: BUILD FAILED apache-tomcat-7.0.22-src build.xml (lines 2211, 2313) I am getting build errors I don't quite understand. As I recall, due to Sun/Oracle-created incompatibilities in various interface classes, you can't

Re: %{xxx}t not working

2012-08-21 Thread Rainer Jung
On 20.08.2012 21:46, John Byrne wrote: I've tried both 7.0.29 and 7.0.8. The feature wans introduced in 7.0.17. I tried your format string with current 7.0 head which should be identical to 7.0.29 w.r.t. access log and it did work for me. There were no changes in the (self-contained) access

Re: Problem with uploading large files

2012-08-21 Thread Sahana Voleti
I have tried all the techniques that we have discussed and yet I get the following error: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing o f multipart/form-data request failed. Stream ended unexpectedly

Re: problems with mod_jk 1.2.32 and Jetty 6.1.26

2012-08-21 Thread Rainer Jung
On 21.08.2012 10:34, Veit Guna wrote: Hi. I'm using Atlassian Fisheye 2.7.15 (uses Jetty 6.1.26) under Ubuntu 12.04 with mod_jk 1:1.2.32-1 and Apache 2.2.22-1ubuntu1. After I upgraded mod_jk from 1.2.31 to 1.2.32 Jetty isn't working anymore throwing the exception below. Any ideas why that is

Tomcat 7.x and Internet Explorer Adobe Reader plugin

2012-08-21 Thread Miguel Gonzalez
Dear all,   Our webapp worked fine under Tomcat 5.5. We decided to migrate to Tomcat 7 to get better performance and get support from the community in case something goes wrong as suggested in this mailing list.   I installed tomcat 7.0.29 from the Apache website. I had issues downloading

Re: redirecting people to maintenance mode

2012-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 8/21/12 6:25 AM, Miguel González Castaños wrote: Dear all, I have a Tomcat web server. From time to time, I need to do some maintenance and want people not to interact with the Tomcat server while I'm doing it. The key thing here is

Re: Problem with uploading large files

2012-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahana, On 8/21/12 9:49 AM, Sahana Voleti wrote: I have tried all the techniques that we have discussed and yet I get the following error: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing o f multipart/form-data

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Thank you Rainer, It turns out I was still using 7.0.8 even though I switched the soft link to the new version. Now I just need to find out how the switch mechanism works. John John Byrne System Administrator, IST john_by...@apple.com On Aug 21, 2012, at 1:10 AM, Konstantin Kolinko

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Even though I've downloaded 7.0.29 the Servlet Engine is still 7.0.8. Is this a configuration problem or is the latest version not being distributed by Apache? I can't find anything that points to the old version in shell scripts. Please help. Thanks, John John Byrne System Administrator,

RE: %{xxx}t not working

2012-08-21 Thread Caldarale, Charles R
From: John Byrne [mailto:john_by...@apple.com] Subject: Re: %{xxx}t not working Even though I've downloaded 7.0.29 From where? Exactly what did you download? What did you do after downloading? Be precise in your responses. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Greetings. It must be a configuration issue because I setup the 7.0.29 Tomcat version on my system and it is giving me the right version. Sorry to take up your time. So half of a false alarm on my last email. I just need to find out how they're configuring it here. Thanks, John Byrne

Re: Tomcat asyncTimeout and APR connector on Windows

2012-08-21 Thread Nikos Viorres
2012/8/21 Nikos Viorres nvior...@gmail.com: Hi all, The value that i set to Tomcat's asyncTimeout connector property is ignored when using the APR connector on Windows no matter what (default 10 seconds is used instead). That value is always respected when using the default Http11Protocol

Re: problems with mod_jk 1.2.32 and Jetty 6.1.26

2012-08-21 Thread Veit Guna
Well, what can I say - thank you :)! Your tip worked like a charm. Am 21.08.2012 16:22, schrieb Rainer Jung: On 21.08.2012 10:34, Veit Guna wrote: Hi. I'm using Atlassian Fisheye 2.7.15 (uses Jetty 6.1.26) under Ubuntu 12.04 with mod_jk 1:1.2.32-1 and Apache 2.2.22-1ubuntu1. After I

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-21 Thread Dale Ogilvie
-Original Message- From: Pid * [mailto:p...@pidster.com] Where is that dependency JSP jar from? It should not be in WEB-INF/lib if it's providing JSP functionality. p The manifest for the jar says JSP 2.1 Jasper implementation from Glassfish, and yeah it was bad practice for maven to

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-21 Thread Martin Gainty
If you implement a VM Profiler such as http://visualvm.java.net/eclipse-launcher.html#installation and send the profiler output to app1.output then stop app1 and stop tomcat restart tomcat then reference app2 and send the profiler output to app2.output then diff the 2.. can you confirm from