Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Type:

HSQL Database Engine Server

Driver:

org.hsqldb.jdbcDriver

Url:

jdbc:hsqldb:hsql://localhost:8887

User:

sa

Execute the SQL:

No Formatpanel
 UPDATE

UPDATE up_user_profile

SET

structure_ss_id=4,

theme_ss_id=3


WHERE

theme_ss_id=11

;

commit;

Step 3.

Start Tomcat using ant tomcatstart from the top level quick start directory.  You should now see the Guest page with the DLM "Welcome" channel on the first tab.