https://issues.apache.org/bugzilla/show_bug.cgi?id=56143
Bug ID: 56143
Summary: Allow "service.bat install" to be used in an non-UAC
cmd.exe session
Product: Tomcat 7
Version: 7.0.50
Hardware: PC
Status: NEW
Author: kkolinko
Date: Sun Feb 16 14:45:47 2014
New Revision: 1568768
URL: http://svn.apache.org/r1568768
Log:
Simplify Windows *.bat files: remove %OS% checks, as current java does not run
on ancient non-NT operating systems.
Modified:
tomcat/trunk/bin/catalina.bat
tomcat/trunk/bin/conf
Author: kkolinko
Date: Sun Feb 16 15:24:56 2014
New Revision: 1568779
URL: http://svn.apache.org/r1568779
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143
Allow service.bat to be launched from a non-UAC console,
by using arguments instead of env variables to pass options to prunsrv.
Author: kkolinko
Date: Sun Feb 16 15:34:06 2014
New Revision: 1568780
URL: http://svn.apache.org/r1568780
Log:
Avoid using the same path for "tomcat-juli.jar" twice when CATALINA_HOME and
CATALINA_BASE are the same.
Modified:
tomcat/trunk/bin/service.bat
Modified: tomcat/trunk/bin/service.
On 14/02/2014 17:34, Konstantin Kolinko wrote:
> 1. org.apache.catalina.startup.TestHostConfigAutomaticDeployment
> fails consistently with all connectors when running with JDK 6u45.
> It runs successfully with 7u51.
> The failures:
>
> [[[
> Testsuite: org.apache.catalina.startup.TestHostConfi
Author: kkolinko
Date: Sun Feb 16 16:09:49 2014
New Revision: 1568786
URL: http://svn.apache.org/r1568786
Log:
Fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=56143
Update documentation and changelog.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/wi
Author: markt
Date: Sun Feb 16 16:11:33 2014
New Revision: 1568787
URL: http://svn.apache.org/r1568787
Log:
Clearer error message if we see test failures on Windows due to JVM bug.
Fix some IDE warnings.
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticD
https://issues.apache.org/bugzilla/show_bug.cgi?id=56143
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
Author: markt
Date: Sun Feb 16 18:27:16 2014
New Revision: 1568803
URL: http://svn.apache.org/r1568803
Log:
Avoid possible deadlock when one thread tries to close a connection while
another thread tries to write to it.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointI
Author: markt
Date: Sun Feb 16 18:30:16 2014
New Revision: 1568804
URL: http://svn.apache.org/r1568804
Log:
Avoid possible deadlock when one thread tries to close a connection while
another thread tries to write to it.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/tru
On 14/02/2014 17:34, Konstantin Kolinko wrote:
> 3) With NIO connector there were no "failed" tests, but the test hung twice.
It was the same deadlock in both cases. This should be fixed in trunk
and 7.0.x.
Mark
-
To unsubscrib
Author: kkolinko
Date: Sun Feb 16 21:05:04 2014
New Revision: 1568828
URL: http://svn.apache.org/r1568828
Log:
Align Commons Daemon options between service.bat and exe installer
service.bat changes:
--DisplayName
--StartPath, --StopPath (They should be unnecessary in --StartMode jvm, but exe
ins
Author: kkolinko
Date: Sun Feb 16 22:04:33 2014
New Revision: 1568844
URL: http://svn.apache.org/r1568844
Log:
Proposal
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=1568844&r1=156884
Author: kkolinko
Date: Sun Feb 16 22:16:07 2014
New Revision: 1568846
URL: http://svn.apache.org/r1568846
Log:
Merged r1568768 from tomcat/trunk:
Simplify Windows *.bat files: remove %OS% checks, as current java does not run
on ancient non-NT operating systems.
Modified:
tomcat/tc7.0.x/trunk
https://issues.apache.org/bugzilla/show_bug.cgi?id=56144
Bug ID: 56144
Summary: commons-daemon has different file.encoding with none
daemon env
Product: Tomcat 6
Version: 6.0.36
Hardware: PC
OS: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=56144
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
16 matches
Mail list logo