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:
http://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=12&rev2=13
= External Monitoring Tools =
+ Anothe
https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
Bug ID: 54642
Summary: HostConfig undeployApps missing, no way to define
apps' undeploy order.
Product: Tomcat 7
Version: 7.0.37
Hardware: PC
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
Eugene Makar changed:
What|Removed |Added
OS||All
--- Comment #1 from Eugene Maka
Author: markt
Date: Wed Mar 6 14:18:57 2013
New Revision: 1453340
URL: http://svn.apache.org/r1453340
Log:
Refactoring towards v014 API (not yet complete)
Added:
tomcat/trunk/java/javax/websocket/SessionException.java (with props)
Modified:
tomcat/trunk/java/javax/websocket/WebSocketCo
https://issues.apache.org/bugzilla/show_bug.cgi?id=54646
Bug ID: 54646
Summary: socket_keepalive is sometimes 1 or true in docu
Product: Tomcat Connectors
Version: 1.2.37
Hardware: All
OS: All
Status: NEW
Author: markt
Date: Wed Mar 6 14:45:24 2013
New Revision: 1453350
URL: http://svn.apache.org/r1453350
Log:
Refactoring towards v014 API (not yet complete)
Added:
tomcat/trunk/java/javax/websocket/server/DefaultServerEndpointConfig.java
- copied, changed from r1452873,
tomcat/trunk/jav
Author: markt
Date: Wed Mar 6 15:04:38 2013
New Revision: 1453371
URL: http://svn.apache.org/r1453371
Log:
Refactoring towards v014 API (not yet complete)
Modified:
tomcat/trunk/java/javax/websocket/server/ServerApplicationConfig.java
tomcat/trunk/java/javax/websocket/server/ServerEndpoi
https://issues.apache.org/bugzilla/show_bug.cgi?id=54646
--- Comment #1 from Rainer Jung ---
OK, docs don't tell it but:
The values 1, "on" (any case) and any string starting with 't' or 'y' (any
case) evaluate to the same.
Similarly 0, "off", and any string starting with 'f' or 'n' (any) case
Hello,
I'm not sure if this is the right place to ask this question, or if it
should be on the user list.
What is the reason for the connectivity test of the JNDIRealm in the
start method?
We had recently the case where an application was perfectly started
except some users could not log in.
Aft
Author: markt
Date: Wed Mar 6 16:18:39 2013
New Revision: 1453401
URL: http://svn.apache.org/r1453401
Log:
Complete update to v014 API plus some minor proposed tweaks
Added:
tomcat/trunk/java/javax/websocket/server/ServerContainer.java (with props)
tomcat/trunk/java/javax/websocket/ser
https://issues.apache.org/bugzilla/show_bug.cgi?id=54609
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=54609
--- Comment #2 from Mark Thomas ---
See https://issues.apache.org/jira/browse/DAEMON-284
--
You are receiving this mail because:
You are the assignee for the bug.
-
To u
Author: markt
Date: Wed Mar 6 17:16:47 2013
New Revision: 1453435
URL: http://svn.apache.org/r1453435
Log:
Control messages can be sent in the middle of a fragmented message.
Modified:
tomcat/trunk/java/org/apache/catalina/websocket/WsOutbound.java
Modified: tomcat/trunk/java/org/apache/cat
Author: markt
Date: Wed Mar 6 17:23:57 2013
New Revision: 1453439
URL: http://svn.apache.org/r1453439
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54612
Check if socket is closed before trying to write a message to it.
Also, flush any partial buffered data before closing the socket
Author: markt
Date: Wed Mar 6 17:27:23 2013
New Revision: 1453440
URL: http://svn.apache.org/r1453440
Log:
Control messages can be sent in the middle of a fragmented message.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/websocket/WsOutbo
Author: markt
Date: Wed Mar 6 17:30:30 2013
New Revision: 1453443
URL: http://svn.apache.org/r1453443
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54612
Check if socket is closed before trying to write a message to it.
Also, flush any partial buffered data before closing the socket
https://issues.apache.org/bugzilla/show_bug.cgi?id=54612
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Mar 6 19:17:26 2013
New Revision: 1453490
URL: http://svn.apache.org/r1453490
Log:
Clarify how context paths are derived.
Modified:
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/
Author: markt
Date: Wed Mar 6 19:18:55 2013
New Revision: 1453492
URL: http://svn.apache.org/r1453492
Log:
Clarify how context paths are derived.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by Pilar Torres:
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=457&rev2=458
Comment:
update of our 2 sites info
=== Oxxus.net ===
{
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/4039
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Wed Mar 6 20:45:28 2013
New Revision: 1453544
URL: http://svn.apache.org/r1453544
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54624
Read request body before content length header is restored for the old request
as AJP connector uses this to determine how many
Author: markt
Date: Wed Mar 6 20:48:18 2013
New Revision: 1453546
URL: http://svn.apache.org/r1453546
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54624
Read request body before content length header is restored for the old request
as AJP connector uses this to determine how many
https://issues.apache.org/bugzilla/show_bug.cgi?id=54624
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Mar 6 20:52:19 2013
New Revision: 1453549
URL: http://svn.apache.org/r1453549
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54628
Only write data from start position in array rather than start of array.
Patch provide by blee.
Modified:
tomcat/trunk/java/
Author: markt
Date: Wed Mar 6 20:54:54 2013
New Revision: 1453553
URL: http://svn.apache.org/r1453553
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54628
Only write data from start position in array rather than start of array.
Patch provide by blee.
Modified:
tomcat/tc7.0.x/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=54628
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
--- Comment #2 from Mark Thomas ---
Rather than guess why this change was made why not look at the svn history for
HostConfig. This is *open* source after all.
This has nothing to do with parallel deployment.
--
You are receiving this ma
https://issues.apache.org/bugzilla/show_bug.cgi?id=54642
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The open bugs are all cleared except the one that looks like a Commons
Daemon issue.
I am going to start running the TCKs and unit tests on 7.0.x HEAD and if
all looks good I will probably tag 7.0.38 sometime early tomorrow.
Mark
--
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/4040
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Wed Mar 6 23:33:42 2013
New Revision: 1453621
URL: http://svn.apache.org/r1453621
Log:
Allow membership longer to establish
Modified:
tomcat/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java
Modified:
tomcat/trunk/test/org/apache/catalina/t
Author: markt
Date: Wed Mar 6 23:34:17 2013
New Revision: 1453622
URL: http://svn.apache.org/r1453622
Log:
Allow membership longer to establish
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java
On 06/03/2013 23:33, ma...@apache.org wrote:
> Author: markt
> Date: Wed Mar 6 23:33:42 2013
> New Revision: 1453621
>
> URL: http://svn.apache.org/r1453621
> Log:
> Allow membership longer to establish
Strange.
Started seeing these failures after switching from Win XP Pro 64-bit to
Win Server
2013/3/7 Mark Thomas :
> The open bugs are all cleared except the one that looks like a Commons
> Daemon issue.
>
> I am going to start running the TCKs and unit tests on 7.0.x HEAD and if
> all looks good I will probably tag 7.0.38 sometime early tomorrow.
>
I would like Daemon issue to be addres
On 03/07/2013 01:18 AM, Konstantin Kolinko wrote:
2013/3/7 Mark Thomas :
The open bugs are all cleared except the one that looks like a Commons
Daemon issue.
I am going to start running the TCKs and unit tests on 7.0.x HEAD and if
all looks good I will probably tag 7.0.38 sometime early tomorro
36 matches
Mail list logo