There's a weird little thing about MySQL that you may need to know.... % will reject
connections from localhost. If you need to access a table from localhost, you must
explicitly declare this in the Host column of the user table of the mysql database.
While we're on the subject, the customization part is a real high priority for me.
Has anybody started working on this? In particular, what kind of table structure
should I set up to store the settings?
We discussed the possibility of storing settings in <username>.xml files. This is a
bad idea because it kills the scalability of Jetspeed. However, it might make sense
to store an individualized version of defaultPortlets.xml as a glob or blob or
whatever.
I'm going to work with this model for a little while today at any rate.
-ed
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]