[jboss-user] [JBoss Portal] - how to disable dashboard for some portal instances

2008-02-22 Thread ian.ouzounov
I use server 4.2.2 and portal 2.6.2 
I have configured two different portal instances and I'm trying to disable the 
dashboard foe one of them.
Any ideas.
thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131560#4131560

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131560
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: how to skip login.jsp when using ldap

2007-07-09 Thread ian.ouzounov
to the above scenario I should add that,
I'm getting the username from the servlet request header
don't care for password, since the user has been authenticated before entering 
the portal.
thx

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062173#4062173

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062173
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - how to skip login.jsp when using ldap

2007-07-09 Thread ian.ouzounov
Hi all, 
what is the way to skip the step with login.jsp?
here is what I want to achieve:
I'm using LDAP Authentication for my portal.
I want to trigger the authentication every time a user enter the portal, but I 
want to keep it in the background, without showing through login.
eventually I will remove the login link too.

Any suggestions?
thx

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062170#4062170

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062170
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: How can I have Sub-Menus in Jboss Portal?

2007-05-14 Thread ian.ouzounov
you can achieve this by creating a nested page/s, then when you point the mouse 
on top of the tab that has a nested page/s it will show a drop down menu

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045614#4045614

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045614
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: StyleSheet not Working in DisplayTag Library

2007-05-14 Thread ian.ouzounov
this works for me:

  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045544#4045544

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045544
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Dashboard and IPC problem

2007-04-10 Thread ian.ouzounov
I tryed the IPC example, it works fine in a portal page, but doesn't work in 
dashboard. 
It looks like the listener can't recognize dashboard instances, since they are 
assign different than the original name when in dashboard (int if I'm not 
mistaken)

Any ideas on how to make IPC work in dashboard?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036087#4036087

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036087
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-10 Thread ian.ouzounov
Problem solved. It works fine.
dashboard is there for every user. 
Also for the problem where users info from ldap should match the info stored in 
the local db all you have to do is:
in login-config.xml uncomment this code, and ldap will synchronize the db every 
time there is a new user.

  |  
  | true
  | true
  | Authenticated
  | User
  | java:/portal/UserModule
  | java:/portal/RoleModule
  | java:/portal/MembershipModule
  | java:/portal/UserProfileModule
  |  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036086#4036086

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036086
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-06 Thread ian.ouzounov
if someone can help, here is some more info on the same problem:
I discovered that if a user is not registered with the database can not login 
even if the ldap module authentication passes. I'm using ldap->required and 
IdentityLoginModule -> sufficient


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035411#4035411

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035393#4035393

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035393
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
i couldn't paste the code for some reason

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035344#4035344

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035344
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035342#4035342

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035342
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-06 Thread ian.ouzounov
there are several ways to achieve that.
one will be to use jsf and action mapping. in faces-config.xml you specify the 
mapping after action.

another way, more simple is to use <%= request.getContextPath()%> to build the 
base path relative to the portal page.
for example:

/inside portlet jsp/


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035340#4035340

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035340
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - dashboard unavailable when going trough LDAP

2007-04-05 Thread ian.ouzounov
I'm using jboss 4.0.5 with portal 2.6, and an external custom ldap login 
module. 
I force the validatePassword() to return true, since I don't need to check it 
with my ldap. I know that getRoleSets() returns the correct roleSet.
The problem:
after I login I can not get to dashboard.
error - This request requires HTTP authentication ().


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035113#4035113

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Portlet URL

2007-04-05 Thread ian.ouzounov
what do you mean by mapping A -> B B -> C ?
do you mean forward? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035108#4035108

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035108
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user