"Troels Rossing" <[EMAIL PROTECTED]> writes: > Hi Martin > > Thanks for your suggestion, but I could not find SlideServerListener > anywhere, however I have solved my problem
It is in src/wrappers/wrappers/catalina/SlideServerListener.java > I had all slide info under webapps/slide and my application under > webapps/myApp. This caused the 2 to run in 2 different server-sessions > (I suppose) which is why they could no se each other. Okay, that is the other possibility. I Both servlets must use the same class Domain. Whether to classes are considered equals is a bit tricky, if stacked classloaders are involved. My solution would have required to move slide-kernel.jar, slide-roles.jar,slide-stores.jar and a few more jar I can't remember to $CATALINA_HOME/common/lib. move. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
