I upgraded from tomcat5.5.15 to tomcat6.0.16 on fc5. After I entered username: admin@192.168.0.3 Password:xxxx on the screen of http://192.168.0.3:8080/serMyAdmin/auth/login, [Login] click doesn't work.
Only [Register] click goes to http://192.168.0.3:8080/serMyAdmin/newUser/create
Is this a correct behavior of serMyAdmin?
I followed up inside of openser.sql of Step 17: Create the administrator user in the database. on Last Updated ( Friday, 02 May 2008 16:55 ) web infomation, but I don't know the reason of the following procedure(1),(2).
(1) ALTER TABLE `domain` ALTER `last_modified` SET DEFAULT '2008-01-01 00:00:00'; UPDATE domain set `last_modified`='2008-01-01 00:00:00'; INSERT INTO `domain` (`id`, `domain`, `last_modified`, `version`) VALUES (2, 'setup', '2008-04-09 16:13:12', 0);
(2) INSERT INTO `jsec_user_role_rel` (`id`, `version`, `role_id`, `user_id`) VALUES (1, 0, 1, 4), (3, 0, 1, 7), (4, 0, 1, 3), (5, 0, 3, 11);
Do I miss somthing to run serMyAdmin?
-- Zen