Re: Multiple Aliases Problem

2011-11-21 Thread Konstantin Kolinko
Confirming that it is a bug. I filed an issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 You would avoid this bug if you reorder your lines: call "host.addAlias()" before you call "engine.addChild()". That is what Digester does when parsing server.xml: "engine.addChild()" method i

DO NOT REPLY [Bug 52225] New: Adding Alias for existing host on running Tomcat causes ClassCastException

2011-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Bug #: 52225 Summary: Adding Alias for existing host on running Tomcat causes ClassCastException Product: Tomcat 7 Version: 7.0.23 Platform: PC OS/Version: W

RE: Making tomcat source changes

2011-11-21 Thread Caldarale, Charles R
> From: Asha K S [mailto:a...@adobe.com] > Subject: Making tomcat source changes > I am new here. So the first step is to read the Tomcat docs, starting at the home page: http://tomcat.apache.org/ > Can someone please point me to documentation/steps which I need to > follow to contribute code

Making tomcat source changes

2011-11-21 Thread Asha K S
HI, I am new here. Can someone please point me to documentation/steps which I need to follow to contribute code to tomcat source. Thanks, Asha

Re: Multiple Aliases Problem

2011-11-21 Thread Chatree Srichart
Any comment? On Mon, Nov 21, 2011 at 1:52 PM, Chatree Srichart < chatree.srich...@gmail.com> wrote: > Hi community. > I am working on embedding a Tomcat server into my project. > > I have 2 domain name called localhost1 and localhost2. > I created a Host instance with the localhost1 domain name.

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-11-21 Thread Bill Barker
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-tc7.0.x-test has an issue affecting its community integration. This

Re: javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Jess Holle
On 11/21/2011 5:26 PM, Caldarale, Charles R wrote: From: Jess Holle [mailto:je...@ptc.com] Subject: javax.servlet.ServletRequest and thread safety... Is there an issue with multi-threaded access here or am I imagining things? There is an issue, and it's highly unlikely to ever be changed. The s

RE: javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Caldarale, Charles R
> From: Jess Holle [mailto:je...@ptc.com] > Subject: javax.servlet.ServletRequest and thread safety... > Is there an issue with multi-threaded access here or am > I imagining things? There is an issue, and it's highly unlikely to ever be changed. The spec defines the APIs as not thread-safe,

javax.servlet.ServletRequest and thread safety...

2011-11-21 Thread Jess Holle
First off, I know that as a *rule* javax.servlet.ServletRequest APIs are only intended to be called from one thread at a time and specifically (prior to 3.0 async APIs) from the servlet request thread and only during processing of that request. All that said, there are lots of driving use case

Re: question on IP for VirtualContext

2011-11-21 Thread Sylvain Laurent
I did as you advised and the code has been granted : https://issues.apache.org/bugzilla/show_bug.cgi?id=51741#c9 Thanks for your help, Sylvain On 17 nov. 2011, at 13:28, Tim Funk wrote: > IIRC: this came into existence via > https://issues.apache.org/bugzilla/show_bug.cgi?id=41260 - it was dona

DO NOT REPLY [Bug 52153] periodic JVM crash (access violation) on buffer flush

2011-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52153 --- Comment #3 from John Wilkinson 2011-11-21 16:40:10 UTC --- Negative on the apr upgrade fix--crashes still happening. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

Re: [VOTE] Release Apache Tomcat 7.0.23 - Take 2

2011-11-21 Thread Yoav Shapira
On Sun, Nov 20, 2011 at 5:16 PM, Mark Thomas wrote: > The 7.0.23 tag was fine. The problem was local. I have re-rolled the > 7.0.23 release from a clean export of the 7.0.23 tag. > > The proposed Apache Tomcat 7.0.23 release is now available for voting. > > It can be obtained from: > http://people

DO NOT REPLY [Bug 51741] Eclipse WTP "Serve modules without publishing" broken with tc7, needs patch in tomcat

2011-11-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 --- Comment #9 from Larry Isaacs 2011-11-21 13:26:20 UTC --- I agree to release under the Apache Licence my changes to WtpDirContext found in the Eclipse WTP source. These changes extended the source that Fabrizio Giustina originally cont

Re: How to get the tomcat internal log out?

2011-11-21 Thread Konstantin Kolinko
2011/11/21 Kurt : > Hello guy: > >  Do you really think I should post the question to users@? Cause I don't > want to see the log of web app ,but tomcat's itself. dev@ is about development of Tomcat itself. Everything else is users@. You are not proposing a patch for Tomcat. You are asking some

Re: How to get the tomcat internal log out?

2011-11-21 Thread Kurt
Hello guy: Do you really think I should post the question to users@? Cause I don't want to see the log of web app ,but tomcat's itself. 在 Mon, 21 Nov 2011 15:33:38 +0800,Konstantin Kolinko 写道: 2011/11/21 Kurt : Hello all: I compile tomcat 5.5.30 and import it to eclipse as a pro