My first and most probable guess is that you've put the Torque jar into a common area of your container (TomCat?).
Each application, at the very least, will require a copy of the jar file inside it's WAR. This is brought about by the Torque singleton which is shared across the classloader. Andrew wrote: >Has anyone gotten this to work? > >Why would doing this totally knock out one application? > >When I do this, whichever app gets started last is thwacked and unable to >make connections. > >Any ideas on how to solve this? > >Thanks > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
