Can't log in with Jetspeed 2

2004-09-03 Thread Shen, Yi
Hi,
 
I just built and deployed Jetspeed2. It's running under Tomcat 5. 
I tried to log in with turbine, admin, etc... but all failed. 
Any clue?
 
Thanks!
 
Yi Shen
 


Can't log in with Jetspeed 2

2004-09-03 Thread Bo van Weert

Acuse de recibo
   
SuCan't log in with Jetspeed 2 
document   
o: 
   
Ha sido   Boudewijn van Weert/srvNotes 
recibido   
por:   
   
Con   03/09/2004 18.56.35  
fecha: 
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can't log in with Jetspeed 2

2004-09-03 Thread Randy Watler
Shen,
Known issue if you are trapped in anon user.
Try hacking 
applications/security/src/webapps/WEB-INF/security/login/login.jsp:20 to 
allow login if request.getUserPrincipal().equals( anon )... I use 
something similar to login in the layout decorator instead of the 
security portlet.

Randy Watler
Shen, Yi wrote:
Hi,
I just built and deployed Jetspeed2. It's running under Tomcat 5. 
I tried to log in with turbine, admin, etc... but all failed. 
Any clue?

Thanks!
Yi Shen
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Can't log in with Jetspeed 2

2004-09-03 Thread Randy Watler
Shen,
I just pulled from CVS and this problem has been addressed. You should 
be able to login using:

user/user, manager/manager, ... etc.
Randy Watler
Randy Watler wrote:
Shen,
Known issue if you are trapped in anon user.
Try hacking 
applications/security/src/webapps/WEB-INF/security/login/login.jsp:20 
to allow login if request.getUserPrincipal().equals( anon )... I use 
something similar to login in the layout decorator instead of the 
security portlet.

Randy Watler
Shen, Yi wrote:
Hi,
I just built and deployed Jetspeed2. It's running under Tomcat 5. I 
tried to log in with turbine, admin, etc... but all failed. Any clue?

Thanks!
Yi Shen
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Can't log in with Jetspeed 2

2004-09-03 Thread Shen, Yi
Thanks I'll try it out.
Yi

-Original Message-
From: Randy Watler [mailto:[EMAIL PROTECTED]
Sent: Friday, September 03, 2004 11:17 AM
To: Jetspeed Users List
Subject: Re: Can't log in with Jetspeed 2


Shen,

I just pulled from CVS and this problem has been addressed. You should 
be able to login using:

user/user, manager/manager, ... etc.

Randy Watler

Randy Watler wrote:

 Shen,

 Known issue if you are trapped in anon user.

 Try hacking 
 applications/security/src/webapps/WEB-INF/security/login/login.jsp:20 
 to allow login if request.getUserPrincipal().equals( anon )... I use 
 something similar to login in the layout decorator instead of the 
 security portlet.

 Randy Watler

 Shen, Yi wrote:

 Hi,

 I just built and deployed Jetspeed2. It's running under Tomcat 5. I 
 tried to log in with turbine, admin, etc... but all failed. Any clue?

 Thanks!

 Yi Shen


  


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Can't log in with Jetspeed 2

2004-09-03 Thread Shen, Yi
It works!
Thanks a lot!

Yi

-Original Message-
From: Randy Watler [mailto:[EMAIL PROTECTED]
Sent: Friday, September 03, 2004 11:17 AM
To: Jetspeed Users List
Subject: Re: Can't log in with Jetspeed 2


Shen,

I just pulled from CVS and this problem has been addressed. You should 
be able to login using:

user/user, manager/manager, ... etc.

Randy Watler

Randy Watler wrote:

 Shen,

 Known issue if you are trapped in anon user.

 Try hacking 
 applications/security/src/webapps/WEB-INF/security/login/login.jsp:20 
 to allow login if request.getUserPrincipal().equals( anon )... I use 
 something similar to login in the layout decorator instead of the 
 security portlet.

 Randy Watler

 Shen, Yi wrote:

 Hi,

 I just built and deployed Jetspeed2. It's running under Tomcat 5. I 
 tried to log in with turbine, admin, etc... but all failed. Any clue?

 Thanks!

 Yi Shen


  


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]