Hi all,
I have a kind of a beginners problem, I managed to do installation of tomcat and binary sakai following instructions from sakaiproject site.
The sakai.properties file that I used is from demo, db files to, what I changed are location parameters and some small branding related stuff.
When I open it in browser I get this output:
Session
session: ${s.getId()} user id: ${s.getUserId()} enterprise id: ${s.getUserEid()} started: ${s.getCreationTime()} accessed: ${s.getLastAccessedTime()} inactive after: ${s.getMaxInactiveInterval()}
tool session: ${ts.getId()} started: ${ts.getCreationTime()} accessed: ${ts.getLastAccessedTime()}
Unknown Request
Snoop for request
${req.toString()}
Request headers
Servlet parameters (Single Value style):
Servlet parameters (Multiple Value style):
Request Attributes:
I presume it's database related stuff.
Would like to use mysql, but (as php programmer) I'm confused with instructions for creating mysql database, no tables are given.
any kind of help is appreciated. :)