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=39053>. 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=39053 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-22 00:29 ------- I started with that sample (theserverside). One thing I found tricky to emulate is the behavior of the actual Catalina startup class, where it starts the connector in a suspended state, and then activates it after all the webapps are deployed. This prevents the server from replying back with a 500 code to an overly eager client who comes in "too early" - today, if they can connect, they'll block till all webapps are deployed, and then get a proper response. In my own embedded startup, I had to emulate this by creating the connector (as described in the article), and then immediately invoking the "pause()" API on the connector, deploying the webapps, and then invoking the "resume()" API on it. -- 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]