svn commit: r779047 - /tomcat/trunk/bin/service.bat

2009-05-27 Thread mturk
Author: mturk Date: Wed May 27 08:19:13 2009 New Revision: 779047 URL: http://svn.apache.org/viewvc?rev=779047&view=rev Log: Fix bz41564 by adding /user option to service.bat which respawns the service.bat using runas command. This pops-up a new window with elevated security on Vista+ Modified:

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #9 from Mladen Turk 2009-05-27 01:23:42 PST --- Can you check if the current trunk version works? You will need to call the service.bat with something like: service install /user Administrator Note that you will have to ed

Re: [PROPOSAL] Adding support for aliases to DirContext

2009-05-27 Thread Mark Thomas
Konstantin Kolinko wrote: > 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: >

DO NOT REPLY [Bug 47231] http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html improvements

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47231 --- Comment #2 from Mark Thomas 2009-05-27 05:25:21 PST --- Created an attachment (id=23719) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23719) Tomcat / OpenSSL how-to Feel free to make as much or as little use of the a

Re: [VOTE] Release build 6.0.20

2009-05-27 Thread Remy Maucherat
On Thu, 2009-05-14 at 01:33 +0200, Remy Maucherat wrote: > 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 > [ ] Stable Ok, so with one exception, all voted

DO NOT REPLY [Bug 46950] SSL renegotiation does not occur when resource with CLIENT-CERT auth is requested

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46950 --- Comment #9 from Mark Thomas 2009-05-27 06:08:48 PST --- The proposed patch does not work exactly as intended. It does not trigger renegotiation, rather it sets SSLVerifyClient for the all future SSL sessions created by that request

Re: [VOTE] Release build 6.0.20

2009-05-27 Thread Yoav Shapira
On Wed, May 27, 2009 at 8:36 AM, Remy Maucherat wrote: > On Thu, 2009-05-14 at 01:33 +0200, Remy Maucherat wrote: >> 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

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #10 from Mark Thomas 2009-05-27 10:05:02 PST --- I installed vista on a VM to test this and it doesn't appear to work :( I did some Googling and, without installing some extras (eg power tools) there is no way to get somet

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #11 from Mladen Turk 2009-05-27 10:23:52 PST --- Mark, did you tried the new service.bat? service.bat install /user Administrator will first ask for admin password and then execute the service.bat again using admin accoun

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #12 from Mark Thomas 2009-05-27 10:27:43 PST --- Yep. Fails miserably on vista. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #13 from Mladen Turk 2009-05-27 10:39:04 PST --- Well, I tested this on Vista/x86 and Server2k8/amd64 and it works perfectly on both boxes. Are you sure you've replaced all @VERSION_MAJOR@ and @VERSION@ strings with 6 and

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #14 from Mark Thomas 2009-05-27 10:43:57 PST --- Yep. I'm working with a build from trunk. One thing that might be different. Are you testing this as a non-admin user specifying an administrator user? I am logged in as an

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #15 from Mark Thomas 2009-05-27 10:51:25 PST --- Nope. That isn't it. just created a non-Admin user to test this, specified my admin user and the service install still failed. -- Configure bugmail: https://issues.apache.o

Re: svn commit: r779047 - /tomcat/trunk/bin/service.bat

2009-05-27 Thread William A. Rowe, Jr.
mt...@apache.org wrote: > +runas /env /savecred /user:%SERVICE_USER% "%COMSPEC% /K \"%SELF%\" > %SERVICE_CMD% %SERVICE_NAME%" review your cmd.exe syntax. cmd /k is wrong here, that's to persist a shell. You meant /c I suspect. ---

Re: svn commit: r779047 - /tomcat/trunk/bin/service.bat

2009-05-27 Thread Mladen Turk
William A. Rowe, Jr. wrote: mt...@apache.org wrote: +runas /env /savecred /user:%SERVICE_USER% "%COMSPEC% /K \"%SELF%\" %SERVICE_CMD% %SERVICE_NAME%" review your cmd.exe syntax. cmd /k is wrong here, that's to persist a shell. You meant /c I suspect. Well /c does give no info to the user

DO NOT REPLY [Bug 41564] service.bat does not install tomcat as a service properly on Windows Vista

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41564 --- Comment #16 from George Sexton 2009-05-27 11:16:03 PST --- I've found that execute from an MSI drops privileges when you run exec commands. Execute from an EXE does not drop privileges. -- Configure bugmail: https://issues.apac

svn commit: r779317 - /tomcat/current/tc5.5.x/STATUS.txt

2009-05-27 Thread markt
Author: markt Date: Wed May 27 21:30:55 2009 New Revision: 779317 URL: http://svn.apache.org/viewvc?rev=779317&view=rev Log: As requested on users list. Port 64-bit installer to 5.5.x Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apa

DO NOT REPLY [Bug 47231] http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html improvements

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47231 --- Comment #3 from Sebb 2009-05-27 16:05:38 PST --- Created an attachment (id=23721) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23721) Patch to SSL Howto -- Configure bugmail: https://issues.apache.org/bugzilla/userp

DO NOT REPLY [Bug 47276] New: Repeated log warnings when /dev/urandom is not readable

2009-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47276 Summary: Repeated log warnings when /dev/urandom is not readable Product: Tomcat 5 Version: 5.5.27 Platform: Other OS/Version: AIX Status: NEW Sever