DO NOT REPLY [Bug 5329] - NT Service exits startup before Tomcat is finished starting up.

2005-03-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=5329.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=5329


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement
 OS/Version||All




--- Additional Comments From [EMAIL PROTECTED]  2005-03-20 19:14 ---
As Remy noted some time ago, the changes are in place to implement this 
enhancement.

As always, proposed patches are always welcome.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 5329] - NT Service exits startup before Tomcat is finished starting up.

2002-06-05 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5329.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5329

NT Service exits startup before Tomcat is finished starting up.





--- Additional Comments From [EMAIL PROTECTED]  2002-06-05 23:40 ---
Some additional lifecycle events have now been added in Tomcat 4.1.3
(AFTER_START_EVENT and AFTER_STOP_EVENT), so it should now be possible to
enhance the BootstrapService and CatalinaService classes to implement the
behavior suggested here.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5329] - NT Service exits startup before Tomcat is finished starting up.

2001-12-08 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5329.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5329

NT Service exits startup before Tomcat is finished starting up.





--- Additional Comments From [EMAIL PROTECTED]  2001-12-08 14:05 ---
Many components in Tomcat are created asynchronously, but the connectors are 
not. So when the Service startup is marked are being over, the connectors have 
already been started.
The behavior of the connector may be inconsistent, in that they may return from 
the start method before they are ready to accept connections, which in some 
cases (like yours) can cause trouble. For some other connectors, like the HTTP 
connector, it is much less important than for the native webserver connectors, 
but unfortunately, all of them are currently based on the same code.
Another solution would be to have the native code in Apache be more flexible 
with the connection handling (and only connect on demand, or something like it).

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]