Hello Maik,
the file name is correct, it was a typo here in the forum, so its name is
magnolia.properties :-). But indeed, such little mistakes often can take hours
to be detected.
My mysql-config looks like yours, the only thing I changed was the DataSource
in the upper section:
[code]<DataSources>
<DataSource name="magnolia">
<param name="driver" value="com.mysql.jdbc.Driver" />
<param name="url" value="jdbc:mysql://localhost:3306/magnolia-public" />
<param name="user" value="xxx" />
<param name="password" value="xxx" />
<param name="databaseType" value="mysql"/>
<param name="validationQuery" value="select 1"/>
</DataSource>
</DataSources>
[/code]
The 'funny' thing is, that obviously everything else works as excepted. I just
don't know where the data is actually stored. So its a bit mysterious where the
JCR is persisted to. I'll check the log to find out more.
@Nils,
thanks for pointing out the differences. What you mention is exactly my
understanding. Have I overseen the 'multiple public instances' feature in the
feature matrix? It's not that critical to me, but an important difference with
regard to the features of Magnolia.
Cheers
Georg
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7feb8a33-f51c-4fb5-8d66-ce16af6c07c1
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------