Running RealmBase from command line
To create a MD5 digest for a encrypted password in tomcat run the script digest.bat -a MD5 s3cret from the {catalina.bin}
Min loggbok på nätet, knappast intressant för någon.
- <!-- uncomment if digests should be used (i.e. encrypted passwords)
digest="MD5"
-->
<Realm className="org.apache.catalina.realm.JDBCRealm" driverName="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/schemaName" connectionName="dbUser" connectionPassword="dbPasswd" userTable="user" userNameCol="alias" userCredCol="password" userRoleTable="user_roles" roleNameCol="role_name" />
<Context path="">
<!-- Enable the TomcatValve for custom login support from this webapp.
-->
<Valve className="flex.messaging.security.TomcatValve" />
</Context>