Re: JS2 login portlet empty

2005-02-25 Thread watler
Craig, I have seen this problem with the login portlet when the security.xml context descriptor is not deployed correctly. Please make sure that it is located in conf/Catalina/localhost. If everything is in place, you might need to try restarting tomcat several times and waiting for the

Re: JS2 login portlet empty

2005-02-25 Thread jean charles jabouille
The portlet application corresponding at the Login portlet is "security.war" Have you an error trace when you try to access to the login portlet ? best regards Jabouille Jean Charles - Original Message - From: "Craig McDonald" <[EMAIL PROTECTED]> To: &

RE: JS2 login portlet empty

2005-02-25 Thread Frank Villarreal
McDonald [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 05:17 PM > To: Jetspeed Users List > Subject: JS2 login portlet empty > > > I have installed jetspeed-2 M1 on Tomcat 5.0.30 and finally got it > working (after buggering around with Java SDK's and Tomc

JS2 login portlet empty

2005-02-25 Thread Craig McDonald
I have installed jetspeed-2 M1 on Tomcat 5.0.30 and finally got it working (after buggering around with Java SDK's and Tomcat 5.5) but have a question. When the welcome page appears, the "login portlet" and "locale selector portlet" are both empty. In particular the

JS2 login portlet empty

2005-02-24 Thread Craig McDonald
I have installed jetspeed-2 M1 on Tomcat 5.0.30 and finally got it working (after buggering around with Java SDK's and Tomcat 5.5) but have a question. When the welcome page appears, the "login portlet" and "locale selector portlet" are both empty. In particular the login

RE: Why is the login portlet authenticating twice?

2005-02-01 Thread Pesendorfer, Tom
re). Thanks for the feedback, I'll update the wiki page to say it works in 4.0.1, too, Cheers, Tom -Original Message- From: Marcel Dullaart [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 February 2005 10:02 PM To: Jetspeed Users List Subject: Re: Why is the login portlet authentica

RE : [J2] Newbie: Error 404 with login portlet

2005-02-01 Thread romain bisse
e Douma [mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 janvier 2005 01:13 À : Jetspeed Users List Objet : Re: RE : [J2] Newbie: Error 404 with login portlet Romain, I think (hope) I have fixed your problem with WebLogic. Please check out the latest version of Jetspeed-2 from cvs and let me know if yo

Re: Why is the login portlet authenticating twice?

2005-02-01 Thread Marcel Dullaart
Hi Tom, Using your description, I got J2 running on JBoss 4.0.1. Indeed I had to use the hot deployment feature to get the portlet bodies to show-up, but I did not have to undeploy/re-deploy when I shutdown JBoss, it still seems to work. There's one peculiarity though, when I hot deploy a portlet

Re: Why is the login portlet authenticating twice?

2005-01-31 Thread Marcel Dullaart
Thanx for pointing out the second page. Section 4.3.2 describes exactly the problems I am having, but I don't think it is acceptable to undeploy all portlets before shutting down JB, but for the time being its oke. I'll give it a try on 4.0.1 and let you know about the results. Marcel ---

RE: Why is the login portlet authenticating twice?

2005-01-31 Thread Pesendorfer, Tom
to:[EMAIL PROTECTED] Sent: Monday, 31 January 2005 11:21 PM To: Jetspeed Users List Subject: Re: Why is the login portlet authenticating twice? Hi, I am not answering your question, but I am wondering what you did to deploy J2 on JBoss. First, which version of JBoss are you using? And can you g

Re: Why is the login portlet authenticating twice?

2005-01-31 Thread Marcel Dullaart
<[EMAIL PROTECTED]> wrote: > I only managed to login in Jetspeed-2's login portlet (running on JBoss!) by > adding the users and passwords from the HSQLDB database to the > users.properties (also added the roles to the roles.properties) used by > JBos

Why is the login portlet authenticating twice?

2005-01-30 Thread Pesendorfer, Tom
I only managed to login in Jetspeed-2's login portlet (running on JBoss!) by adding the users and passwords from the HSQLDB database to the users.properties (also added the roles to the roles.properties) used by JBoss' default login module (org.jboss.security.auth.spi.UsersRolesLoginModu

Re: RE : [J2] Newbie: Error 404 with login portlet

2005-01-27 Thread Ate Douma
ne- De : Ate Douma [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 janvier 2005 23:57 À : Jetspeed Users List Objet : Re: [J2] Newbie: Error 404 with login portlet Ate Douma wrote: It seems Weblogic changes the contextPath for an included servlet to the contextPath of the servlet itself. Accordi

RE : [J2] Newbie: Error 404 with login portlet

2005-01-27 Thread romain bisse
till anonymous. Any idea? -Message d'origine- De : Ate Douma [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 janvier 2005 23:57 À : Jetspeed Users List Objet : Re: [J2] Newbie: Error 404 with login portlet Ate Douma wrote: > It seems Weblogic changes the contextPath for an included se

Re: [J2] Newbie: Error 404 with login portlet

2005-01-26 Thread Ate Douma
of the portal itself (/jetspeed). In the login portlet the form is posted to . The url tag will prefix this with the contextPath so it should be /jetspeed/login/proxy. You could temporarily fix this for Weblogic by adding attribute context="/jetspeed" to the tag: You can find the login.j

Re: [J2] Newbie: Error 404 with login portlet

2005-01-26 Thread Ate Douma
e has access to the path by which it was invoked." Jetspeed does *NOT* invoke portlets using getNamedDispatcher so the contextPath for the Portlet should still be that of the portal itself (/jetspeed). In the login portlet the form is posted to . The url tag will prefix this with the context

[J2] Newbie: Error 404 with login portlet

2005-01-26 Thread romain bisse
Hi, I've just installed Jetspeed2-M1 on Weblogic 8.1 Most of the modules work fine, however, I can't log in. I obtain a 404 error when I clik on the login button. There is no exception, neither in jetspeed nor in weblogic logs. The URL in my browser at this moment is "http://localhost:7001/se

Re: login portlet and tomcat-users.xml

2005-01-18 Thread David Sean Taylor
Xavier Lawrence wrote: Hi, How could I configure Jetspeed-2 so the login portlet can use login details given in tomcat-users.xml ??? Thanks in advance for any help. Regards Xavier see login.conf under the security component: Jetspeed { org.apache.jetspeed.security.impl.DefaultLoginModule

login portlet and tomcat-users.xml

2005-01-18 Thread Xavier Lawrence
Hi, How could I configure Jetspeed-2 so the login portlet can use login details given in tomcat-users.xml ??? Thanks in advance for any help. Regards Xavier -- -=[ xlawrence at jahia dot com ]=- Jahia : A collaborative source CMS and Portal Server www.jahia.org Community and

Re: [SPAM] - Login portlet empty - Email has different SMTP TO: and MIME TO: fields in the email addresses

2004-11-24 Thread Gregory Ofman
7:53 AM Subject: [SPAM] - Login portlet empty - Email has different SMTP TO: and MIME TO: fields in the email addresses I have installed jetspeed 2 and started it up using "maven quickStart". The login portlet is empty. Any ideas? Cheers Jamie

Re: Login portlet empty

2004-11-24 Thread Menon, Hema
Jamie, Does the Tomcat logs shows any exception? Hema On Wed, 24 Nov 2004 06:53:05 -0700, Jamie Cruise <[EMAIL PROTECTED]> wrote: > I have installed jetspeed 2 and started it up using "maven quickStart". > The login portlet is empty. Any idea

Login portlet empty

2004-11-24 Thread Jamie Cruise
I have installed jetspeed 2 and started it up using "maven quickStart". The login portlet is empty. Any ideas? Cheers Jamie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: login portlet

2004-10-06 Thread Stefano Bianchi
nal Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 12:29 PM Subject: login portlet > Hi, > I'm trying to make a Login portlet (velocity or jsp.. it's the same). If I > choose velocity and use the same code in top.vm wha

login portlet

2004-10-06 Thread giuliano . emma
Hi, I'm trying to make a Login portlet (velocity or jsp.. it's the same). If I choose velocity and use the same code in top.vm what action can I specify in the xreg file? And if I use jsp how can I replace the velocity variables used in this code? Thanx!!! Giu

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-23 Thread Jignesh Badani
st" <[EMAIL PROTECTED]> cc: Subject:Re: Is there a Login Portlet in Jetspeed 1.4? On Wednesday, March 17, 2004, at 02:02 PM, Glen Carl wrote: > You need to build your own Login in modules to use instead of the > Jetspeed modules in > src/java/

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-23 Thread David Sean Taylor
On Wednesday, March 17, 2004, at 02:02 PM, Glen Carl wrote: You need to build your own Login in modules to use instead of the Jetspeed modules in src/java/org/apache/jetspeed/modules/actions The CreateNewUserAndConfirm, JLoginUser, JLogoutUser, SendConfirmationEmail and SendNewUserNotificationE

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
. I hope you can achieve a flexible Login portlet to handle the SSO interfaces. Sorry to have missed your earlier emails. I have not looked to see how Jetspeed2 was addressing SSO, maybe some SSO interfaces are established in J2. Good luck, Glen Jignesh Badani wrote: Glen, when I meant an easier

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Jignesh Badani
: Jetspeed Users List <[EMAIL PROTECTED]> cc: Subject: Re: Is there a Login Portlet in Jetspeed 1.4? The "Login portlet", is a portlet, but is a portlet for the operation of Jetspeed. The source code I mentioned is a component of this portlet. The "vm"

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
The "Login portlet", is a portlet, but is a portlet for the operation of Jetspeed. The source code I mentioned is a component of this portlet. The "vm" login template is just the front end that will be replaced by your SSO tool. Just modifying the template probably will not

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Jignesh Badani
text "Login portlet" in Resources.properties is misleading. -Jignesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Glen Carl
a user behind the scene by reading his information from the HTTP headers passed by 3rd party SSO vendor. <<< In JetSpeedResources.properties # topnav.user_login.enable - Display login prompts on navigation bar. If false then login nust be via logi

Is there a Login Portlet in Jetspeed 1.4?

2004-03-17 Thread Jignesh Badani
hen login nust be via login portlet >>> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Login Portlet

2002-11-29 Thread Aurelien Pernoud
? Don't think that would work... You could try to enable the cookie user detection maybe. Aurelien > De : Harmaldeep Atwal [mailto:[EMAIL PROTECTED]] > > Hey Everyone, > I would like to disable the login. In JetspeedResources.properties, > it says that I will need a login

Login Portlet

2002-11-28 Thread Harmaldeep Atwal
Hey Everyone, I would like to disable the login. In JetspeedResources.properties, it says that I will need a login portlet if get rid of it from the top navigation bar. Is there one available anywhere or do I have to write one of my own? Also, can I get rid of the login completely? Thanks