https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #7 from Francisco A. Lozano ---
Correction:
- Tomcat 8 deployment speed with unpackWARs="false": 24-26 seconds.
- Tomcat 8 deployment speed with unpackWARs="true": 5-6 seconds.
- Tomcat 7 deployment speed with unpackWARS="false
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #6 from Francisco A. Lozano ---
Apologies for my poor usage of English with regard to the word "stalled" -
you're right, it doesn't stop at all, just takes a lot of time.
I've prepared a WAR file which shows the issue.
https:/
On Jan 26, 2015, at 9:17 AM, Jeremy Boynes wrote:
>
> The proposed 1.2.2 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 1.2.2 Stable
JSTL TCK passed in the following environment:
Mac OSX 10.10.1
Java 1.7.0_75
Apache Tomcat 7.0.57
Apache Xalan 2.7.1
with the fol
Author: fschumacher
Date: Tue Jan 27 05:54:24 2015
New Revision: 1654978
URL: http://svn.apache.org/r1654978
Log:
Remove variable name substitution from log format string as it is hard to
localize.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
tomcat/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472
--- Comment #5 from Mark Thomas ---
That is sort of what Tomcat 7 does. I think I can port the openJars / closeJars
from Tomcat 7's WebappClassLoader to Tomcat 8's resources implementation.
--
You are receiving this mail because:
You are
Mark,
Mark,
On 1/26/15 2:41 PM, Mark Thomas wrote:
> On 26/01/2015 15:31, Christopher Schultz wrote:
>> Mark,
>>
>> On 1/26/15 3:31 AM, Mark Thomas wrote:
>>> On 24/01/2015 19:21, Konstantin Kolinko wrote:
2015-01-24 13:00 GMT+03:00 :
> Author: markt
> Date: Sat Jan 24 10:00:32 2015
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472
--- Comment #4 from Christopher Schultz ---
Maybe a ThreadLocal list of JARs to close?
Presumably, the ClassLoader is going to load a whole bunch of classes from
these JAR files at once; probably the first time some feature/group of classe
>From 8.0.15, sorry forgot to mention it
Romain Manni-Bucau
@rmannibucau
http://www.tomitribe.com
http://rmannibucau.wordpress.com
https://github.com/rmannibucau
2015-01-26 20:46 GMT+01:00 Mark Thomas :
> On 26/01/2015 18:17, Romain Manni-Bucau wrote:
>> Hi guys,
>>
>> since I upgraded to 8.0.1
On 26/01/2015 18:17, Romain Manni-Bucau wrote:
> Hi guys,
>
> since I upgraded to 8.0.18 I get:
from what?
That code hasn't changed 8.0.17 -> 8.0.18 (I don't think) but it did
change in a previous version.
Mark
>
> SEVERE: Servlet.service() for servlet [jsp] in context with path
> [/test] thr
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #5 from Mark Thomas ---
Stalled suggests that the strtup stops which doesn't appear to be the case.
A web application that demonstrated the issue would be a big help.
--
You are receiving this mail because:
You are the assign
On 26/01/2015 15:31, Christopher Schultz wrote:
> Mark,
>
> On 1/26/15 3:31 AM, Mark Thomas wrote:
>> On 24/01/2015 19:21, Konstantin Kolinko wrote:
>>> 2015-01-24 13:00 GMT+03:00 :
Author: markt
Date: Sat Jan 24 10:00:32 2015
New Revision: 1654487
URL: http://svn.apache.
Am 26. Januar 2015 20:12:09 MEZ, schrieb Konstantin Kolinko
:
>2015-01-26 21:05 GMT+03:00 :
>> Author: fschumacher
>> Date: Mon Jan 26 18:05:06 2015
>> New Revision: 1654852
>>
>> URL: http://svn.apache.org/r1654852
>> Log:
>> Log failure to close a resource instead of ignoring it silently.
>>
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472
--- Comment #3 from Mark Thomas ---
I can confirm that it is JAR verification that is causing the slow down. The
way to avoid that is to keep the JAR open for the life of the web application.
However, that causes a catch-22 problem. Keepin
2015-01-26 21:05 GMT+03:00 :
> Author: fschumacher
> Date: Mon Jan 26 18:05:06 2015
> New Revision: 1654852
>
> URL: http://svn.apache.org/r1654852
> Log:
> Log failure to close a resource instead of ignoring it silently.
>
> Modified:
> tomcat/trunk/java/org/apache/catalina/servlets/CGIServle
Hi guys,
since I upgraded to 8.0.18 I get:
SEVERE: Servlet.service() for servlet [jsp] in context with path
[/test] threw exception [javax.el.ELException: The class
[java.util.Iterator] must be public, non-abstract and not an
interface] with root cause
javax.el.ELException: The class [java.util.I
Am 26.01.2015 um 09:28 schrieb Mark Thomas:
On 25/01/2015 22:57, Christopher Schultz wrote:
Felix,
On 1/24/15 2:33 PM, Felix Schumacher wrote:
Am 24.01.2015 um 17:13 schrieb Christopher Schultz:
Felix,
On 1/24/15 9:42 AM, fschumac...@apache.org wrote:
Author: fschumacher
Date: Sat Jan 24 14
Author: fschumacher
Date: Mon Jan 26 18:05:06 2015
New Revision: 1654852
URL: http://svn.apache.org/r1654852
Log:
Log failure to close a resource instead of ignoring it silently.
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java
tomcat/trunk/java/org/apache/catalina
Author: fschumacher
Date: Mon Jan 26 18:02:11 2015
New Revision: 1654851
URL: http://svn.apache.org/r1654851
Log:
Remove volatile from variables, as it is misleading. All
variables, that are mutable and read/written from different threads are only
modified/read within a synchronized block. All oth
https://issues.apache.org/bugzilla/show_bug.cgi?id=57503
Bug ID: 57503
Summary: Log4J Logging Information Incomplete
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
The proposed Apache Taglibs 1.2.2 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/taglibs/taglibs-standard-1.2.2/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1032/
The SVN tag is:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #4 from Francisco A. Lozano ---
I've collected several stack-traces during slow startup times and, when the
startup gets "stalled", the stacks look like this:
"localhost-startStop-1" #15 daemon prio=5 os_prio=0 tid=0x01
Author: jboynes
Date: Mon Jan 26 16:58:24 2015
New Revision: 1654844
URL: http://svn.apache.org/r1654844
Log:
[maven-release-plugin] prepare release taglibs-standard-1.2.2
Modified:
tomcat/taglibs/standard/trunk/build-tools/pom.xml
tomcat/taglibs/standard/trunk/compat/pom.xml
tomcat/t
Author: jboynes
Date: Mon Jan 26 16:58:27 2015
New Revision: 1654846
URL: http://svn.apache.org/r1654846
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
tomcat/taglibs/standard/trunk/build-tools/pom.xml
tomcat/taglibs/standard/trunk/compat/pom.xml
tomcat/t
Author: jboynes
Date: Mon Jan 26 16:58:26 2015
New Revision: 1654845
URL: http://svn.apache.org/r1654845
Log:
[maven-release-plugin] copy for tag taglibs-standard-1.2.2
Added:
tomcat/taglibs/standard/tags/taglibs-standard-1.2.2/
- copied from r1654844, tomcat/taglibs/standard/trunk/
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
Francisco A. Lozano changed:
What|Removed |Added
Version|8.0.15 |8.0.17
--- Comment #3 from F
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
Francisco A. Lozano changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=57251
--- Comment #2 from Francisco A. Lozano ---
I can see the "EOF" error is duplicate of 57173, but - is the deployment speed
also? To me it looks like there is a speed-related regression between 8 and 7.
I have an app which is webapp-3.0, wi
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
--- Comment #4 from Chuck Caldarale ---
(In reply to udariramesh from comment #3)
> I am bit confused with your comment. Could you please brief me your
> suggestion. I did not understand your comment "Please use tomcat users
> list". How ca
Author: jboynes
Date: Mon Jan 26 16:02:32 2015
New Revision: 1654835
URL: http://svn.apache.org/r1654835
Log:
Update change list
Modified:
tomcat/taglibs/standard/trunk/CHANGES.txt
Modified: tomcat/taglibs/standard/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/standard/
On Jan 8, 2015, at 9:26 PM, Jeremy Boynes wrote:
>
> On Jan 8, 2015, at 1:42 PM, Konstantin Kolinko wrote:
>>
>> 2015-01-08 9:42 GMT+03:00 Jeremy Boynes :
>>> I made a couple of minor improvements to Apache Taglibs last year related
>>> to XML parsing and to how we load libraries (it now uses
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
--- Comment #3 from udariram...@gmail.com ---
Hi Violeta,
I am bit confused with your comment. Could you please brief me your suggestion.
I did not understand your comment "Please use tomcat users list". How can i use
tomcat users list.
Re
https://issues.apache.org/bugzilla/show_bug.cgi?id=57496
Christopher Schultz changed:
What|Removed |Added
OS||All
--- Comment #1 from Chri
Mark,
On 1/26/15 3:31 AM, Mark Thomas wrote:
> On 24/01/2015 19:21, Konstantin Kolinko wrote:
>> 2015-01-24 13:00 GMT+03:00 :
>>> Author: markt
>>> Date: Sat Jan 24 10:00:32 2015
>>> New Revision: 1654487
>>>
>>> URL: http://svn.apache.org/r1654487
>>> Log:
>>> Prep for next tag
>>>
>>> Modified:
Author: violetagg
Date: Mon Jan 26 14:56:30 2015
New Revision: 1654823
URL: http://svn.apache.org/r1654823
Log:
Prep for next version
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc7.0.x/trunk/build.propert
The proposed Apache Tomcat 7.0.58 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.58/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1031/
The svn tag is:
http://svn.apache.org/
Author: markt
Date: Mon Jan 26 13:44:57 2015
New Revision: 1654800
URL: http://svn.apache.org/r1654800
Log:
Vote passed a few minutes ago
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tom
Author: violetagg
Date: Mon Jan 26 13:32:56 2015
New Revision: 1654794
URL: http://svn.apache.org/r1654794
Log:
Tag 7.0.58
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_58/ (props changed)
- copied from r1654791, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_58/build.prop
The following votes were cast:
Binding:
+1: markt, remm, jfarcand, schultz, kfujino, violetagg, kkolinko
Non-binding:
+1: fschumacher, Martin Grigorov
The vote therefore passes.
I'll update dist.a.o etc now and announce once the mirrors catch up
(probably tomorrow).
Mark
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489
--- Comment #2 from Mark Thomas ---
I've added some debig logging to trunk, 8.0.x (for 8.0.19 onwards) and 7.0.x
(for 7.0.58 onwards). Any further information you can provide as to what is
going on would be very helpful.
--
You are receiv
Author: markt
Date: Mon Jan 26 13:19:11 2015
New Revision: 1654788
URL: http://svn.apache.org/r1654788
Log:
Add some debug logging to the WebSocket session to track creation and closure
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocke
Author: markt
Date: Mon Jan 26 13:12:32 2015
New Revision: 1654787
URL: http://svn.apache.org/r1654787
Log:
Add some debug logging to the WebSocket session to track creation and closure
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocke
Author: markt
Date: Mon Jan 26 13:10:54 2015
New Revision: 1654785
URL: http://svn.apache.org/r1654785
Log:
Add some debug logging to the WebSocket session to track creation and closure
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties
tomcat/trunk/java/org/a
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
udariram...@gmail.com changed:
What|Removed |Added
CC||udariram...@gmail.com
--
Y
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
udariram...@gmail.com changed:
What|Removed |Added
OS||All
--- Comment #1 from uda
https://issues.apache.org/bugzilla/show_bug.cgi?id=57497
Bug ID: 57497
Summary: JARs of lib folder not loaded into classpath, getting
ClassNotFoundException
Product: Tomcat 7
Version: 7.0.55
Hardware: All
Status
Author: markt
Revision: 1654768
Modified property: svn:log
Modified: svn:log at Mon Jan 26 11:28:58 2015
--
--- svn:log (original)
+++ svn:log Mon Jan 26 11:28:58 2015
@@ -0,0 +1,3 @@
+Fix https://issues.apache.org/bugzill
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Jan 26 11:27:29 2015
New Revision: 1654768
URL: http://svn.apache.org/r1654768
Log: (empty)
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/AsyncChannelGroupUtil.java
tomcat/tc7.0.x/trunk/webapps/docs/cha
Author: markt
Date: Mon Jan 26 11:25:14 2015
New Revision: 1654767
URL: http://svn.apache.org/r1654767
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57490
Make it possible to use Tomcat's WebSocket client within a web application when
running under a SecurityManager.
Based on a patc
Author: markt
Date: Mon Jan 26 11:22:36 2015
New Revision: 1654766
URL: http://svn.apache.org/r1654766
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57490
Make it possible to use Tomcat's WebSocket client within a web application when
running under a SecurityManager.
Based on a patc
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490
--- Comment #2 from Mark Thomas ---
I do see this in Windows. I'll take a look at your patch.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=57490
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=57496
Bug ID: 57496
Summary: Hard-coded URL in SVG example
Product: Tomcat 8
Version: 8.0.17
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Comp
2015-01-23 16:09 GMT+03:00 Mark Thomas :
> The proposed Apache Tomcat 8.0.18 release is now available for voting.
>
>
> The proposed 8.0.18 release is:
> [ ] Broken - do not release
> [x] Stable - go ahead and release as 8.0.18
Unit tests passed (BIO, NIO, NIO2, APR).
Reproducer for bug 57476 OK.
On 24/01/2015 20:11, Felix Schumacher wrote:
> Hi all,
>
> I looked at the coverity issue 86588 and it says, that the volatile
> variable seen[] is unsafe, because only the reference is volatile and
> not not the array elements.
>
> After a closer look, I am convinced, that all variables in that
On 24/01/2015 19:21, Konstantin Kolinko wrote:
> 2015-01-24 13:00 GMT+03:00 :
>> Author: markt
>> Date: Sat Jan 24 10:00:32 2015
>> New Revision: 1654487
>>
>> URL: http://svn.apache.org/r1654487
>> Log:
>> Prep for next tag
>>
>> Modified:
>> tomcat/tc8.0.x/trunk/build.properties.default
>>
Author: markt
Date: Mon Jan 26 08:30:31 2015
New Revision: 1654738
URL: http://svn.apache.org/r1654738
Log:
Fix typo
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/web
On 25/01/2015 22:57, Christopher Schultz wrote:
> Felix,
>
> On 1/24/15 2:33 PM, Felix Schumacher wrote:
>> Am 24.01.2015 um 17:13 schrieb Christopher Schultz:
>>> Felix,
>>>
>>> On 1/24/15 9:42 AM, fschumac...@apache.org wrote:
Author: fschumacher
Date: Sat Jan 24 14:42:27 2015
New
Author: kkolinko
Date: Mon Jan 26 08:13:57 2015
New Revision: 1654737
URL: http://svn.apache.org/r1654737
Log:
Clarify behaviour of useBodyEncodingForURI attribute and its relation to
URIEncoding.
Merged r1654736 from tomcat/tc8.0.x/trunk (r1654735 from tomcat/trunk).
Modified:
tomcat/tc7.0
Author: kkolinko
Date: Mon Jan 26 08:09:12 2015
New Revision: 1654736
URL: http://svn.apache.org/r1654736
Log:
Clarify behaviour of useBodyEncodingForURI attribute and its relation to
URIEncoding.
Merged r1654735 from tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat
On Fri, Jan 23, 2015 at 3:09 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.18 release is now available for voting.
>
> The main changes since 8.0.17 are:
> - Fix a regression that resulted in truncated responses for
> forwarded responses larger than the output buffer
>
> There is also
63 matches
Mail list logo