RE: Webapp load order tomcat 4 vs tomcat 5

2007-10-04 Thread King, Sean
Subject: Re: Webapp load order tomcat 4 vs tomcat 5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sean, King, Sean wrote: > It's a lomg story, but basically I am hooking into an SDK supplied by > a third party. The fact that I need to access jars in another web app > is their desig

RE: Webapp load order tomcat 4 vs tomcat 5

2007-10-04 Thread King, Sean
PM To: Tomcat Users List Subject: Re: Webapp load order tomcat 4 vs tomcat 5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sean, King, Sean wrote: > When I > start tomcat, app2 is deployed and then app1 starts and is able to > access jars in app2. Uh... care to explain what /that/ mean

RE: Webapp load order tomcat 4 vs tomcat 5

2007-10-04 Thread King, Sean
order tomcat 4 vs tomcat 5 Sean, From your description, it seems that communication between the 2 apps is done over the wire. If that is the case, why not run each under a separate JVM/Application Server to avoid the class loading conflict. King, Sean wrote: > Without giving away too much inf

RE: Webapp load order tomcat 4 vs tomcat 5

2007-10-04 Thread King, Sean
07 9:36 AM To: Tomcat Users List Subject: RE: Webapp load order tomcat 4 vs tomcat 5 > From: King, Sean [mailto:[EMAIL PROTECTED] For the application to run > correctly, app2 must be deployed and start before app1. Using tomcat 5 > this does not seem to be a problem. When I st

Webapp load order tomcat 4 vs tomcat 5

2007-10-04 Thread King, Sean
Hi all, I have two webapps that need to interact with each other. One is a fully expanded webapp ( app1 ) and the other is expanded from a war file ( app2.war ). For the application to run correctly, app2 must be deployed and start before app1. Using tomcat 5 this does not seem to be a problem