Hi Guillaume, Thanks a lot for the reply :)
I've the following qestions: 1. Do u install Yazd in [TOMCAT_HOME]\webapps\yazd or in [TOMCAT_HOME]\webapps\jetspeed\yazd ? 2. How do u invoke Yazd from a jsp portlet in Jetspeed? I've installed Yazd in [TOMCAT_HOME]\webapps\jetspeed\yazd . And tried to invoke Yazd in a jsp portlet by specifying the following: <html> <head><title>Testing Yazd</title></head> <body> <h3>Testing Yazd</h3> <jsp:include page="/yazd/vodka/index.jsp" flush="false" /> </body> </html> However, I hit errors. Would greatly appreciate if you could guide me on how to incorporate Yazd to Jetspeed. Thanks a lot for ur time :) Cheers, Andy ----- Original Message ----- From: Guillaume Thomassian <[EMAIL PROTECTED]> To: Jetspeed Users List <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 4:58 PM Subject: Re: Jetspeed with Jive or Yazd > Hi ! > > We integrated Yazd in our Portal (Note that Yazd is just an open source > version of Jive). > > Here is the way we did it : > > We call Yazd from a jsp portlet which displays Yazd in an IFrame. This jsp > sends several parameters to a yazd login jsp, such as a language code (we > integrated multilanguage support to yazd), id and password. We wrote a login > jsp in yazd which uses Yazd classes to log in. After identifying on Yazd, me > reroute to the index.jsp of Yazd. > It works great ! > > We also protected all webaps with LDAP... > > Good luck ! > > Guillaume > > > > -- > 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]>
