Re: [Hypercontent-users] Hypercontent2 project
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2004-09-07 16:39:54
|
HyperContent 2.0 uses JAAS for authentication - you can configure your=20= preferred authentication mechanism in jaas.properties. You can use=20 uPortal's LocalConnectionContext to pass whatever credentials you=20 require from uPortal to HyperContent. The JAAS LoginModule API is used=20= to implement custom authentication mechanisms. The current=20 implementation validates against a user file, of which I will check in=20= a sample soon. The current source in the hypercontent2 module will compile, as long as=20= you put the contents of the WEB-INF/lib directory in your classpath. =20 The class "org.hypercontent.HTTPServer" is executable if the=20 tomcat-libs are in the classpath; this runs tomcat in embedded mode. =20 However, the server won't be able to do anything without some content=20 and configuration files which are not yet checked in. I have a few=20 other high-priority items here at Columbia to look after, but I expect=20= I'll be able to check in the content & configuration files, along with=20= a build script, within the next few days. Cheers, Alex On Sep 7, 2004, at 7:23 AM, sd...@la... wrote: > Hello! > > I'd like to ask some questions about hypercontent. > > The first: is it possible to make authentication in Hypercontent2.0=20 > through > Uportal channel? That is once entered Uportal using username and=20 > password we > could browse it and see a clannel with a list of projects as links=20 > available > for current user. Clicking on one of theese links a new browser window=20= > would be > opened and the wold start working with hypercontent2.0, which is on a > standalone server. The Uportal channel would only do the=20 > authentication. Would > this approach make sence with Hypercontent2.0 secutity system? Wich=20 > class is > responsible for authentication? > > I would like to run Hypercontenet2 on my server. Is it possible to do=20= > it with > compiled source downloaded from CVS Repository at the current stage?=20= > Are there > any build.xml accessible? > > > Portal and CMS team > University of Latvia > > > Best wishes, > Juris Treibahs > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_idP47&alloc_id=10808&op=C4=A2k > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |