-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Scot,
On 12/10/2009 10:32 AM, Scot Hatt wrote: > I was curious if there is a specific reference on this problem that I can > point to for my fellow devs that try to run everything on a single Tomcat > instance. Not on a single Tomcat instance, but you could always run multiple Tomcat instances. Or, make your webapp more tolerant of a missing sister-app. Instead of trying to access webapp B from webapp A's startup, why not do some lazy initialization and wait until webapp B's access is actually required? That would allow you to start up the webapps in any order, but you wouldn't be able to use some set of features until webapp B was actually available. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkshgBYACgkQ9CaO5/Lv0PCf4wCfW16al+m3kCNA5U4sxRXpQBUj DXYAn3s5b4WLpO8GeshblAM/wM5W9nS9 =z3t5 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org