On 10.06.2010 07:59, jean-frederic clere wrote:
Hi,
I plan to tag 6.0.27 on Monday (European morning) and start the release
process.
Comments?
+1, thanks!
Rainer
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
Hi,
I plan to tag 6.0.27 on Monday (European morning) and start the release
process.
Comments?
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Tomcat_and_IIS_Howto" page has been changed by RafaelNunes.
http://wiki.apache.org/tomcat/Tomcat_and_IIS_Howto?action=diff&rev1=12&rev2=13
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408
--- Comment #2 from Konstantin Kolinko 2010-06-09
18:03:52 EDT ---
This reminds me of bug 46586. See
https://issues.apache.org/bugzilla/show_bug.cgi?id=46586#c5
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408
Nathan Lipke changed:
What|Removed |Added
Summary|RequestDispatcher.forward |RequestDispatcher.forward
https://issues.apache.org/bugzilla/show_bug.cgi?id=49408
Nathan Lipke changed:
What|Removed |Added
Priority|P2 |P5
Severity|major
https://issues.apache.org/bugzilla/show_bug.cgi?id=49395
sylvain.laur...@gmail.com changed:
What|Removed |Added
Attachment #25535|0 |1
is obsolete|
I found out what the issue was. The commons-daemon-native.tar.gz file
contains archive library and object files in the unix directory that were
compiled on some other system. I would recommend that this tar file is
repackaged, doing a make clean in the unix directory before repackaging.
Martin
On
On 09/06/2010 17:49, Martin Dubuc wrote:
> I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and CentOS.
That would be best handled as a commons-daemon issue. I don't know
enough about commons-daemon to comment if this is an issue for the users
list or a JIRA issue.
Mark
>
> Here
I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and CentOS.
Here is the output from make:
(cd native; make all)
make[1]: Entering directory
`/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native'
gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/jav
Hi!
I thought about how the time when request was received could be passed
to AccessLog, and how the "time taken to process the request" argument
for AccessLog.log(..) could be calculated, and I have the following
idea:
We can include that timestamp (long) as a field into
org.apache.catalina.conn
2010/6/9 Mark Thomas :
> On 09/06/2010 17:10, Rainer Jung wrote:
>> After updating the tool wrapper script I noticed, that it sources setenv
>> and that this might not be adequate.
>>
>> Actually I don't know the common or possible use cases of the script and
>> searching didn't reveal much. Users
On 09/06/2010 17:10, Rainer Jung wrote:
> After updating the tool wrapper script I noticed, that it sources setenv
> and that this might not be adequate.
>
> Actually I don't know the common or possible use cases of the script and
> searching didn't reveal much. Users typically set JVM size in set
2010/6/9 Rainer Jung :
> Users typically set JVM size in setenv
See the difference between JAVA_OPTS, CATALINA_OPTS and TOOL_OPTS,
as documented in catalina.sh and tool-wrapper.sh
I think that we should not drop sourcing setenv.sh.
E.g., one can use setenv.sh to specify JAVA_HOME.
Best regards
2010/6/9 vini mr :
>
> I am building .dll file of 32 Bit
>
> and i am using IIS of 32Bit Version.
>
> and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ).
>
1) I wonder, if it is possible to customize error 503 response without
rebuilding the connector.
2) Maybe some DLLs are missing?
Ar
After updating the tool wrapper script I noticed, that it sources setenv
and that this might not be adequate.
Actually I don't know the common or possible use cases of the script and
searching didn't reveal much. Users typically set JVM size in setenv and
at least for the digest feature it wou
On 09.06.2010 17:39, vini mr wrote:
I am building .dll file of 32 Bit
and i am using IIS of 32Bit Version.
and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ).
Hmm, I'm somewhat out of ideas. Never built on VS 2008. Maybe Mladen or
Tim have an idea.
Rainer
On Wed, Jun 9, 2010 at
Hi Rainer,
Thanks for your quick reply.
I am building .dll file of 32 Bit
and i am using IIS of 32Bit Version.
and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ).
Regards,
Vinay
On Wed, Jun 9, 2010 at 9:00 PM, Rainer Jung wrote:
> On 09.06.2010 17:17, vini mr wrote:
>
>> Hi Team,
On 09.06.2010 17:17, vini mr wrote:
Hi Team,
For the IIS tomcat configuration, i need to customize the 503 error message
which is present in *'isapi_redirect.dll'*.
*DLL file which i am using :*
http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.
Hi Team,
For the IIS tomcat configuration, i need to customize the 503 error message
which is present in *'isapi_redirect.dll'*.
*DLL file which i am using :*
http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll
*DLL source code :*
http://ap
Author: kkolinko
Date: Wed Jun 9 14:43:39 2010
New Revision: 953033
URL: http://svn.apache.org/viewvc?rev=953033&view=rev
Log:
Do not evaluate "execute.installer" in dist.xml, as it is never used:
"skip.installer" is used instead. Backport of r952478.
It is just a cleanup and removal of obsolete
Author: markt
Date: Wed Jun 9 14:33:34 2010
New Revision: 953027
URL: http://svn.apache.org/viewvc?rev=953027&view=rev
Log:
Vote
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?rev=953027&
https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jun 9 14:30:30 2010
New Revision: 953025
URL: http://svn.apache.org/viewvc?rev=953025&view=rev
Log:
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48379
Make session cookie name, domain and path configurable per context
Modified:
tomcat/tc6.0.x/trunk/STATUS.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49414
Summary: Wrong memory leak detection: executor thread reported
as web app thread
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843
--- Comment #11 from Konstantin Kolinko 2010-06-09
10:09:20 EDT ---
The AprEndpoint.Poller & Sendfile fix applied to 6.0 in r953010 and will be in
6.0.27 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab
Author: kkolinko
Revision: 953010
Modified property: svn:log
Modified: svn:log at Wed Jun 9 14:03:38 2010
--
--- svn:log (original)
+++ svn:log Wed Jun 9 14:03:38 2010
@@ -1,2 +1,3 @@
+Fix https://issues.apache.org/bugzi
Author: kkolinko
Date: Wed Jun 9 13:55:20 2010
New Revision: 953010
URL: http://svn.apache.org/viewvc?rev=953010&view=rev
Log:
Fix handling the add queue in AprEndpoint.Poller and AprEndpoint.Sendfile.
Do not miss Object.notify() wakeup.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
Author: kkolinko
Date: Wed Jun 9 13:16:32 2010
New Revision: 952994
URL: http://svn.apache.org/viewvc?rev=952994&view=rev
Log:
Rearrange tomcat-juli.jar permissions and wrap long lines in the
conf/catalina.policy file, to make the text more readable when cited in
documentation.
Modified:
t
Author: kkolinko
Date: Wed Jun 9 12:58:04 2010
New Revision: 952987
URL: http://svn.apache.org/viewvc?rev=952987&view=rev
Log:
vote
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?rev=9529
Author: rjung
Date: Wed Jun 9 12:44:01 2010
New Revision: 952980
URL: http://svn.apache.org/viewvc?rev=952980&view=rev
Log:
Fx BZ49413: Drop AJP13 flush packets send by the backend
after the response has been finished.
Modified:
tomcat/jk/trunk/native/common/jk_ajp_common.c
tomcat/jk/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413
Rainer Jung changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=49413
Summary: Apache Mod_jk 1.2.30 is shutting down communication
with tomcat and getting socket error read.
Product: Tomcat Connectors
Version: 1.2.30
Platform: PC
OS/Version
https://issues.apache.org/bugzilla/show_bug.cgi?id=49410
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 09/06/2010 11:34, Rainer Jung wrote:
> On 09.06.2010 12:25, Mark Thomas wrote:
>> On 09/06/2010 10:22, rj...@apache.org wrote:
>>> Author: rjung
>>> Date: Wed Jun 9 09:22:32 2010
>>> New Revision: 952919
>>>
>>> URL: http://svn.apache.org/viewvc?rev=952919&view=rev
>>> Log:
>>> Cleanup JDT vs.
On 09.06.2010 12:25, Mark Thomas wrote:
On 09/06/2010 10:22, rj...@apache.org wrote:
Author: rjung
Date: Wed Jun 9 09:22:32 2010
New Revision: 952919
URL: http://svn.apache.org/viewvc?rev=952919&view=rev
Log:
Cleanup JDT vs. ECJ:
- Replace "jasper-jdt.jar component" with "Eclipse JDT Java com
https://issues.apache.org/bugzilla/show_bug.cgi?id=49410
--- Comment #1 from Rainer Jung 2010-06-09 06:31:06
EDT ---
Thanks for testing and reporting.
This has been fixed in r952945 and will be part of RC5 or 7.0.1, depending on
how the recent release vote ends.
The fix does not only add the j
Author: rjung
Date: Wed Jun 9 10:29:00 2010
New Revision: 952945
URL: http://svn.apache.org/viewvc?rev=952945&view=rev
Log:
BZ49410: Missing tomcat-juli.jar in tool-wraper CLASSPATH.
Fixed by aligning toolwrapper scripbt closer with
catalina script (not only for the juli jar).
The jar is now ne
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #32 from chamith buddhika 2010-06-09
06:25:46 EDT ---
Created an attachment (id=25564)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25564)
o.a.Catalina.tribes.membership Patch
Remove mbean descriptor methods usin
On 09/06/2010 10:22, rj...@apache.org wrote:
> Author: rjung
> Date: Wed Jun 9 09:22:32 2010
> New Revision: 952919
>
> URL: http://svn.apache.org/viewvc?rev=952919&view=rev
> Log:
> Cleanup JDT vs. ECJ:
>
> - Replace "jasper-jdt.jar component" with "Eclipse JDT Java compiler"
> in license tex
On 09/06/2010 02:55, nisen wrote:
> ecj-3.5.1.jar should be change to jasper-jdt.jar
The change needs to be made the other way. All references to jsaper-jdt
need to be changed to ecj-x.y.x.jar
Mark
>
> in tomcat-7.0-doc/class-loader-howto.html and
> tomcat-7.0-doc/RELEASE-NOTES.txt
> ---
> jasp
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #31 from chamith buddhika 2010-06-09
06:20:02 EDT ---
o.a.Catalina.tribes package descriptor has got mbeans which are present in
other several packages as well. They are
SimpleTcpCluster
Present in following package descript
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #30 from chamith buddhika 2010-06-09
06:12:03 EDT ---
(In reply to comment #29)
> Created an attachment (id=25563)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25563) [details]
> o.a.Catalina.Startup Patch
>
> Ad
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #29 from chamith buddhika 2010-06-09
06:10:02 EDT ---
Created an attachment (id=25563)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25563)
o.a.Catalina.Startup Patch
Adds missing attributes.
--
Configure bugmai
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #28 from chamith buddhika 2010-06-09
06:08:17 EDT ---
Created an attachment (id=25562)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25562)
o.a.Catalina.session Patch
Adds missing attributes/methods and reorders t
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #27 from chamith buddhika 2010-06-09
05:45:12 EDT ---
Created an attachment (id=25556)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25556)
o.a.Catalina.Realm Patch
UserDatabaseRealm and LockoutRealm contains a me
Author: jfclere
Date: Wed Jun 9 09:40:50 2010
New Revision: 952926
URL: http://svn.apache.org/viewvc?rev=952926&view=rev
Log:
My votes.
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?rev=
On 09.06.2010 03:55, nisen wrote:
ecj-3.5.1.jar should be change to jasper-jdt.jar
in tomcat-7.0-doc/class-loader-howto.html and
tomcat-7.0-doc/RELEASE-NOTES.txt
---
jasper-jdt.jar - Eclipse JDT 3.2 Java compiler.
---
but it's bin\apache-tomcat-7.0.0-RC4.zip\lib\ecj-3.5.1.jar
maybe we should
Author: rjung
Date: Wed Jun 9 09:22:32 2010
New Revision: 952919
URL: http://svn.apache.org/viewvc?rev=952919&view=rev
Log:
Cleanup JDT vs. ECJ:
- Replace "jasper-jdt.jar component" with "Eclipse JDT Java compiler"
in license texts
- Add JDT version to our ant version filter
and replace exp
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #26 from chamith buddhika 2010-06-09
05:02:32 EDT ---
Created an attachment (id=2)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=2)
o.a.Catalina.Mbeans Patch
Adds missing methods.
--
Configure bugmail: h
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #25 from Rainer Jung 2010-06-09 03:44:29
EDT ---
(In reply to comment #24)
> (In reply to comment #23)
>
> > At least some of them were part of Tomcat 5.5 ´cluster and have been dropped
> > when the new Tomcat 6 cluster was wr
On 09.06.2010 04:58, Konstantin Kolinko wrote:
JIKESPATH environment variable is used to provide path to the standard
library files of JRE (rt.jar etc.), because the standard javac
compiler knows where those are, but jikes does not. I found the
explanation in its FAQ, [1].
[1] http://jikes.sourc
53 matches
Mail list logo