https://issues.apache.org/bugzilla/show_bug.cgi?id=47121
--- Comment #9 from Rainer Jung 2009-05-26 02:24:39
PST ---
All JkMount and JkMountFile either need to be put into the VirtualHost you are
using, or you add "JkMountCopy All" to the global server, e.g. directly agfter
your JkLogLevel
On Sun, 2009-05-24 at 17:02 +0400, Konstantin Kolinko wrote:
> I do not see any issues with the release, except the one
> of the tgz sources archive.
>
> Regarding the tgz archive of the sources I propose the following:
> The build was created on an Unix machine, so the files in the zip
> archive
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by markt:
http://wiki.apache.org/tomcat/PoweredBy
The comment on the change is:
Change Covalent references to SpringSource
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242
Ken Van Camp changed:
What|Removed |Added
CC||ken.vanc...@andesaservices.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47267
Summary: Display of Release Notes in Windows installer is
broken due to LF endings
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Windows XP
Statu
https://issues.apache.org/bugzilla/show_bug.cgi?id=47267
--- Comment #1 from Konstantin Kolinko 2009-05-26
07:43:03 PST ---
Created an attachment (id=23716)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23716)
Screenshot
--
Configure bugmail: https://issues.apache.org/bugzill
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121
--- Comment #10 from Vladimir Mikhelson 2009-05-26
08:54:34 PST ---
(In reply to comment #9)
> All JkMount and JkMountFile either need to be put into the VirtualHost you are
> using, or you add "JkMountCopy All" to the global server,
Author: markt
Date: Tue May 26 16:08:26 2009
New Revision: 778784
URL: http://svn.apache.org/viewvc?rev=778784&view=rev
Log:
Remove a few lines of redundant code
Modified:
tomcat/trunk/java/org/apache/naming/resources/FileDirContext.java
tomcat/trunk/java/org/apache/naming/resources/Resou
2009/5/24 Konstantin Kolinko :
> 2009/5/14 Remy Maucherat :
>> The candidates binaries are available here:
>> http://people.apache.org/~remm/tomcat-6/v6.0.20/
>>
>> According to the release process, the 6.0.20 tag is:
>> [ ] Broken
>> [ ] Alpha
>> [ ] Beta
>> [x] Stable
>>
>
> I do not see any issu
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121
--- Comment #11 from Rainer Jung 2009-05-26 09:14:47
PST ---
That comment came from me, Rainer.
The change about putting JkMount into virtual hosts or use JkMountCopy was done
a couple of revisions ago. That was the major configurati
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #6 from Will Rowe 2009-05-26 11:21:12 PST ---
The Microsoft Windows Installer schema for the CustomAction table (used to
run .bat, .exe. .vbs or whatever) has a specific 'Type' bit 2048 to cause
msidbCustomActionTypeNoImper
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #7 from Will Rowe 2009-05-26 12:09:56 PST ---
Reviewing further, I see that service.bat is invoked by the user after install,
and not by the nullsoft installer.
Bogdan is correct in comment #4, however it seems more of a d
All,
I have been looking into adding alias support to DirContext so
applications can pull in resources from external locations. I looked at
a couple of alternatives and settled on this patch (against trunk) as a
starting point:
http://people.apache.org/~markt/patches/2009-05-26-alias-DirContext.pa
Author: markt
Date: Tue May 26 21:39:04 2009
New Revision: 778894
URL: http://svn.apache.org/viewvc?rev=778894&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46985
Clean up timeout handling
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS
https://issues.apache.org/bugzilla/show_bug.cgi?id=46985
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
2009/5/27 Mark Thomas :
> All,
>
> I have been looking into adding alias support to DirContext so
> applications can pull in resources from external locations. I looked at
> a couple of alternatives and settled on this patch (against trunk) as a
> starting point:
> http://people.apache.org/~markt/p
https://issues.apache.org/bugzilla/show_bug.cgi?id=47049
--- Comment #2 from Konstantin Kolinko 2009-05-26
16:44:38 PST ---
Just for reference: It was 46910, not 45447. Fixed in 6.0.20 onwards.
*** This bug has been marked as a duplicate of bug 46910 ***
--
Configure bugmail: https://is
https://issues.apache.org/bugzilla/show_bug.cgi?id=46910
Konstantin Kolinko changed:
What|Removed |Added
CC||max...@hotmail.com
--- Co
https://issues.apache.org/bugzilla/show_bug.cgi?id=47121
--- Comment #12 from Guenter Knauf 2009-05-26 16:51:33 PST ---
(In reply to comment #11)
> I suggest yo proceed this discussion - if neceaasry - on the tomcat users
> list,
> because Bugzilla is not a support forum.
Since many NetWare
Author: kkolinko
Date: Wed May 27 03:57:18 2009
New Revision: 778985
URL: http://svn.apache.org/viewvc?rev=778985&view=rev
Log:
votes
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?r
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564
--- Comment #8 from Mladen Turk 2009-05-26 23:31:12 PST ---
We could modify the service.bat allowing to call the install
using runas directy.
Think I'll add the command option to service.bat so it can
call runas directly from within th
Author: kkolinko
Date: Wed May 27 06:46:10 2009
New Revision: 779029
URL: http://svn.apache.org/viewvc?rev=779029&view=rev
Log:
change vote
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS
23 matches
Mail list logo