https://issues.apache.org/bugzilla/show_bug.cgi?id=57261
--- Comment #1 from Oleg Trokhov ---
Created attachment 32231
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32231&action=edit
Resolve 1 and 2 task item
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261
Oleg Trokhov changed:
What|Removed |Added
OS||All
--- Comment #2 from Oleg Trokho
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261
--- Comment #3 from Konstantin Kolinko ---
(In reply to Oleg Trokhov from comment #2)
There exist org.apache.catalina.ant.VminfoTask and ThreaddumpTask classes that
are used as tasks in Ant. They call those manager commands via HTTP and pa
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261
--- Comment #4 from Oleg Trokhov ---
I found this classes, they have only these code:
public void execute() throws BuildException {
super.execute();
execute("/threaddump");
}
Output from manager commands doesn't brok
Author: kkolinko
Date: Thu Nov 27 08:37:57 2014
New Revision: 1642043
URL: http://svn.apache.org/r1642043
Log:
Improve documentation of the Manager application:
Swap "Using JMXProxy" and "Ant" sections. No change in the text of the sections
themselves.
Backport of r1641725 from Tomcat 8.
Modifi
https://issues.apache.org/bugzilla/show_bug.cgi?id=57261
--- Comment #5 from Konstantin Kolinko ---
(In reply to Oleg Trokhov from comment #4)
OK. Thank you.
Before looking at the source code I thought that there was some built-in change
in behaviour. Actually there is an explicit configuration
Author: kkolinko
Date: Thu Nov 27 08:54:22 2014
New Revision: 1642045
URL: http://svn.apache.org/r1642045
Log:
Document the Server Status page.
Merged r1641730 from tomcat/tc8.0.x/trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Author: kkolinko
Date: Thu Nov 27 08:59:05 2014
New Revision: 1642046
URL: http://svn.apache.org/r1642046
Log:
CTR: docs
Improving manager documentation.
Swap "Using JMXProxy" and "Ant" sections. No change in the text of the sections
themselves.
Backport of r1642043 from Tomcat 7.
Modified:
Author: kkolinko
Date: Thu Nov 27 09:09:54 2014
New Revision: 1642049
URL: http://svn.apache.org/r1642049
Log:
CTR: docs
Improving manager documentation.
Document the Server Status page.
Merged r1642045 from tomcat/tc7.0.x/trunk.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc
https://issues.apache.org/bugzilla/show_bug.cgi?id=57271
Bug ID: 57271
Summary: Axiom2 Update
Product: Tomcat 7
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priori
Author: kkolinko
Date: Thu Nov 27 12:03:54 2014
New Revision: 1642123
URL: http://svn.apache.org/r1642123
Log:
CTR: whitespace
Tabs -> spaces. A part of r981579.
Modified:
tomcat/tc6.0.x/trunk/webapps/manager/status.xsd
tomcat/tc6.0.x/trunk/webapps/manager/xform.xsl
Modified: tomcat/tc6.
https://issues.apache.org/bugzilla/show_bug.cgi?id=57271
--- Comment #1 from Konstantin Kolinko ---
For starters, what exact version of Tomcat 7 are you using, and where have you
found Axiom in Tomcat?
I think that Tomcat 7 does not use Apache Axiom or Apache Axis.
For reference, Axiom is this
https://issues.apache.org/bugzilla/show_bug.cgi?id=57271
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274
Bug ID: 57274
Summary: Annotation scanning can cause classes to skip class
transformation
Product: Tomcat 8
Version: 8.0.14
Hardware: PC
OS: Mac OS X
https://issues.apache.org/bugzilla/show_bug.cgi?id=57275
Bug ID: 57275
Summary: Constant "WriteClient failed with 1229"
Product: Tomcat Connectors
Version: 1.2.40
Hardware: Macintosh
Status: NEW
Severity: normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=57275
hostmas...@raymears.com changed:
What|Removed |Added
Hardware|Macintosh |PC
OS|
https://issues.apache.org/bugzilla/show_bug.cgi?id=57275
hostmas...@raymears.com changed:
What|Removed |Added
OS||Windows Server 2012
--
Y
Sbremal created MTOMCAT-288:
---
Summary: Tomcat cluster deployment?
Key: MTOMCAT-288
URL: https://issues.apache.org/jira/browse/MTOMCAT-288
Project: Apache Tomcat Maven Plugin
Issue Type: Wish
-commons/daemon/dist/bin/commons-daemon-20141127-native-src.tar.gz
-Dtest.reports=output/logs-BIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141127-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
Author: remm
Date: Thu Nov 27 17:07:59 2014
New Revision: 1642190
URL: http://svn.apache.org/r1642190
Log:
Also encode primitive types.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpo
Author: markt
Date: Thu Nov 27 21:16:40 2014
New Revision: 1642233
URL: http://svn.apache.org/r1642233
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
Page imports need to be visible to EL
Added:
tomcat/trunk/test/webapp/bug5/bug57142.jsp (with props)
Modified:
tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
--- Comment #8 from Mark Thomas ---
Fixed in trunk. I'll leave it a few days for folks to comment before
back-porting it to 8.0.x.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: markt
Date: Thu Nov 27 21:39:11 2014
New Revision: 1642236
URL: http://svn.apache.org/r1642236
Log:
Add a comment.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.j
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/693
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: The AnyBranchScheduler
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-apr has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio2 has an issue affecting its community integration.
T
Author: rjung
Date: Fri Nov 28 07:24:23 2014
New Revision: 1642265
URL: http://svn.apache.org/r1642265
Log:
Move Fix from Catalina to Coyote in changelog
according to the final patch in r1637848.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps
28 matches
Mail list logo