[JBoss Portal] - Re: Bad password for username=admin
by PeterJ
The NO_AUTO_CREATE_USER does not have any effect on the portal, that is purely a MySQL setting.
The 'table not found' error is expected the first time you run the portal with a new database. Hibernate creates the table automatically.
Are any other errors being displayed, either on the console or in the log file?
Here is my *-ds.xml file, do you see any noticable difference with yours:
<?xml version="1.0" encoding="UTF-8"?>
| <datasources>
| <local-tx-datasource>
| <jndi-name>PortalDS</jndi-name>
| <connection-url>jdbc:mysql://localhost:3306/portal24?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url>
| <driver-class>com.mysql.jdbc.Driver</driver-class>
| <user-name>portal</user-name>
| <password>portalpassword</password>
| </local-tx-datasource>
| </datasources>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967928#3967928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967928
19 years, 8 months
[JBoss Portal] - Re: A couple of doubts while using JBoss Portal 2.4 GA? - Ne
by PeterJ
The 2.4 portal comes with documentation in the docs directory.
For basic deployment information, see the QuickStart Guide, section 5, Deploying Portlets, or see the Reference Guide, section 5, Portlet Primer.
For information on creating your own theme, see the Reference Guide, section 12, Layouts and Themes.
If all you want to do is select from one of the existing themes, once you are logged in, clcik the "Edit your profile" link in the User Portlet, and then choose the desired theme in the drop-down list box in the Persoanl Information window.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967925#3967925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967925
19 years, 8 months