[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-01 Thread brandonv
If you want to change the theme for the dashboard page, change this section to use your custom theme and layout: | deployment | if-existskeep/if-exists | context | context-namedashboard/context-name | properties | | !-- | |

[jboss-user] [JBoss Portal Users] - Re: Jboss Portal Maven Repository url

2009-09-15 Thread brandonv
http://repository.jboss.org/maven2/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255357#4255357 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255357 ___ jboss-user mailing list

[jboss-user] [JBoss Portal Users] - Re: Suggestion on usage of Struts Portlet Bridge for jboss p

2009-09-11 Thread brandonv
We are running a number of Struts apps in Portal and do not have any significant problems. We stick to using the Struts tag libraries however and do not use code directly in the JSPs. If you are under time constraints, converting this app to a portlet shouldn't be too difficult. If you have

[jboss-user] [JBoss Portal] - Re: Default encryption scheme for SynchronizingLDAPExtLoginM

2009-08-19 Thread brandonv
We have a similar setup with AD authentication and DB as a backup. I have the DBIdentityLoginModule configured with the options of: module-option name=hashAlgorithmMD5/module-option | module-option name=hashEncodingHEX/module-option I believe these are the defaults for this module. View the

[jboss-user] [JBoss Portal] - Re: Assign default portal to a user role.

2009-08-18 Thread brandonv
I think the problem here is that JBoss expects there to be a single default portal for all users. Although a role can give a user access to a portal (admin user, for instance), it cannot determine which portal will be the user's default when they login. I have not found a way to do this but

[jboss-user] [JBoss Portal] - Re: Defualt page problem

2009-08-17 Thread brandonv
You can drop your jboss portal database schema and then recreate it. When you restart the server, the tables will be recreated and you will have the default page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249929#4249929 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Does JBoss portal support for struts portlet?

2009-07-31 Thread brandonv
Yes. You will need the Struts portlet bridge: http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html In your portlet.xml, you will need to define you portlet-class as: org.apache.portals.bridges.struts.StrutsPortlet And in web.xml your action servlet class will be: