J2-SSO

2005-02-01 Thread Amit Soni
page but don't want that login page but when i logged in jetspeed-2's login page it automatically logged in respective application. So can it be possible in j2 SSO? and if so then what i have to do for that .. so any one have idea about this then please help me.. Regards, Amit Soni

jetspeed 1.5 logout problems

2005-01-23 Thread Amit Soni
Hi list, here i make one of my own servlet within jetspeed and make my own loging page instead of useing jetspeed's login page and also i modiy the web.xml it look like:: web-app display-nameJetspeed Enterprise Information Portal/display-name servlet

How to get Session in portlet

2005-01-17 Thread Amit Soni
com.netcore.actions.EHIFramePortlet :: public class HipergateIFramePortlet extends AbstractInstancePortlet has method :: public ConcreteElement getContent(RunData runData) so i want to access this session if this class so if any one of u have idea regarding this then pls help me... Thanks and Regards, Amit

Re: Re:How to get Session in portlet

2005-01-17 Thread Amit Soni
.. so if u have any idea then pls help me Thanks and Regards, Amit Soni On Mon, 2005-01-17 at 17:56, angeloimm wrote: Hello; in the method public ConcreteElement getContent(RunData runData) you can use runData in order to have Session: HttpSession session = runData.getRequest().getSession

Re: Re:How to get Session in portlet

2005-01-17 Thread Amit Soni
, angeloimm wrote: Hello... according to me you cann't use response.sendRedirect(response.encodeRedirectURL(sendUrl)); try by using: request.getRequestDispatcher( response.encodeRedirectURL(sendUrl) ).forward( req, resp ); -- Initial Header --- From : Amit Soni [EMAIL

jetspeed-2 problem

2004-12-18 Thread Amit Soni
Hi all, I m installing jetspeed-2 sucessfully but when i m login at that time i have given :: UserName :: admin Password :: jetspeed at that time it gives error like :: Dec 18, 2004 5:39:38 PM org.apache.catalina.realm.JAASRealm authenticate WARNING: Login exception authenticating username

jetspeed-2 LDAP configuration

2004-12-18 Thread Amit Soni
Hi all, if any one of u have any idea that how to configure jetspeed-2 with ldap then pls help me. Regards, Amit -- Netcore's New Website http://www.netcore.co.in --

jetspeed-2 deploy problem

2004-12-09 Thread Amit Soni
) at org.jboss.Main.boot(Main.java:151) at org.jboss.Main$1.run(Main.java:405) at java.lang.Thread.run(Thread.java:595) so any one of u have any solution then pls help me... Regards, Amit Soni -- Netcore's New Website http

LDAP exsting user problem

2004-11-18 Thread Amit Soni
(jetspeed) for that user it is working. Regards, Amit Soni -- Netcore's New Website http://www.netcore.co.in

LDAP problem

2004-11-08 Thread Amit Soni
services.ldap.version=3 LocalWords: SHA # # LDAP Service# # SO IF U HAVE ANY IDEA REAGARDING THIS PROBLEM THEN PLS HELP ME. Reagrds, Amit Soni

jetspeed-2 deployment problem

2004-11-07 Thread Amit Soni
Hi scott, These three jar files are already deployed in tomcat/shared/lib directory. But when i tried later at that time deploy time it gives error like :: Nov 8, 2004 11:11:18 AM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /jetspeed2

custom deployment

2004-11-02 Thread Amit Soni
Hi all, I have successfully deploy jespeed in jboss now i want to integrate my existing application in jetspeed. This application is based only on jsp and java beans. so for that i made a .war file called EH.ear and put this war file in $JBOSS_HOME/server/default/deploy so structure is ::

jetspeed-2 deployment problem

2004-11-02 Thread Amit Soni
as unavailable 2004-11-03 13:26:41 StandardContext[/jetspeed]Servlet /jetspeed threw load() exception javax.servlet.ServletException: Error instantiating servlet class org.apache.jetspeed.engine.JetspeedServlet so any one if u have any idea regarding this error then pls help me. Regards, Amit

deployment of custom portlet

2004-10-29 Thread Amit Soni
Hi all, Here i want to deploy my custom portlet in jetspeed this portlet contains a .war file so if u have and idea about how can i integrate this portlet in jetseed then pls help me. Regards, Amit -- Netcore's New Website

class cast exception for LDAP role

2004-10-27 Thread Amit Soni
solution then pls help me. Regards, Amit Soni -- Netcore's New Website http://www.netcore.co.in --# Copyright 2004 The Apache Software Foundation # # Licensed under the Apache License

jetspeed ldap configuration

2004-10-26 Thread Amit Soni
(the steps require to configure jetspeed with ldap) then pls help me for that. Reagards Amit Soni -- Netcore's New Website http://www.netcore.co.in

problem to call Bean in jsp page

2004-10-25 Thread Amit Soni
(DefaultErrorHandler.java:39) at so any one of u have idea reagarding this then pls help me Regards, Amit Soni -- Netcore's New Website http://www.netcore.co.in

LDAP implementation

2004-10-21 Thread Amit Soni
Hi all, I m already install jetspeed and implement it successfully but i want to implement it in LDAP not in DB but i couldn't found any tutorial for that so how can i start to implement jetspeed?? so any one of u have any idea regarding this then pls help me. Regards, Amit Soni

RSS format of jetspeed

2004-10-11 Thread Amit Soni
Hi all, Here i am using jetspeed 1.5 and want to know that what is the version of RSS with used by jetspeed and what kind of format it uses(XML,RDF) so any one of have any idea reagarding this that pls reply me soon. Regards, Amit Soni

error in maven -Dtutorial=1 deploy

2004-10-08 Thread Amit Soni
Hi, I have used jetspeed portal server and when i m using the command:: maven -Dtutorial=1 deploy at that time all other operation created successfully but in between on Exception occured that is [echo] Targeting environment ... [props_override] java.io.FileNotFoundException:

creating new plugin using maven

2004-10-07 Thread Amit Soni
Hi, I am a new user of maven and already gone through the maven in jetspeed and using maven -Dtutorial but i want to know that how can i make my new plugin for my own project i have already try the command given below but it gives me an error like :: /usr/local/netcore/maven

Re: error in maven -Dtutorial=5 jetspeed:deploy

2004-10-07 Thread Amit Soni
Hi dan, Here i have downloaded jetspeed-1.5-src.zip and jetspeed-1.5-war.zip and then i have deploy the war in Tomcat 4.1.30 and after that i have tried the command :: maven -Dtutorial=5 jetspeed:deploy at that time it gives me this error. I have one more query also that i have built my own

error in maven -Dtutorial=5 jetspeed:deploy

2004-10-06 Thread Amit Soni
Hello, I am installing jetspeed 1.5 and maven 1.0 and configure using the tutorial given in apache site. But when i run maven -Dtutorial=5 jetspeed:deploy then it gives error like below.. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|