You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2010/07/19 03:23:51 UTC

[jira] Resolved: (ROL-703) Installation on JBoss 4.0.1SP1

     [ https://issues.apache.org/jira/browse/ROL-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-703.
-------------------------------

    Resolution: Won't Fix

No longer relevant.

> Installation on JBoss 4.0.1SP1
> ------------------------------
>
>                 Key: ROL-703
>                 URL: https://issues.apache.org/jira/browse/ROL-703
>             Project: Roller
>          Issue Type: Bug
>          Components: Installation
>    Affects Versions: 1.0.1
>         Environment: JBoss: 4.01SP1
> PostgresSQL: 8.0.1
>            Reporter: OwLab Admin
>            Assignee: Roller Unassigned
>
> Installation problem of JBoss & RollerWeblogger 
> Yesterday I had installed Roller on my Jboss server. At first sight the installation was like very simple
> and all things done very quickly and clearly. After install I had made the first account, that was good but,
> I couldn't login using the very account. The message was like to "Wrong username and password match...".
> This is JBoss's login-config.xml:
> <application-policy name = "RollerRealm">
>        <authentication>
>           <login-module code = "org.jboss.security.auth.spi.DatabaseServerLoginModule"
>              flag ="required">
>              <module-option name = "unauthenticatedIdentity">guest</module-option>
>              <module-option name = "dsJndiName">jdbc/rollerdb</module-option>
>              <module-option name = "principalsQuery">SELECT passphrase FROM rolleruser WHERE username = ?</module-option>
>              <module-option name = "rolesQuery">SELECT rolename FROM userrole WHERE username = ?</module-option>
>              </login-module>
>        </authentication>
>     </application-policy>
> And following is jboss-web.xml:
> <jboss-web>
>   <context-root>/roller</context-root>
>      <security-domain>java:/jaas/RollerRealm</security-domain>
>   <resource-ref>
>     <res-ref-name>jdbc/rollerdb</res-ref-name>
>     <jndi-name>java:/jdbc/rollerdb</jndi-name>
>   </resource-ref>
> </jboss-web>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.