Hi.
SimpleTcpCluster#sendClusterDomain called when domainReplication is
true is as follows now.
===SimpleTcpCluster#sendClusterDomain===
public void sendClusterDomain(ClusterMessage msg) {
send(msg,null);
}
=== ===
the msg is transmitted to all cluster members.
domainReplication does not work
Sorry.
This rev is just remove defaultMode and add maxActiveSessions.
domainReplication was not related.
I send another proposal mail.
--
Keiichi.Fujino
Fujino :
> Hi.
>
> SimpleTcpCluster#sendClusterDomain called when domainReplication is
> true is as follows now.
>
> ===SimpleTcpCluster#sen
Hi.
SimpleTcpCluster#sendClusterDomain called when domainReplication is
true is as follows now.
===SimpleTcpCluster#sendClusterDomain===
public void sendClusterDomain(ClusterMessage msg) {
send(msg,null);
}
=== ===
the msg is transmitted to all cluster members.
domainReplication does not work
> I intend to make the following changes unless there are any objections:
> - modify BackupManager to treat backup sessions as active
> - list all known sessions in the manager application
> - mark sessions as primary, backup or proxy in the manager application
> user interface
> - only provide ses
https://issues.apache.org/bugzilla/show_bug.cgi?id=49674
Summary: libservice.a: Malformed archive in commons-daemon
Product: Tomcat 6
Version: 6.0.29
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Pri
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
Ted Leung changed:
What|Removed |Added
Attachment #25815|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49673
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132
Steve Mitchell changed:
What|Removed |Added
Blocks||49673
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=49673
Summary: JNDI not working
Product: Tomcat 6
Version: 6.0.29
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: Se
IMHO, clearing threadlocals is a bad idea, it has even been disabled by default
because of concurrency issues.
Furthermore, the solution you propose would be limited to some type of classes
(Map in your case).
https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 is still pending but
the sol
https://issues.apache.org/bugzilla/show_bug.cgi?id=49407
--- Comment #1 from Mark Thomas 2010-07-29 16:56:34 EDT ---
This has been fixed for Tomcat 7 and the HTML Manager application enhanced to
differentiate between Primary, Backup and Proxy sessions.
I suspect the changes are too fundamental (
Author: markt
Date: Thu Jul 29 20:53:26 2010
New Revision: 980567
URL: http://svn.apache.org/viewvc?rev=980567&view=rev
Log:
Add optional support to the HTML Manager application to display Proxy sessions.
It is disabled by default.
Added:
tomcat/trunk/java/org/apache/catalina/manager/DummyPr
https://issues.apache.org/bugzilla/show_bug.cgi?id=49672
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49672
Summary: Apache service fails to start when using windows
service
Product: Tomcat 6
Version: 6.0.29
Platform: PC
Status: NEW
Severity: normal
Prio
On 29/07/2010 19:32, ma...@apache.org wrote:
> Author: markt
> Date: Thu Jul 29 18:32:58 2010
> New Revision: 980535
>
> URL: http://svn.apache.org/viewvc?rev=980535&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49407
> Make BackupManager and DeltaManager handle primary
Author: markt
Date: Thu Jul 29 18:32:58 2010
New Revision: 980535
URL: http://svn.apache.org/viewvc?rev=980535&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49407
Make BackupManager and DeltaManager handle primary and backup sessions
consistently
Modified:
tomcat/trunk
Author: markt
Date: Thu Jul 29 18:17:15 2010
New Revision: 980532
URL: http://svn.apache.org/viewvc?rev=980532&view=rev
Log:
Enable the HTML Manager application to differentiate between primary & backup
sessions.
Both can be invalidated
Attributes can be viewed in both
Attributes can only be remo
https://issues.apache.org/bugzilla/show_bug.cgi?id=49668
sylvain.laur...@gmail.com changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment
Author: mturk
Date: Thu Jul 29 18:07:25 2010
New Revision: 980529
URL: http://svn.apache.org/viewvc?rev=980529&view=rev
Log:
Require APR 1.4.0 as minimum version needed
Modified:
tomcat/native/trunk/native/src/jnilib.c
Modified: tomcat/native/trunk/native/src/jnilib.c
URL:
http://svn.apache
Author: mturk
Date: Thu Jul 29 18:05:39 2010
New Revision: 980527
URL: http://svn.apache.org/viewvc?rev=980527&view=rev
Log:
Sync SSL renegotiation from 1.1.x branch
Modified:
tomcat/native/trunk/native/src/ssl.c
tomcat/native/trunk/native/src/sslcontext.c
tomcat/native/trunk/native/s
Author: mturk
Date: Thu Jul 29 17:59:32 2010
New Revision: 980524
URL: http://svn.apache.org/viewvc?rev=980524&view=rev
Log:
Declare trunk as 1.2 instead 2.0
Modified:
tomcat/native/trunk/native/include/tcn_version.h
Modified: tomcat/native/trunk/native/include/tcn_version.h
URL:
http://svn
Author: markt
Date: Thu Jul 29 15:39:56 2010
New Revision: 980476
URL: http://svn.apache.org/viewvc?rev=980476&view=rev
Log:
Add note on dynamic thread pools
Modified:
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/xdocs/migration.xml
Modified: tomcat/site/trunk/docs/migration.h
On 29.07.2010 17:00, Arjen Knibbe wrote:
I searched for an "upgrading to Tomcat 7" manual in the Tomcat documentation
to check if the new JreMemoryLeakPreventionListener is mentioned, but I
could not find any guidelines for upgrading...
There is some info about major version differences at
htt
markt-2 wrote:
>
> Please could you create a Bugzilla entry (against Tomact 7) for each
> issue you identified so that this valuable work doesn't get forgotten
> about?
>
> 95% of the work should just be a copy and paste.
>
I created three Bugzilla entries:
49667 for the JdbcLeakPreventer iss
https://issues.apache.org/bugzilla/show_bug.cgi?id=49670
Summary: org.apache.catalina.authenticator.SingleSignOn valve
does not function
Product: Tomcat 7
Version: 7.0.0
Platform: PC
Status: NEW
Severity: regressi
https://issues.apache.org/bugzilla/show_bug.cgi?id=49669
Summary: Static reference from
javax.security.auth.Policy.contextClassLoader prevents
an undeployed Web application from being garbage
collected
Product: Tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=49667
Arjen Knibbe changed:
What|Removed |Added
Platform|PC |Sun
--- Comment #1 from Arjen Knibb
https://issues.apache.org/bugzilla/show_bug.cgi?id=49668
Summary: Deeply nested references from ThreadLocal objects are
not cleared
Product: Tomcat 7
Version: 7.0.0
Platform: Sun
OS/Version: Solaris
Status: NEW
On Thu, Jul 29, 2010 at 9:02 AM, Mark Thomas wrote:
> The current Manager implementations have slightly different definitions
> of 'active session' that I would like to make consistent in 7.0.x (and
> maybe backport to 6.0.x)
> I intend to make the following changes unless there are any objection
https://issues.apache.org/bugzilla/show_bug.cgi?id=49667
Summary: JdbcLeakPrevention class can register unregistered
JCBC Driver
Product: Tomcat 7
Version: 7.0.0
Platform: PC
OS/Version: Solaris
Status: NEW
On 29.07.2010 15:02, Mark Thomas wrote:
The current Manager implementations have slightly different definitions
of 'active session' that I would like to make consistent in 7.0.x (and
maybe backport to 6.0.x)
Ignoring expired and invalidated sessions:
- in the StandardManager, all sessions are pr
The current Manager implementations have slightly different definitions
of 'active session' that I would like to make consistent in 7.0.x (and
maybe backport to 6.0.x)
Ignoring expired and invalidated sessions:
- in the StandardManager, all sessions are primary and all are active
- in the DeltaMan
Author: markt
Date: Thu Jul 29 12:34:59 2010
New Revision: 980425
URL: http://svn.apache.org/viewvc?rev=980425&view=rev
Log:
Update the changelog with a note on the session manager refactoring
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
Author: markt
Date: Thu Jul 29 12:28:40 2010
New Revision: 980424
URL: http://svn.apache.org/viewvc?rev=980424&view=rev
Log:
Follow on to r980418
Need to move registration with context to ManagerBase too
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
tomcat/t
Author: markt
Date: Thu Jul 29 12:22:27 2010
New Revision: 980421
URL: http://svn.apache.org/viewvc?rev=980421&view=rev
Log:
Refactoring
Change BackupManager to extend ClusterManagerBase rather than StandardManager
- The functionality being inherited from StandardManager (persistence over
restart
Author: markt
Date: Thu Jul 29 12:10:51 2010
New Revision: 980418
URL: http://svn.apache.org/viewvc?rev=980418&view=rev
Log:
Refactoring
Move propertyChange() implementation to ManagerBase to reduce code duplication
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase
Author: markt
Date: Thu Jul 29 11:49:47 2010
New Revision: 980411
URL: http://svn.apache.org/viewvc?rev=980411&view=rev
Log:
Refactoring - reduce duplication
Handle maxActiveSessions, rejectedSessions and processingTime in ManagerBase
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session
Author: markt
Date: Thu Jul 29 11:26:02 2010
New Revision: 980408
URL: http://svn.apache.org/viewvc?rev=980408&view=rev
Log:
Revert part of r980399 - attribute is present and used in ManagerBase so will
be inherited
Modified:
tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.x
Author: markt
Date: Thu Jul 29 11:24:45 2010
New Revision: 980407
URL: http://svn.apache.org/viewvc?rev=980407&view=rev
Log:
Fix an Eclipse nag
Modified:
tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java
Modified: tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java
UR
Author: markt
Date: Thu Jul 29 11:16:29 2010
New Revision: 980404
URL: http://svn.apache.org/viewvc?rev=980404&view=rev
Log:
Remove deprecated method
Modified:
tomcat/trunk/java/org/apache/catalina/Manager.java
tomcat/trunk/java/org/apache/catalina/session/ManagerBase.java
Modified: tomc
Author: markt
Date: Thu Jul 29 11:10:00 2010
New Revision: 980401
URL: http://svn.apache.org/viewvc?rev=980401&view=rev
Log:
Rejected session count should not be writable
Modified:
tomcat/trunk/java/org/apache/catalina/Manager.java
tomcat/trunk/java/org/apache/catalina/ha/session/DeltaMan
Author: markt
Date: Thu Jul 29 11:03:32 2010
New Revision: 980399
URL: http://svn.apache.org/viewvc?rev=980399&view=rev
Log:
Remove unused property
Modified:
tomcat/trunk/java/org/apache/catalina/session/StandardManager.java
tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
Ted Leung changed:
What|Removed |Added
Attachment #25814|0 |1
is obsolete|
Author: markt
Date: Thu Jul 29 09:45:55 2010
New Revision: 980379
URL: http://svn.apache.org/viewvc?rev=980379&view=rev
Log:
Clarify current behaviour of maxActiveSessions
Clean-up cluster-manager docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
Modified: tomcat/tc
Author: markt
Date: Thu Jul 29 09:45:32 2010
New Revision: 980378
URL: http://svn.apache.org/viewvc?rev=980378&view=rev
Log:
Remove deprecated defaultMode attribute
Clarify current behaviour of maxActiveSessions
Clean-up cluster-manager docs
Modified:
tomcat/trunk/java/org/apache/catalina/ha/
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
--- Comment #1 from Ted Leung 2010-07-29 05:10:22 EDT
---
The previously uploaded patch was made off of svn "tc6.0.x 966937"
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
Summary: When file not found error occurs it does not tell you
which file caused the error.
Product: Tomcat 6
Version: 6.0.29
Platform: PC
OS/Version: All
Sta
On 29/07/2010 09:11, ma...@apache.org wrote:
> Author: markt
> Date: Thu Jul 29 08:11:52 2010
> New Revision: 980355
>
> URL: http://svn.apache.org/viewvc?rev=980355&view=rev
> Log:
> Remove unused SimpleTcpReplicationManager and associated ReplicatedSession
AFAICT there are a bunch of old classe
Author: markt
Date: Thu Jul 29 08:11:52 2010
New Revision: 980355
URL: http://svn.apache.org/viewvc?rev=980355&view=rev
Log:
Remove unused SimpleTcpReplicationManager and associated ReplicatedSession
Removed:
tomcat/trunk/java/org/apache/catalina/ha/session/ReplicatedSession.java
tomcat/
Author: markt
Date: Thu Jul 29 07:52:07 2010
New Revision: 980347
URL: http://svn.apache.org/viewvc?rev=980347&view=rev
Log:
Fix copy/paste typo
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org
On 29/07/2010 03:53, Bill Barker wrote:
>
>
> wrote in message
> news:20100728155830.a602f2388...@eris.apache.org...
>> Author: markt
>> Date: Wed Jul 28 15:58:30 2010
>> New Revision: 980106
>>
>> URL: http://svn.apache.org/viewvc?rev=980106&view=rev
>> Log:
>> Only download Checkstyle if it is
51 matches
Mail list logo