[Feature Request] Is there any chance for Tomcat to support user-defined tcp protocol?

2013-12-19 Thread fulin tang
Hi, there:

We are using Tomcat a lot in our production environment, mainly for http
rest apis. (A lot here means over a thousand instances), and we have just
upgraded to 7.0.25 from 6.0.32 last month.

And meanwhile, we are developing our own RPC framework, based on Hessian,
MsgPack etc, we designed our own RPC protocol, a very simple but flexible
protocol, for supporting text and binary transport at the same time, and
for configurable serialization, because we have to support multi language
users, and our users already have their own choices.

So, here is the problem: We want to combine the rest api Tomcat instances
and the RPC java instances together, in the framework level. Let's say, we
already have HTTP, HTTPS, AJP, Comet, WebSocket protocols here in Tomcat,
what if we add our RPC protocol parser besides them, maybe we need another
rpcRequest and rpcResponse, or we can dispatch all RPC call to a default
servlet, and let user do their jobs in that servlet.

I looked at the source code, and as far as I see, Tomcat is not ready for
this, because it is not designed to do this, there are too many code to
change. Is there any chance for Tomcat to support user-defined protocol
later, or I just take the wrong way?

Thanks

Tang Fulin

梦的开始挣扎于城市的边缘
心的远方执着在脚步的瞬间
我的宿命埋藏了寂寞的永远


[Bug 52153] periodic JVM crash (access violation) on buffer flush

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153

Christopher Schultz  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #9 from Christopher Schultz  ---
Due to the age of this bug, and the fact that it looks like it is the same
issue as bug #51813 (which has been fixed). I'm marking this as WORKSFORME.
Please REOPEN this bug if it can be reproduced using the latest version of
tcnative (currently 1.1.29).

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55588] Tomcat randomly crashes with [libtcnative-1.so+0x12e39] Java_org_apache_tomcat_jni_Socket_sendbb+0x59

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55588

Christopher Schultz  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #8 from Christopher Schultz  ---
Without further information, this bug will be marked as WORKSFORME soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55903] tomcat7-mango service on server is stopped unexpectedly and there is a java core file

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55903

--- Comment #3 from Christopher Schultz  ---
Please don't attach the core file. Instead, attach the entire text of the JVM
dump file -- the one that starts like this:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x, pid=7770, tid=935426960
#

You can probably find it here: /tmp/hs_err_pid7770.log

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Code signing trial - volunteers wanted

2013-12-19 Thread Christopher Schultz
Mark,

On 12/17/13, 7:24 PM, Mark Thomas wrote:
> The infrastructure team is about to start a trial of a code signing
> service provided by Symantec. Tomcat is going to be the guinea pig for
> this trial. As part of the trial we want to test the mapping of the
> roles in the service to the roles at the ASF. We are therefore looking
> for two volunteers. Both volunteers need to be Tomcat committers. At
> least one of the volunteers needs to be a PMC member.
> 
> My outline plan at the moment is something like:
> - Set up the test signing service
> - Figure out how to sign our Windows installer
> - Script the process
> - Get volunteer one (who will have RM permissions) to do a test release
> - Get volunteer two (who will have PMC permissions) to approve the test
> release for signing
> 
> The idea is that any committer can be a release manager and upload a
> release for signing but only a PMC member can approve the upload for
> signing. Figuring out if that process is workable is part of the trial.

In theory, I'm willing to be a guinea pig's guinea pig. I've never
rolled a release before. I do have Crossover (i.e. Wine) available on my
Mac and some Windows VMs but I don't have any Windows-build capabilities
-- at least not right now.

Can I still be helpful?

-chris



signature.asc
Description: OpenPGP digital signature


Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-19 Thread Andrew Carr
On Thu, Dec 19, 2013 at 3:04 PM, sebb  wrote:
> On 19 December 2013 18:38, Mark Thomas  wrote:
>> The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
>> for voting.
>>
>> Given this is a release candidate I am working on the basis that it is
>> equivalent to an alpha. The main changes since RC5 are:
>> - Better handling of generic types in the WebSocket 1.0 implementation
>> - Refactor resource handling for the class loader
>> - Add Cobertura support to the unit tests
>> - Remove anti-Jar locking feature and replace it with open stream
>>   tracking
>> - Update to a post Commons Pool 2.0 release snapshot
>> - Complete refactoring of TLD handling including caching of parsed TLDs
>> - More consistent handling of XML validation options
>> - Much more detailed visibility of DBCP connections pools in JMX
>> - Better organisation of JMX beans in the default JConsole view
>> - Performance improvements
>> - Numerous bug fixes
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/
>
> I get 404 for that URL
>
>> The Maven staging repo is:
>> https://repository.apache.org/content/repositories/orgapachetomcat-002/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/
>

Getting 404 for this page, like sebb, parent folder only shows a rc9 folder


-- 
With Regards,
Andrew Carr

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55888] Not clear that a container may only contain a single Realm in server.xml

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888

Christopher Schultz  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 55888] Not clear that a container may only contain a single Realm in server.xml

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888

Christopher Schultz  changed:

   What|Removed |Added

  Component|Catalina|Documentation
Summary|cannot authenticate after   |Not clear that a container
   |realm def position changed  |may only contain a single
   |in server.xml   |Realm in server.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552430 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 21:09:06 2013
New Revision: 1552430

URL: http://svn.apache.org/r1552430
Log:
votes

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552430&r1=1552429&r2=1552430&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 21:09:06 2013
@@ -61,6 +61,7 @@ PATCHES PROPOSED TO BACKPORT:
   Port all the other improvements to the StringManager from trunk as well
   http://people.apache.org/~markt/patches/2013-12-17-webapp-locale-tc6.patch
   +1: markt
+  +1: kkolinko (a typo in changelog: s/associated/associate/)
   -1:
 
 * Better adherence to RFC2616 for content-length headers.
@@ -78,12 +79,13 @@ PATCHES PROPOSED TO BACKPORT:
header. If multiple values are not permitted then neither are
multiple headers.
   +1: schultz: Changing my vote to +1.
+  +1: kkolinko
   -1:
 
 * Add support for limiting the size of chunk extensions when using chunked
   encoding.
   
http://people.apache.org/~markt/patches/2013-12-17-chunk-extensions-tc6-v2.patch
-  +1: markt
+  +1: markt, kkolinko
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55749
@@ -104,7 +106,7 @@ PATCHES PROPOSED TO BACKPORT:
   being added. When actually making the commit, they will be copied from 7.0.x 
   and amended to retain history.
   http://people.apache.org/~markt/patches/2013-12-19-javaee-xml-tc6-v1.patch
-  +1: markt
+  +1: markt, kkolinko
   -1:
 
 * Back-port some XML processing improvements (part 1)
@@ -120,7 +122,7 @@ PATCHES PROPOSED TO BACKPORT:
   implementation is required. This is essentially a back-port of
   http://svn.apache.org/r1552306
   
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part2-tc6-v1.patch
-  +1: markt
+  +1: markt, kkolinko
   -1:
 
 * Back-port some XML processing improvements (part 3)



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-19 Thread sebb
On 19 December 2013 18:38, Mark Thomas  wrote:
> The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC5 are:
> - Better handling of generic types in the WebSocket 1.0 implementation
> - Refactor resource handling for the class loader
> - Add Cobertura support to the unit tests
> - Remove anti-Jar locking feature and replace it with open stream
>   tracking
> - Update to a post Commons Pool 2.0 release snapshot
> - Complete refactoring of TLD handling including caching of parsed TLDs
> - More consistent handling of XML validation options
> - Much more detailed visibility of DBCP connections pools in JMX
> - Better organisation of JMX beans in the default JConsole view
> - Performance improvements
> - Numerous bug fixes
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/

I get 404 for that URL

> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-002/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/

The NOTICE & LICENSE files in the source archive mention various 3rd
party items of software that are not actually included in the source
archive.
AIUI, it is vital that the N&L files *only* reference the bits that
are actually included in the distribution to which they apply [1]

Also, some of the NOTICE entries look as though they may be
superfluous anyway [2]


[1] http://www.apache.org/dev/licensing-howto.html#step-by-step (see 3.)
[2] http://www.apache.org/dev/licensing-howto.html#mod-notice

> The proposed 8.0.0-RC10 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 8.0.0-RC10 alpha
>
> Cheers,
>
> Mark
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-19 Thread Violeta Georgieva
Mark,


2013/12/19 Mark Thomas 
>
> The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC5 are:
> - Better handling of generic types in the WebSocket 1.0 implementation
> - Refactor resource handling for the class loader
> - Add Cobertura support to the unit tests
> - Remove anti-Jar locking feature and replace it with open stream
>   tracking
> - Update to a post Commons Pool 2.0 release snapshot
> - Complete refactoring of TLD handling including caching of parsed TLDs
> - More consistent handling of XML validation options
> - Much more detailed visibility of DBCP connections pools in JMX
> - Better organisation of JMX beans in the default JConsole view
> - Performance improvements
> - Numerous bug fixes
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/

I think that there are no artifacts uploaded to dist.apache.org

Regards
Violeta

> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-002/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/
>
> The proposed 8.0.0-RC10 release is:
> [ ] Broken - do not release
> [ ] Alpha - go ahead and release as 8.0.0-RC10 alpha
>
> Cheers,
>
> Mark
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>


Re: [VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-19 Thread Mark Thomas
On 19/12/2013 18:38, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
> for voting.
> 
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC5 are:
> - Better handling of generic types in the WebSocket 1.0 implementation
> - Refactor resource handling for the class loader
> - Add Cobertura support to the unit tests
> - Remove anti-Jar locking feature and replace it with open stream
>   tracking
> - Update to a post Commons Pool 2.0 release snapshot
> - Complete refactoring of TLD handling including caching of parsed TLDs
> - More consistent handling of XML validation options
> - Much more detailed visibility of DBCP connections pools in JMX
> - Better organisation of JMX beans in the default JConsole view
> - Performance improvements
> - Numerous bug fixes
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-002/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/
> 
> The proposed 8.0.0-RC10 release is:
> [ ] Broken - do not release
> [X] Alpha - go ahead and release as 8.0.0-RC10 alpha

Unit tests pass on Linux, Windows and OSX (all 64-bit, all three connectors)

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552395 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_50: ./ build.properties.default

2013-12-19 Thread violetagg
Author: violetagg
Date: Thu Dec 19 19:00:07 2013
New Revision: 1552395

URL: http://svn.apache.org/r1552395
Log:
Tag 7.0.50

Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_50/   (props changed)
  - copied from r1552393, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCAT_7_0_50/build.properties.default

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
bugtraq:append = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
--- bugtraq:message (added)
+++ bugtraq:message Thu Dec 19 19:00:07 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
bugtraq:number = true

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
bugtraq:warnifnoissue = false

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
--- svn:ignore (added)
+++ svn:ignore Thu Dec 19 19:00:07 2013
@@ -0,0 +1,7 @@
+.*
+build.properties
+logs
+nbproject
+output
+work
+*.iml

Propchange: tomcat/tc7.0.x/tags/TOMCAT_7_0_50/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Dec 19 19:00:07 2013
@@ -0,0 +1 @@
+/tomcat/trunk:1156115-1157160,1157162-1157859,1157862-1157942,1157945-1160347,1160349-1163716,1163718-1166689,1166691-1174340,1174342-1175596,1175598-1175611,1175613-1175932,1175934-1177783,1177785-1177980,1178006-1180720,1180722-1183094,1183096-1187753,1187755,1187775,1187801,1187806,1187809,1187826-1188312,1188314-1188401,1188646-1188840,1188842-1190176,1190178-1195223,1195225-1195953,1195955,1195957-1201238,1201240-1203345,1203347-1206623,1206625-1208046,1208073,1208096,1208114,1208145,1208772,1209194-1212125,1212127-1220291,1220293,1220295-1221321,1221323-1222328,1222332-1222401,1222405-1222795,1222850-1222950,1222969-1225326,1225328-1225463,1225465,1225627,1225629-1226534,1226536-1228908,1228911-1228923,1228927-1229532,1229534-1230766,1230768-1231625,1231627-1233414,1233419-1235207,1235209-1237425,1237427,1237429-1237977,1237981,1237985,1237995,1238070,1238073,1239024-1239048,1239050-1239062,1239135,1239256,1239258-1239485,1239785-1240046,1240101,1240106,1240109,1240112,1240114
 
,1240116,1240118,1240121,1240329,1240474-1240850,1240857,1241087,1241160,1241408-1241822,1241908-1241909,1241912-1242110,1242371-1292130,1292134-1292458,1292464-1292670,1292672-1292776,1292780-1293392,1293397-1297017,1297019-1297963,1297965-1299820,1300108,1300111-1300460,1300520-1300948,1300997,1301006,1301280,1302332,1302348,1302608-1302610,1302649,1302837,1303138,1303163,1303338,1303521,1303587,1303698,1303803,1303852,1304011,1304035,1304037,1304135,1304249,1304253,1304260,1304271,1304275,1304468,1304895,1304930-1304932,1305194,1305943,1305965,1306556,1306579-1306580,1307084,1307310,1307511-1307512,1307579,1307591,1307597,1310636,1310639-1310640,1310642,1310701,1311212,1311995,1327617,1327670,1331766,1333161,1333173,1333827,1334787,1335026,1335257,1335547,1335692,1335711,1335731,1336515,1336813,1336864,1336868,1336884,1337419,1337426,1337546,1337572,1337591-1337595,1337643,1337707,1337719,1337734,1337741,1337745,1338151-1338154,1338178,1342027,1342029,1342315,1342320,1342476,1342
 
498,1342503,1342717,1342795,1342805,1343044-1343046,1343335,1343394,1343400,1343629,1343708,1343718,1343895,1344063,1344068,1344250,1344266,1344515,1344528,1344612,1344629,1344725,1344868,1344890,1344893,1344896,1344901,1345020,1345029,1345039,1345287-1345290,1345294,1345309,1345325,1345357,1345367,1345579-1345580,1345582,1345688,1345699,1345704,1345731-1345732,1345737,1345744,1345752,1345754,1345779,1345781,1345846,1346107,1346376,1346404,1346510,1346514,1346519,1346581,1346635,1346644,1346683,1346794,1346885,1346932,1347034,1347047,1347087,1347108-1347109,1347583,1347737,1348105,1348357,1348398,1348425,1348461-1348495,1348498,1348752,1348762,1348772,1348776,1348859,1348968,1348973,1348989,1349007,1349237,1349298,1349317,1349410,1349473,1349539,1349879,1349887,1349893,1349922,1349984,1350124,1350241,1350243,1350294-1350295,1350299,1350864,1350900,1351010,1351054,1351056,1351068,1351134-1351135,1351148,1351259,1351604,1351636-1351640,1351991,1351993,1352011,1352056,1352059,1352661,1
 
352663,1352788,1352799,1353087,1353125,1353240,1353261,1353414,1353468,1353501,1353581,1

Re: [ANN] Apache Tomcat Native 1.1.29 released

2013-12-19 Thread sebb
Thanks!

On 19 December 2013 10:09, Konstantin Kolinko  wrote:
> 2013/12/16 sebb :
>> On 15 October 2013 14:53, Mladen Turk  wrote:
>>> The Apache Tomcat team announces the immediate availability of Apache
>>> Tomcat Native 1.1.29 stable.
>>
>> Please can someone now remove the old version?
>>
>> https://dist.apache.org/repos/dist/release/tomcat/tomcat-connectors/native/1.1.28/
>>
>
>
> Done.
>
> Best regards,
> Konstantin Kolinko
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[VOTE] Release Apache Tomcat 8.0.0-RC10

2013-12-19 Thread Mark Thomas
The proposed Apache Tomcat 8.0.0 release candidate 10 is now available
for voting.

Given this is a release candidate I am working on the basis that it is
equivalent to an alpha. The main changes since RC5 are:
- Better handling of generic types in the WebSocket 1.0 implementation
- Refactor resource handling for the class loader
- Add Cobertura support to the unit tests
- Remove anti-Jar locking feature and replace it with open stream
  tracking
- Update to a post Commons Pool 2.0 release snapshot
- Complete refactoring of TLD handling including caching of parsed TLDs
- More consistent handling of XML validation options
- Much more detailed visibility of DBCP connections pools in JMX
- Better organisation of JMX beans in the default JConsole view
- Performance improvements
- Numerous bug fixes

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC10/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-002/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC10/

The proposed 8.0.0-RC10 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 8.0.0-RC10 alpha

Cheers,

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552353 - in /tomcat/tags/TOMCAT_8_0_0_RC10: ./ build.properties.default res/maven/mvn.properties.default

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 16:57:18 2013
New Revision: 1552353

URL: http://svn.apache.org/r1552353
Log:
Tag 8.0.0-RC10

Added:
tomcat/tags/TOMCAT_8_0_0_RC10/
  - copied from r1552352, tomcat/trunk/
Modified:
tomcat/tags/TOMCAT_8_0_0_RC10/build.properties.default
tomcat/tags/TOMCAT_8_0_0_RC10/res/maven/mvn.properties.default

Modified: tomcat/tags/TOMCAT_8_0_0_RC10/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_8_0_0_RC10/build.properties.default?rev=1552353&r1=1552352&r2=1552353&view=diff
==
--- tomcat/tags/TOMCAT_8_0_0_RC10/build.properties.default (original)
+++ tomcat/tags/TOMCAT_8_0_0_RC10/build.properties.default Thu Dec 19 16:57:18 
2013
@@ -29,7 +29,7 @@ version.major=8
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=-dev
+version.suffix=-RC10
 
 # - Build control flags -
 # Note enabling validation uses Checkstyle which is LGPL licensed

Modified: tomcat/tags/TOMCAT_8_0_0_RC10/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tags/TOMCAT_8_0_0_RC10/res/maven/mvn.properties.default?rev=1552353&r1=1552352&r2=1552353&view=diff
==
--- tomcat/tags/TOMCAT_8_0_0_RC10/res/maven/mvn.properties.default (original)
+++ tomcat/tags/TOMCAT_8_0_0_RC10/res/maven/mvn.properties.default Thu Dec 19 
16:57:18 2013
@@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases
 
 # Release version info
-maven.asf.release.deploy.version=8.0.0
+maven.asf.release.deploy.version=8.0.0-RC10
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552351 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 16:49:32 2013
New Revision: 1552351

URL: http://svn.apache.org/r1552351
Log:
More proposals

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552351&r1=1552350&r2=1552351&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 16:49:32 2013
@@ -123,6 +123,24 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+* Back-port some XML processing improvements (part 3)
+  Add the new descriptor package
+  Note I am generating the patches using git so the patch shows whole new files
+  being added. When actually making the commit, they will be copied from 7.0.x 
+  and amended to retain history.
+  
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part3-tc6-v1.patch
+  +1: markt
+  -1:
+
+* Back-port some XML processing improvements (part 4)
+  Add a unit test for the new descriptor
+  Note I am generating the patches using git so the patch shows whole new files
+  being added. When actually making the commit, they will be copied from 7.0.x 
+  and amended to retain history.
+  
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part4-tc6-v1.patch
+  +1: markt
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552347 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 16:42:44 2013
New Revision: 1552347

URL: http://svn.apache.org/r1552347
Log:
Proposal

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552347&r1=1552346&r2=1552347&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 16:42:44 2013
@@ -107,6 +107,14 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+* Back-port some XML processing improvements
+  The patch could have been smaller but I opted to align some of the code with
+  Tomcat 7 (which meant re-ordering methods in places) to make it easier to
+  compare 6.0.x code with 7.0.x code.
+  
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part1-tc6-v1.patch
+  +1: markt
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552348 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 16:44:58 2013
New Revision: 1552348

URL: http://svn.apache.org/r1552348
Log:
Proposal

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552348&r1=1552347&r2=1552348&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 16:44:58 2013
@@ -107,7 +107,7 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
-* Back-port some XML processing improvements
+* Back-port some XML processing improvements (part 1)
   The patch could have been smaller but I opted to align some of the code with
   Tomcat 7 (which meant re-ordering methods in places) to make it easier to
   compare 6.0.x code with 7.0.x code.
@@ -115,6 +115,14 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+* Back-port some XML processing improvements (part 2)
+  JspC passes configuration with ServletContext init params so a real
+  implementation is required. This is essentially a back-port of
+  http://svn.apache.org/r1552306
+  
http://people.apache.org/~markt/patches/2013-12-19-xml-prep-part2-tc6-v1.patch
+  +1: markt
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552343 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 16:31:19 2013
New Revision: 1552343

URL: http://svn.apache.org/r1552343
Log:
Proposal

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552343&r1=1552342&r2=1552343&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 16:31:19 2013
@@ -99,6 +99,14 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+* Add missing J2EE 5 resources
+  Note I am generating the patches using git so the patch shows whole new files
+  being added. When actually making the commit, they will be copied from 7.0.x 
+  and amended to retain history.
+  http://people.apache.org/~markt/patches/2013-12-19-javaee-xml-tc6-v1.patch
+  +1: markt
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552326 - /tomcat/tc6.0.x/trunk/STATUS.txt

2013-12-19 Thread schultz
Author: schultz
Date: Thu Dec 19 16:10:40 2013
New Revision: 1552326

URL: http://svn.apache.org/r1552326
Log:
Vote

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1552326&r1=1552325&r2=1552326&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Dec 19 16:10:40 2013
@@ -77,6 +77,7 @@ PATCHES PROPOSED TO BACKPORT:
meaning. Content-Length is clearly defined as a single value
header. If multiple values are not permitted then neither are
multiple headers.
+  +1: schultz: Changing my vote to +1.
   -1:
 
 * Add support for limiting the size of chunk extensions when using chunked



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in ASF Buildbot on tomcat-6-trunk

2013-12-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-6-trunk while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-6-trunk/builds/583

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch tomcat/tc6.0.x/trunk] 1552296
Blamelist: markt

BUILD FAILED: failed svn

sincerely,
 -The Buildbot




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: svn commit: r1552296 - /tomcat/tc6.0.x/trunk/.gitignore

2013-12-19 Thread Konstantin Kolinko
2013/12/19  :
> Author: markt
> Date: Thu Dec 19 12:43:10 2013
> New Revision: 1552296
>
> URL: http://svn.apache.org/r1552296
> Log:
> Add a git ignore file
>
> Added:
> tomcat/tc6.0.x/trunk/.gitignore
>
> Added: tomcat/tc6.0.x/trunk/.gitignore
> URL: 
> http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/.gitignore?rev=1552296&view=auto
> ==
> --- tomcat/tc6.0.x/trunk/.gitignore (added)
> +++ tomcat/tc6.0.x/trunk/.gitignore Thu Dec 19 12:43:10 2013
> @@ -0,0 +1,36 @@
> (...)
>

+1.

Note that build.xml of Tomcat 7 explicitly mentions the ".gitignore"
files so that they are included into the source distributions. It
starts with the following block, and ".gitignore" is also mentioned in
2 other places in that build.xml.

  
  
  
  
  
  


Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552310 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-12-19 Thread remm
Author: remm
Date: Thu Dec 19 13:15:45 2013
New Revision: 1552310

URL: http://svn.apache.org/r1552310
Log:
Resync filter name with trunk, I suppose it was accidently reverted.

Modified:

tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java?rev=1552310&r1=1552309&r2=1552310&view=diff
==
--- 
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
 Thu Dec 19 13:15:45 2013
@@ -133,7 +133,7 @@ public class WsServerContainer extends W
 }
 
 FilterRegistration.Dynamic fr = servletContext.addFilter(
-WsFilter.class.getName(), new WsFilter());
+"Tomcat WebSocket (JSR356) Filter", new WsFilter());
 fr.setAsyncSupported(true);
 
 EnumSet types = EnumSet.of(DispatcherType.REQUEST,



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552306 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/servlet/JspCServletContext.java webapps/docs/changelog.xml

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 13:01:23 2013
New Revision: 1552306

URL: http://svn.apache.org/r1552306
Log:
JspC passes configuration with ServletContext init params so a real 
implementation is required.

Modified:
tomcat/tc7.0.x/trunk/   (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
--
  Merged /tomcat/trunk:r1552287

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java?rev=1552306&r1=1552305&r2=1552306&view=diff
==
--- tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/jasper/servlet/JspCServletContext.java 
Thu Dec 19 13:01:23 2013
@@ -31,6 +31,7 @@ import java.util.Hashtable;
 import java.util.Map;
 import java.util.Set;
 import java.util.Vector;
+import java.util.concurrent.ConcurrentHashMap;
 
 import javax.servlet.Filter;
 import javax.servlet.FilterRegistration;
@@ -67,6 +68,12 @@ public class JspCServletContext implemen
 
 
 /**
+ * Servlet context initialization parameters.
+ */
+private final ConcurrentHashMap myParameters;
+
+
+/**
  * The log writer we will write log messages to.
  */
 protected PrintWriter myLogWriter;
@@ -95,6 +102,7 @@ public class JspCServletContext implemen
 public JspCServletContext(PrintWriter aLogWriter, URL aResourceBaseURL) {
 
 myAttributes = new Hashtable();
+myParameters = new ConcurrentHashMap();
 myLogWriter = aLogWriter;
 myResourceBaseURL = aResourceBaseURL;
 
@@ -159,9 +167,7 @@ public class JspCServletContext implemen
  */
 @Override
 public String getInitParameter(String name) {
-
-return (null);
-
+return myParameters.get(name);
 }
 
 
@@ -171,9 +177,7 @@ public class JspCServletContext implemen
  */
 @Override
 public Enumeration getInitParameterNames() {
-
-return (new Vector().elements());
-
+return myParameters.keys();
 }
 
 
@@ -580,7 +584,7 @@ public class JspCServletContext implemen
 
 @Override
 public boolean setInitParameter(String name, String value) {
-return false;
+return myParameters.putIfAbsent(name, value) == null;
 }
 
 

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1552306&r1=1552305&r2=1552306&view=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Dec 19 13:01:23 2013
@@ -98,6 +98,15 @@
   
 
   
+  
+
+  
+JspC uses servlet context initialization parameters to pass
+configuration so ensure that the servlet context used supports
+initialization parameters. (markt)
+  
+
+  
   
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot exception in ASF Buildbot on tomcat-trunk

2013-12-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-trunk/builds/5354

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch tomcat/trunk] 1552287
Blamelist: markt

BUILD FAILED: exception svn upload_2

sincerely,
 -The Buildbot





svn commit: r1552296 - /tomcat/tc6.0.x/trunk/.gitignore

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 12:43:10 2013
New Revision: 1552296

URL: http://svn.apache.org/r1552296
Log:
Add a git ignore file

Added:
tomcat/tc6.0.x/trunk/.gitignore

Added: tomcat/tc6.0.x/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/.gitignore?rev=1552296&view=auto
==
--- tomcat/tc6.0.x/trunk/.gitignore (added)
+++ tomcat/tc6.0.x/trunk/.gitignore Thu Dec 19 12:43:10 2013
@@ -0,0 +1,36 @@
+# -
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -
+logs
+nbproject
+output
+target
+work
+build.properties
+mvn.properties
+.checkstyle
+.classpath
+.fbprefs
+.project
+.settings
+*.iml
+*.asc
+*.jj
+*.tmp
+maven-ant-tasks-*.jar
+thumbs.db
+Thumbs.db
+bin/setenv.*



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot failure in ASF Buildbot on tomcat-trunk

2013-12-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building 
ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-trunk/builds/5353

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch tomcat/trunk] 1552257
Blamelist: kkolinko

BUILD FAILED: failed compile_1

sincerely,
 -The Buildbot





svn commit: r1552287 - /tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 11:54:29 2013
New Revision: 1552287

URL: http://svn.apache.org/r1552287
Log:
JspC passes configuration with ServletContext init params so a real 
implementation is required.

Modified:
tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java

Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java?rev=1552287&r1=1552286&r2=1552287&view=diff
==
--- tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java 
(original)
+++ tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java Thu Dec 
19 11:54:29 2013
@@ -31,6 +31,7 @@ import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
 import java.util.Vector;
+import java.util.concurrent.ConcurrentHashMap;
 
 import javax.servlet.Filter;
 import javax.servlet.FilterRegistration;
@@ -76,6 +77,12 @@ public class JspCServletContext implemen
 
 
 /**
+ * Servlet context initialization parameters.
+ */
+private final ConcurrentHashMap myParameters;
+
+
+/**
  * The log writer we will write log messages to.
  */
 private final PrintWriter myLogWriter;
@@ -114,6 +121,7 @@ public class JspCServletContext implemen
 throws JasperException {
 
 myAttributes = new HashMap<>();
+myParameters = new ConcurrentHashMap<>();
 myLogWriter = aLogWriter;
 myResourceBaseURL = aResourceBaseURL;
 this.loader = classLoader;
@@ -232,7 +240,7 @@ public class JspCServletContext implemen
  */
 @Override
 public String getInitParameter(String name) {
-return null;
+return myParameters.get(name);
 }
 
 
@@ -242,7 +250,7 @@ public class JspCServletContext implemen
  */
 @Override
 public Enumeration getInitParameterNames() {
-return new Vector().elements();
+return myParameters.keys();
 }
 
 
@@ -619,7 +627,7 @@ public class JspCServletContext implemen
 
 @Override
 public boolean setInitParameter(String name, String value) {
-return false;
+return myParameters.putIfAbsent(name, value) == null;
 }
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



buildbot exception in ASF Buildbot on tomcat-7-trunk

2013-12-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/tomcat-7-trunk/builds/1656

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch tomcat/tc7.0.x/trunk] 1552267
Blamelist: kkolinko

BUILD FAILED: exception svn upload_2

sincerely,
 -The Buildbot





[Bug 54601] catalina.sh should not modify $JAVA_OPTS to add $LOGGING_MANAGER

2013-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54601

Konstantin Kolinko  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Konstantin Kolinko  ---
This was fixed in Tomcat 6 in April 2013 by r1476739 and is included in 6.0.37.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "FAQ/Monitoring" by DmytroMrachkovskyi

2013-12-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Monitoring" page has been changed by DmytroMrachkovskyi:
https://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=16&rev2=17

  
  Another way to watch a Tomcat application is to use an external monitoring 
tool. 
  
- [[http://moskito.anotheria.net/|MoSKito]], an open-source solution by 
[[http://anotheria.net/home.html|Anotheria]], is a multi-purpose, non-invasive, 
interval-based monitoring system kit that collects, stores and provides instant 
analysis of a Tomcat application’s performance and behavior data. 
+ [[http://moskito.org/|MoSKito]], an open source solution by 
[[http://anotheria.net/home.html|Anotheria]], is a multi-purpose, non-invasive, 
interval-based monitoring system kit that collects, stores and provides instant 
analysis of a Tomcat application’s performance and behavior data. 
  
  [[http://javamelody.googlecode.com|JavaMelody]] can monitor your 
JavaEE/Tomcat application from dev to production. It is open-source and easy: 
get the [[http://code.google.com/p/javamelody/wiki/Screenshots#Charts|first 
view]] of your application in 
[[https://code.google.com/p/javamelody/wiki/UserGuide#Setup|about 2 minutes]] 
from now.
  

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [ANN] Apache Tomcat Native 1.1.29 released

2013-12-19 Thread Konstantin Kolinko
2013/12/16 sebb :
> On 15 October 2013 14:53, Mladen Turk  wrote:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat Native 1.1.29 stable.
>
> Please can someone now remove the old version?
>
> https://dist.apache.org/repos/dist/release/tomcat/tomcat-connectors/native/1.1.28/
>


Done.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r3949 - /release/tomcat/tomcat-connectors/native/1.1.28/

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 10:07:32 2013
New Revision: 3949

Log:
Remove Tomcat-Native 1.1.28 from mirrors.
The current version is 1.1.29.

Removed:
release/tomcat/tomcat-connectors/native/1.1.28/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r3949 - /release/tomcat/tomcat-connectors/native/1.1.28/

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 10:07:32 2013
New Revision: 3949

Log:
Remove Tomcat-Native 1.1.28 from mirrors.
The current version is 1.1.29.

Removed:
release/tomcat/tomcat-connectors/native/1.1.28/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552267 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 09:50:05 2013
New Revision: 1552267

URL: http://svn.apache.org/r1552267
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55905
Followup to r1552074
Correct message arguments in the Spanish message as well.

Modified:

tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties?rev=1552267&r1=1552266&r2=1552267&view=diff
==
--- 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
 (original)
+++ 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings_es.properties
 Thu Dec 19 09:50:05 2013
@@ -110,7 +110,7 @@ tldConfig.jarFail = No pude procesar el 
 tldConfig.webinfFail = No pude procesar TLD hallado en [{0}]
 tldConfig.webinfScan = Esplorando WEB-INF en busca de ficheros TLD en [{0}]
 tldConfig.webxmlAdd = A\u00F1adiendo ruta [{0}] para URI [{1}]
-tldConfig.webxmlFail = No pude procesar TLD con ruta [{1}] y URI [{0}]
+tldConfig.webxmlFail = No pude procesar TLD con ruta [{0}] y URI [{1}]
 tldConfig.webxmlSkip = La ruta [{1}] saltada desde URI [{0}] es un duplicado
 tldConfig.webxmlStart = Explorando elementos  en web.xml
 userConfig.database = Excepci\u00F3n durante la carga de base de datos de 
usuario



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552261 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 09:37:03 2013
New Revision: 1552261

URL: http://svn.apache.org/r1552261
Log:
CTR: Format consistency

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1552261&r1=1552260&r2=1552261&view=diff
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml 
Thu Dec 19 09:37:03 2013
@@ -259,7 +259,7 @@
type="javax.naming.directory.DirContext"
writeable="false"/>
   
-




-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552259 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 09:26:35 2013
New Revision: 1552259

URL: http://svn.apache.org/r1552259
Log:
Followup to r1552085: correct a typo

Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1552259&r1=1552258&r2=1552259&view=diff
==
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Dec 19 09:26:35 2013
@@ -78,7 +78,7 @@
   
   
 55855: This is a partial fix that bypasses the relatively
-expensive check for a WebSocket upgrade request if not WebSocket
+expensive check for a WebSocket upgrade request if no WebSocket
 endpoints have been registered. (markt) 
   
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552258 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 09:25:18 2013
New Revision: 1552258

URL: http://svn.apache.org/r1552258
Log:
Fix broken Javadoc.
Add some detail to the deprecation marker

Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java?rev=1552258&r1=1552257&r2=1552258&view=diff
==
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java Thu Dec 19 
09:25:18 2013
@@ -655,7 +655,7 @@ public interface Context extends Contain
 /**
  * *.tld files are always parsed using a namespace aware parser.
  *
- * @return Always true
+ * @return Always true
  * 
  * @deprecated This option will be removed in 8.0.x.
  */
@@ -668,7 +668,7 @@ public interface Context extends Contain
  *
  * @param tldNamespaceAware ignored
  * 
- * @deprecated
+ * @deprecated This option will be removed in 8.0.x.
  */
 @Deprecated
 public void setTldNamespaceAware(boolean tldNamespaceAware);



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552257 - /tomcat/trunk/webapps/docs/extras.xml

2013-12-19 Thread kkolinko
Author: kkolinko
Date: Thu Dec 19 09:22:34 2013
New Revision: 1552257

URL: http://svn.apache.org/r1552257
Log:
Followup to r1552080: avoid hard-coded download link

Modified:
tomcat/trunk/webapps/docs/extras.xml

Modified: tomcat/trunk/webapps/docs/extras.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/extras.xml?rev=1552257&r1=1552256&r2=1552257&view=diff
==
--- tomcat/trunk/webapps/docs/extras.xml (original)
+++ tomcat/trunk/webapps/docs/extras.xml Thu Dec 19 09:22:34 2013
@@ -45,7 +45,7 @@
   
   
 To download the extras components open the
-http://tomcat.apache.org/download-80.cgi";>Tomcat download page
+Tomcat download page
 and select "Browse" from the Quick Navigation Links. The extras components
 can be found in bin/extras.
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[jira] [Commented] (MTOMCAT-250) Pull Request: Support Alternate Session Managers in Standalone War Bootstrap

2013-12-19 Thread Martin Grotzke (JIRA)

[ 
https://issues.apache.org/jira/browse/MTOMCAT-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852750#comment-13852750
 ] 

Martin Grotzke commented on MTOMCAT-250:


Just for the record, there's already some discussion at the [pull 
request|https://github.com/apache/tomcat-maven-plugin/pull/5].

> Pull Request: Support Alternate Session Managers in Standalone War Bootstrap
> 
>
> Key: MTOMCAT-250
> URL: https://issues.apache.org/jira/browse/MTOMCAT-250
> Project: Apache Tomcat Maven Plugin
>  Issue Type: Improvement
>Reporter: Josh Chaitin-Pollak
>Priority: Minor
> Fix For: 3.0
>
>
> Hello,
> I have created a pull request on GitHub to allow the standalone war 
> bootstrapper to use a factory to create an alternate session manager.
> https://github.com/apache/tomcat-maven-plugin/pull/5
> I am using this with a modified version of the memcached-session-manager 
> project to allow my standalone war project to use that session manager.
> I think this would be of utility to more people. Here is the MSM pull request 
> for reference: https://github.com/magro/memcached-session-manager/pull/33
> And here is an example of how you would use this patch:
> {code}
> java -Dmsm.memcachedNodes="n1:localhost:21211" -jar standalone.jar \
>-sessionManagerFactory 
> de.javakaffee.web.msm.MemcachedBackupSessionManagerFactory
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1552255 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java

2013-12-19 Thread markt
Author: markt
Date: Thu Dec 19 08:54:43 2013
New Revision: 1552255

URL: http://svn.apache.org/r1552255
Log:
CTR: Javadoc improvement

Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java?rev=1552255&r1=1552254&r2=1552255&view=diff
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/Host.java Thu Dec 19 08:54:43 
2013
@@ -171,9 +171,9 @@ public interface Host extends Container 
 
 
 /**
- * Controls whether the parsing of the web.xml file and *.tld files for 
this
- * Context will be performed by a validating parser. If false
- * it may still be enabled per Context using
+ * Controls whether the parsing of the web.xml file and *.tld files for
+ * Contexts of this Host will be performed by a validating parser. If
+ * false it may still be enabled per Context using
  * {@link Context#setXmlValidation(boolean)}.
  *
  * @param xmlValidation true to enable xml validation



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org