Thanks, Oliver. > this seems to be the same problem as with Tomcat, but I do not think > common/lib or server/lib do exist in WebLogic, do they?
Well, I found something like C:\bea\weblogic81\common\lib and C:\bea\weblogic81\server\lib ... B-) > You will have to > find a locations for the realm code that is accessible for > the WebLogic kernel class loader. OK ... so the problem is where to put the classes the realm depends on ... Regards, Peter > -----Original Message----- > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > Sent: Monday, May 17, 2004 11:15 > To: Slide Users Mailing List > Subject: Re: Deploying Slide on WebLogic > > > Hi Peter, > > this seems to be the same problem as with Tomcat, but I do not think > common/lib or server/lib do exist in WebLogic, do they? You > will have to > find a locations for the relam code that is accessible for > the WebLogic > kernel class loader. Maybe there is no other than the global one? In > Tomcat sever/lib is accesible from the Tomcat core, so I put > it there. > Anyway, be careful to have all other classes accessible from > the Slide > WebApp as well (that's why other classes are in common/lib). > > Oliver > > [EMAIL PROTECTED] wrote: > > > Hi, I'm a newbie with WebLogic ... has anybody experience > with the deployment of Slide on WebLogic? > > > > It works fine for me with security switched-off. > > > > But when I try to use security, after adapting the realm > for WebLogic, I get problems with the class loaders. I get it > only work if I put certain classes (mainly, the realm and > everything it depends on) in the *global* class path > (workaround). Putting classses in common/lib or server/lib > (like I can do in Tomcat) doesn't seem to help ... i.e. > classes aren't found by any of WebLogic's classloaders. > > > > What I did in WebLogic 8.1: > > - created a new domain "mydomain" > > - opened the console (http://localhost:7001/console) > > - configured the realm (Security > Realms > Configure a new Realm) > > - deployed Slide (Deployments > Web Application Modules > > Deploy a new ... > > > > Any hints? > > > > Thanks, > > Peter > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
