Hello again, I succeeded now to let OC4J use the org.apache.slide.simple.reference.FakeSessionManager but after giving the username/password it gives: Page cannot be displayed also using org.apache.slide.jaas.spi.SlideLoginModule gives the same result! :( But when I change the configuration to use my app. server sample login module it succeeds to login and views my CMS structure but with null connection and principal objects (Normal) Any ideas?? Also, still accessing my web folder does not prompt the login screen, it bypasses the authentication and goes directly to the CMS structure only accessing it through Internet browser promps the login screen :( Any suggestions would be highly appreciated ... Thaz a lot !!! regards, Rony EngR H <[EMAIL PROTECTED]> wrote: Hello Oliver, all,
Thanz Oliver for the reply! So far, I succeeded to let OC4J authenicate slide and calls WCK layer :) The bad thing is that I get my principal & connection objects set to null inside the begin function, it seems that somthing is wrong with my configuration. Or is there any implementations that should be done to return the connection object filled?? Another issue is that, although the login screen appears when accessing slide from the web(internet explorer), it doesnot appear when accessing it through a web folder?? it acts as it is already authenticated! did any body encounter that b4? Thanx alot Rony Oliver Zeigermann wrote: In void begin(Service service, Principal principal, Object connection, LoggerFacade logger, Hashtable parameters) throws ServiceAccessException, ServiceParameterErrorException, ServiceParameterMissingException; there is the Object connection which will be reasonably filled when you use WCK JAAS implementation. Oliver On Wed, 15 Dec 2004 23:11:23 -0800 (PST), EngR H wrote: > Is it better to use JAAS ?? to map my CMS user to a user on my App. server, > and then using the principal inside my custom store to login to my CMS?? > > Oliver Zeigermann wrote:Not directly. Maybe using some ThreadLocal hack would > do, but this > would require changes to Slide. > > Oliver > > On Wed, 15 Dec 2004 01:16:06 -0800 (PST), EngR H wrote: > > I need to let the WebDAV servlet to save my CMS session in its request. and > > then pass it to my custom store. is that possible?? > > > > > > Oliver Zeigermann wrote: > > What kind of request parameter? The session? What for`? > > > > Oliver > > > > > > On Tue, 14 Dec 2004 07:19:51 -0800 (PST), EngR H wrote: > > > Hello there! > > > > > > Am using WCK and need to send parameters through the request object of the > > WebDAVServlet to my custom store .. > > > > > > is that possible ??if yes, is that through the parameters Hashtable sent > > to the begin() function?? if yes, where I can set a parameter there?? > > > > > > Thanx alot! > > > Rony > > > > > > > > > --------------------------------- > > > Do you Yahoo!? > > > All your favorites on one personal page â€" Try My Yahoo! > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------- > Do you Yahoo!? > Yahoo! Mail - Easier than ever with enhanced search. Learn more. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. --------------------------------- Do you Yahoo!? Meet the all-new My Yahoo! � Try it today!
