DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #10 from Konstantin Kolinko 2009-11-02 03:04:19 UTC --- Fixed in trunk, proposed for TC 6.0 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #9 from Konstantin Kolinko 2009-11-02 02:46:05 UTC --- *** Bug 48059 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving t

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|D

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 qingyang.xu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 qingyang.xu changed: What|Removed |Added Severity|normal |critical -- Configure bugmail: http

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #6 from qingyang.xu 2009-10-09 18:39:20 UTC --- > public static void main(String[] args) can be called from another Java class, > its not exclusive to the JVM > > It would be a different way of embedding Tomcat, at which point

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #5 from Filip Hanik 2009-10-09 06:48:53 PDT --- (In reply to comment #4) > (In reply to comment #3) > > With "startd", as there is no "await", the method completes immediately (and > > the application quits). > > > > That it is

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #4 from qingyang.xu 2009-10-09 02:00:01 PDT --- (In reply to comment #3) > With "startd", as there is no "await", the method completes immediately (and > the application quits). > > That it is only useful if exiting that "main

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #3 from Konstantin Kolinko 2009-10-09 01:42:03 PDT --- With "startd", as there is no "await", the method completes immediately (and the application quits). That it is only useful if exiting that "main" method does not complete

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #2 from qingyang.xu 2009-10-08 16:20:38 PDT --- (In reply to comment #1) > Actually, I do not see startd and stopd commands to be documented anywhere. > Maybe we can just safely remove them? > > With startd, Tomcat will exit i

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 --- Comment #1 from Konstantin Kolinko 2009-10-08 05:31:24 PDT --- Actually, I do not see startd and stopd commands to be documented anywhere. Maybe we can just safely remove them? With startd, Tomcat will exit immediately upon startup. T

DO NOT REPLY [Bug 47881] org.apache.catalina.startup.Bootstrap's main method handles 'startd' or 'stopd' wrongly

2009-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47881 qingyang.xu changed: What|Removed |Added Summary|errors about 'startd' and |org.apache.catalina.startup