Subject: Re: Webapp load order tomcat 4 vs tomcat 5 2007-10-04 - By Christopher Schultz
Back -- --BEGIN PGP SIGNED MESSAGE-- -- Hash: SHA1
Sean,
King, Sean wrote: > So, to cut a long story short, my app needs to register with the > supplied web app for the integration to work.
You could always deploy them into separate TC instances. Then you can just start one of them before the other.
Another option is lazy registration: wait until you actually need the other webapp in order to connect to it. If the connection is attempted before the service is available it will fail. BUT it will re-try next time. Then it doesn't matter in what order the webapps are ready.
- -chris
-- --BEGIN PGP SIGNATURE-- -- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHBREl9CaO5/Lv0PARAtqVAKC1VaKJJNkG6Wn4QuLCictL10xc8gCfUbE0 5yGL2J/oN5g3QcMJxDr0pq4= =hIEn -- --END PGP SIGNATURE-- --
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|