> From: King, Sean [mailto:[EMAIL PROTECTED] 
> Subject: RE: Webapp load order tomcat 4 vs tomcat 5
>
> How would running two JVM's help?

It wouldn't.  Your problem is one of synchronization, not classloader
conflicts.

You might try implementing a listener in app1 that periodically probes
app2 and does the registration when app2 is available.  Any notification
logic would have to be held until the registration completes, of course.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to