Author: markt
Date: Fri Nov 21 01:33:44 2008
New Revision: 719549
URL: http://svn.apache.org/viewvc?rev=719549&view=rev
Log:
Clean up
Replace deprecated method calls
Modified:
tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java
Modified: tomcat/trunk/java/org/apache/catalina/c
Author: markt
Date: Fri Nov 21 01:36:09 2008
New Revision: 719550
URL: http://svn.apache.org/viewvc?rev=719550&view=rev
Log:
Make private / remove deprecated methods
Modified:
tomcat/trunk/java/org/apache/tomcat/util/IntrospectionUtils.java
tomcat/trunk/java/org/apache/tomcat/util/buf/B2C
Author: markt
Date: Fri Nov 21 01:45:31 2008
New Revision: 719551
URL: http://svn.apache.org/viewvc?rev=719551&view=rev
Log:
Remove deprecated code in connector (it was this bit that broke the build
previously).
Modify all classes that overrode deprecated methods to override the new methods.
Add
[EMAIL PROTECTED] wrote:
> Remove deprecated code in connector (it was this bit that broke the build
> previously).
My bad - that is digester. I'll update the comment when I get a chance.
Mark
-
To unsubscribe, e-mail: [EMAIL
https://issues.apache.org/bugzilla/show_bug.cgi?id=46255
Summary: ThreadDeath must be rethrown if caught
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priorit
Mark Thomas schrieb:
> sebb wrote:
>> On 19/11/2008, Mark Thomas <[EMAIL PROTECTED]> wrote:
>>> sebb wrote:
>>> > I meant where to find the tag directory for the release 4.1.39.
>>>
>>>
>>> It is in your inbox. Look at the svn commit messages.
>> Which all seem to be against trunk, i.e. not a tag.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46258
Summary: BUILDING.txt has incorrect download location
Product: Tomcat 4
Version: Unknown
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Prio
Author: markt
Date: Fri Nov 21 07:46:12 2008
New Revision: 719602
URL: http://svn.apache.org/viewvc?rev=719602&view=rev
Log:
Make size of all threads pools dynamically configurable
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
tomcat/trunk/java/org/apach
Author: markt
Date: Fri Nov 21 07:49:35 2008
New Revision: 719605
URL: http://svn.apache.org/viewvc?rev=719605&view=rev
Log:
Propose dynamic tp sizing
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/S
Author: fhanik
Date: Fri Nov 21 08:31:45 2008
New Revision: 719626
URL: http://svn.apache.org/viewvc?rev=719626&view=rev
Log:
Fix dynamic thread resizing
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261
Summary: Context with %2F in name causes tomcat crash on shutdown
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Author: fhanik
Date: Fri Nov 21 08:34:34 2008
New Revision: 719630
URL: http://svn.apache.org/viewvc?rev=719630&view=rev
Log:
update 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
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261
--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:35:26 PST ---
Created an attachment (id=22910)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22910)
Proposed patch
--
Configure bugmail: https://issues.apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261
--- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:36:13 PST ---
I have attached a patch that I have been using to work around this issue. It
modifies findChild to decode the name if the initial lookup fails.
--
Configur
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262
Summary: Undeploying context with %2F in it does not work
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priori
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262
--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:43:01 PST ---
I do not have a patch for this issue, I work around this issue by doing:
w3m
http://localhost:8180/tomcat-manager/undeploy?path=/product%252Fcustomername
in
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261
--- Comment #3 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 08:45:56 PST ---
The correct way to do this in 6.0.18 is to use the # character rather than %2F.
%2F should be interpreted literally.
--
Configure bugmail: https://issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 08:46:23 PST ---
The correct way to do this in 6.0.18 is to use the # character rather than %2F.
%2F should be interpreted literally.
--
Configure bugmail: https://issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263
Summary: Tomcat reloading of context does not update context path
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263
--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:48:47 PST ---
The solution I provide is to allow an additional parameter to the /reload
request. The patch I have provided allows you to supply a
&war=/path/to/my/new/doc
https://issues.apache.org/bugzilla/show_bug.cgi?id=46263
--- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 08:50:33 PST ---
Created an attachment (id=22911)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22911)
Proposed Patch
--
Configure bugmail: https://issues.apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Summary: Shutting down tomcat with large number of contexts is
slow
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Sev
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 09:04:01 PST ---
I propose that during the context shutdown, tomcat use multiple threads to
shutdown the contexts in parallel.
I have attached a patch which will fire off:
2
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #2 from Joe Kislo <[EMAIL PROTECTED]> 2008-11-21 09:04:50 PST ---
Created an attachment (id=22912)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22912)
Proposed patch
--
Configure bugmail: https://issues.apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=46265
Summary: Missing code in
ModuleClassLoader.getResourceParentDelegate()?
Product: Tomcat 4
Version: Unknown
Platform: PC
OS/Version: Windows XP
Status: NEW
Author: markt
Revision: 719551
Modified property: svn:log
Modified: svn:log at Fri Nov 21 12:25:19 2008
--
--- svn:log (original)
+++ svn:log Fri Nov 21 12:25:19 2008
@@ -1,3 +1,3 @@
-Remove deprecated code in connector (i
Author: fhanik
Date: Fri Nov 21 13:06:44 2008
New Revision: 719711
URL: http://svn.apache.org/viewvc?rev=719711&view=rev
Log:
add async call template, not sure how it will work, but I will know soon
make sure that timewait is a positive value, 0 being the lowest
Modified:
tomcat/trunk/module
https://issues.apache.org/bugzilla/show_bug.cgi?id=46258
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246
--- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 13:12:04 PST ---
.bat and .sh should use svn:eol-style:native. Using platform specific settings
makes editing these files on anther platform a right pain.
--
Configure bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Author: markt
Date: Fri Nov 21 13:22:24 2008
New Revision: 719718
URL: http://svn.apache.org/viewvc?rev=719718&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46246
Correct properties.
Patch provided by [EMAIL PROTECTED]
Modified:
tomcat/connectors/trunk/jk/jkstatus/examp
https://issues.apache.org/bugzilla/show_bug.cgi?id=46265
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246
--- Comment #5 from Sebb <[EMAIL PROTECTED]> 2008-11-21 14:03:31 PST ---
(In reply to comment #4)
> .bat and .sh should use svn:eol-style:native. Using platform specific settings
> makes editing these files on anther platform a right pa
https://issues.apache.org/bugzilla/show_bug.cgi?id=46246
--- Comment #6 from Mark Thomas <[EMAIL PROTECTED]> 2008-11-21 14:45:29 PST ---
There are also plenty of tools that don't like non-native line-endings .
The build scripts take care of this for the releases.
--
Configure bugmail: htt
[EMAIL PROTECTED] wrote:
> Author: fhanik
> Date: Fri Nov 21 08:31:45 2008
> New Revision: 719626
>
> URL: http://svn.apache.org/viewvc?rev=719626&view=rev
> Log:
> Fix dynamic thread resizing
I had assumed that if an executor was used, then the executor mbean would
be used to resize the pool. Al
Hi Jason,
send us your implementation and let us review your stuff :-)
You can also register a ContextListener at DeltaManager.setContainer
() to control your latch.
Are your sure that session sync message (GET ALL Session) is received
before first request at second node
is processed?
I thi
Hi Mark!
The NioEndpoint can have its own executor without sharing and JMX
stuff :-)
See at start methods:
L 805:
if (getUseExecutor()) {
if ( executor == null ) {
TaskQueue taskqueue = new TaskQueue();
TaskThreadFactory tf = new TaskThr
37 matches
Mail list logo