windows service privilege reduction in 9.0.23/8.5.45

2019-08-14 Thread Guild, Jason A (DOT)
g the equivalent of: sc config my-tomcat-service-name obj= "NT AUTHORITY\LocalService" password= "" Any info you can provide is appreciated. Thanks, Jason On 8/14/2019 1:45 PM, Mark Thomas wrote: The major changes compared to the 9.0.22 release are: - Security improvements

Re: [VOTE] Release Apache Tomcat 9.0.24

2019-08-14 Thread Guild, Jason A (DOT)
f: sc config my-tomcat-service-name obj= "NT AUTHORITY\LocalService" password= "" Any info you can provide is appreciated. Thanks, Jason On 8/14/2019 1:45 PM, Mark Thomas wrote: > The major changes compared to the 9.0.22 release are: > > - Security improvements to

tomcat wiki edit access request

2019-07-31 Thread Guild, Jason A (DOT)
Hi there, I have some minor additions for the wiki that I'd like to add. May I please have edit access in Apache Confluence under my login 'jaguild'? Thanks, Jason - To unsubscribe, e-mail: dev-unsubscr...@tomcat

CORS Filter

2013-05-30 Thread Jason Brittain
r not, but we believe that this is fundamental server behavior that should be present and easy to enable in the server, as it is in some other servers. Thoughts? -- Jason

Re: Patches to Tomcat - number of versions and how to add a JMX attribute

2013-04-08 Thread Jason McIntosh
On Mon, Apr 8, 2013 at 1:24 PM, Konstantin Kolinko wrote: > 2013/4/8 Jason McIntosh : > > Devs: > > I wanted to get some input on this patch. It adds the ability to specify > > how many versions to remove, when undeployOldVersions is set and parallel > > deploymen

[jira] [Commented] (MTOMCAT-217) CLI parameters passed to war-exec.jar don't override the internal values (httpPort)

2013-04-08 Thread Jason McIntosh (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625451#comment-13625451 ] Jason McIntosh commented on MTOMCAT-217: Off hand, a server.xml would by

Patches to Tomcat - number of versions and how to add a JMX attribute

2013-04-08 Thread Jason McIntosh
e. I could add a new attribute to the Host JMX definitions to track this, but not sure that’s the right place either. Wanted to get some advice on this. Thanks!! -- Jason McIntosh http://mcintosh.poetshome.com/blog/ 573-424-7612

Re: [VOTE] Release Apache Tomcat 7.0.14

2011-05-11 Thread Jason Brittain
ctors - JMX metrics: connector, context, and others - Stopping, starting, and reloading contexts Thanks. -- Jason Brittain

Re: [VOTE] Release Apache Tomcat 7.0.6

2011-01-11 Thread Jason Brittain
makes Tomcat 7 the best choice. I'm happy to vote stable on Tomcat 7. Congratulations, all around! Cheers! -- Jason Brittain

Re: [VOTE] Release build 6.0.30

2011-01-10 Thread Jason Brittain
r all of my tests, on Linux. I tested: - tar.gz binary bundle - deployments via the manager - ran several different webapps, both simple and complex - HTTP and HTTPS JIO connectors - JMX connector and context statistics - No new errors in the logs Thanks. -- Jason Brittain Mulesoft <http://www.mulesoft.com>

Re: [VOTE] Release Apache Tomcat 7.0.5

2010-11-30 Thread Jason Brittain
P and HTTPS JIO connectors - JMX connector and context statistics All of the above worked great, as one would expect them to work for Tomcat 6.0.x. Looks like it wouldn't take much for this to be voted stable. Thanks! -- Jason Brittain On Wed, Nov 24, 2010 at 10:52 AM, Mark Thomas wrote: >

Re: OS/X packaging for Tomcat ?

2010-09-03 Thread Jason Brittain
ode is different from the code on the Tomcat wiki page about it, so a Mac OS saavy developer should compare them. -- Jason On Tue, Aug 31, 2010 at 1:40 AM, Henri Gomez wrote: > > Lots of the content on http://wiki.apache.org/tomcat/TomcatOnMacOS is > > old, some of it is questionable.

Re: [VOTE] Release Apache Tomcat 7.0.2

2010-09-03 Thread Jason Brittain
Thanks Mark! It's probably from a very long time ago, in which case there could be years worth of code that depends on these slashes being there. -- Jason On Fri, Sep 3, 2010 at 6:21 AM, Mark Thomas wrote: > On 05/08/2010 22:09, Jason Brittain wrote: > > One thing I noticed

Re: [VOTE] Release Apache Tomcat 7.0.2

2010-08-05 Thread Jason Brittain
at 7's values to be consistent with those of Tomcat 6 for JMX API compatibility reasons? This was just one small inconsistency I noticed, versus Tomcat 6. I have not checked other object name values nor attribute values versus those of Tomcat 6. Thanks. -- Jason

Re: Access logging for requests rejected by CoyoteAdaptor

2010-04-28 Thread Jason Brittain
just says "Last message repeated 3450 times." -- Jason On Wed, Apr 28, 2010 at 5:14 PM, Mark Thomas wrote: > This was prompted by [1]. For a number of mal-formed requests, the > CoyoteAdaptor will reject them before they reach the access log valve. There > is currently

Re: [Tomcat Wiki] Update of "TomcatTrackNA10_PMC_Sessions" by markt

2010-03-22 Thread Jason Brittain
the various approaches. It would also be helpful to hear others' experience with these solutions on various operating systems. Cheers. -- Jason On Fri, Mar 19, 2010 at 7:32 AM, Ian Darwin wrote: > > >> BTW, I saw you have "Becoming a Tomcat 7 super user". >> Per

Re: [ANN] Apache Tomcat 6.0.24 released

2010-01-28 Thread Jason Brittain
Maybe you have a conflicting jsch jar file that ends up getting loaded in front of the correct/newer version. Look for all jsch jars on your machine and see what versions they are, and maybe temporarily (re)move older ones. -- Jason On Thu, Jan 28, 2010 at 6:25 PM, Filip Hanik - Dev Lists

Re: [ANN] Apache Tomcat 6.0.24 released

2010-01-28 Thread Jason Brittain
you get? If it's saying it can't find the jsch (Java SSH impl) classes, then you may just need to put a jsch.jar in your ANT_HOME/lib directory or somewhere loadable.. that is what's required to get the SCP Ant task working -- it appears that the wagon SSH provider impl does end up using jsch. -- Jason

Re: [ANN] Apache Tomcat 6.0.24 released

2010-01-28 Thread Jason Brittain
I manually looked at them just now and they look good. Thanks Filip! I wonder who updates the ibiblio repository. And then there's also this one: http://repository.sonatype.org/service/local/repositories/central/content/org/apache/tomcat/ -- Jason On Thu, Jan 28, 2010 at 3:14 PM,

Re: [ANN] Apache Tomcat 6.0.24 released

2010-01-27 Thread Jason Brittain
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/catalina/ Thanks! -- Jason Brittain MuleSoft http://www.mulesoft.com On Thu, Jan 21, 2010 at 7:47 AM, jean-frederic clere wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 6.0.24 stable. T

Re: JSP 2.2 & EL 2.2 implementation complete

2010-01-15 Thread Jason Brittain
Congratulations and thanks for all your great work on this! It's a big next step for Tomcat. -- Jason Brittain MuleSoft <http://www.mulesoft.com> On Thu, Jan 14, 2010 at 2:47 PM, Mark Thomas wrote: > The subject says it all really. Still no sign of the TCK so there are > p

RE: Help with a Tomcat bug.

2009-04-06 Thread Jason Smith
Trying again. What's the trick to getting past the Apache spam filter From: Jason Smith Sent: Monday, April 06, 2009 11:38 AM To: 'dev@tomcat.apache.org' Subject: RE: Help with a Tomcat bug. Trying again. Spam filter seems to hate me. From: Jason Smith Sent: Monday, April

RE: Help with a Tomcat bug.

2009-04-06 Thread Jason Smith
is consuming the body, and if it is their responsibility to eat the last '0' in the chunked data stream. Thanks! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, April 06, 2009 11:42 AM To: Tomcat Developers List Subject: Re: Help with a Tomcat bug. J

Re: DeltaManager initialization delay

2008-11-24 Thread Jason
before semi colons and blank lines before and after braces) throughout. - Jason "That's the problem. He's a brilliant lunatic and you can't tell which way he'll jump -- like his game he's impossible to analyse -- you can't dissect him, predict him -- which of cou

DeltaManager initialization delay

2008-11-20 Thread Jason
deferring to the application to deactivate. The question is, does anybody want such functionality besides me? The corollary is, if being able to choose when session replication begins is a desirable feature, is this the right tactic to implement it? Sincerely, - Jason Lunn "That's th

Re: Tomcat-Lite - part 1

2008-09-04 Thread Jason Brittain
rst class container object. More features are available, even if they are Tomcat specific. Features that are not meant to be available to Filters. I think Filters and Valves are two different things (even if there are similarities), and should be two different types, and I think both of these features should be available in Tomcat, including Tomcat lite. Thanks. -- Jason Brittain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Patch - Don't follow symlinks for deletion

2008-07-15 Thread Jason Brittain
! -- Jason Brittain On Tue, Jul 15, 2008 at 10:06 AM, Michael Bailey <[EMAIL PROTECTED]> wrote: > Can someone in the know comment on this? Is it intended behavior for tomcat > to follow symlinks when deleting the exploded directory during undeploy? Or > should I file a bug and attached t

Re: Tomcat 6.0.16 RPM Package Available

2008-02-20 Thread Jason Brittain
This question made me take a fresh look at jpackage, which led me to join the #jpackage freenode IRC channel. I spoke with Jason C, Joe, and David there, and after some discussion we have agreed to collaborate more on Tomcat RPM packaging. I was unaware that jpackage also had a Tomcat 6 RPM

Re: Tomcat 6.0.16 RPM Package Available

2008-02-07 Thread Jason Brittain
, it would be easy to customize the spec file of this package and rebuild it to depend on the Java one wants it to depend on. It would be a 1 line change to the RPM spec file. -- Jason On Feb 7, 2008 9:58 AM, Remy Maucherat <[EMAIL PROTECTED]> wrote: > On Thu, 2008-02-07 at 07:

Tomcat 6.0.16 RPM Package Available

2008-02-07 Thread Jason Brittain
mcat-6.0.16-0.noarch.rpm 6913c85760e25d12b287e8fa1db2034ea1ad6a4c tomcat-6.0.16-0.src.rpm Enjoy! -- Jason Brittain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Update build.properties.default for new JDT URL

2007-10-06 Thread Jason Brittain
-3.3.1.zip # - Tomcat native library - tomcat-native.home=${base.path}/tomcat-native-1.1.10 Cheers. -- Jason Brittain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Inlining dependencies

2007-08-01 Thread Jason Corley
it allows us to keep the versions in sync globally while allowing JNDI resources to work from a built from source solution. I've been using this solution in a couple of production environments with no problems. Jason P.S. If anyone is interested in the ant build.xml stubs they are here: ht

Re: Commons EL

2007-04-04 Thread Jason Dillon
FYI, I created a patch for the Maven Ant tasks, which allow you to attach files (in the same way that things can attach files in Maven). I thought Jason released this, though looks like it might still be in process. Anyways, the issue is here: http://jira.codehaus.org/browse/MANTTASKS-42

Re: using manager webapp programatically

2006-10-10 Thread Jason Novotny
Cool-- I'm new to JMX, can you provide any sample snippet code or place to look in order to use the Tomcat JMX stuff? Thanks a bunch, Jason Yoav Shapira wrote: Hi, I don't have time to delve deeply into looking at the manager app request path info code right now, b

using manager webapp programatically

2006-10-09 Thread Jason Novotny
is a terrible hack. I'm wondering if there is a better way-- or maybe the manager webapp could be altered so that instead of doing request.getPathInfo it could do some kind of request.getParameter().. in which case the manager webapp would be invoked

Re: Tomcat 5.5.18-beta preview

2006-08-29 Thread Jason Brittain
t solve otherwise. Or something to that effect... Yes, that would be excellent. Thanks. -- Jason

Re: stale RELEASE-NOTES commentary

2006-08-28 Thread Jason Brittain
ny ownership of the bandaid. Also, by mentioning that in some cases one can set that particular option with no ill effects, and that the user's mileage may vary, at least they have the option to try it, instead of having to restart their Tomcat at least once a day and wonder why they have to. Thanks. -- Jason

valueUnbound does not get called

2006-05-08 Thread Jason Novotny
patch mechanism. I see the same session is being shared between the portal and the other portlet web apps, but I just can't see why the valueUnbound would not get invoked. Looks like a bug and was wondering if any of the tomcat developers had any idea what is going on. Tha

weird AJP errors with Tomcat 5.5.12

2006-02-01 Thread Jason Novotny
) at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:554) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:662) Thanks, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-20 Thread Jason Novotny
r 5.0. Hmm, can you tell me where this convention is defined anywhere? This is not just a problem for my portal but a few others out there that have presented instructions that no longer work. If say three portal projects including Pluto and Jetspeed claim this is a problem can it be con

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
nge the URL to be something like http://localhost:8080/portal I don't want them to have to rename the actual deployed web application WAR file or directory. Thats what I thought the path and docBase were used for. Thanks very much, Jason Caldarale, Charles R wrote: From: Jason

TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
le: WARNING: A docBase /Users/novotny/Jakarta/tomcat-5.5.12/webapps/gridsphere ins ide the host appBase has been specified, and will be ignored Navigating to localhost:8080/portal gives me a 403 This worked before, I'm wondering if this is a known bug or if t