+---------------------------------------------------------------------+ | Notes taken by jchatigny during installation of bioportal admin app | | | | See also: INSTALL-CORE.txt | +---------------------------------------------------------------------+ > cd ~/project/svn/trunk/bioportal_admin +-----------------------------------------------------------+ | Customized build.properties.sample -> build.properties | | to use our private tomcat on port 8086. | | | | Also use 'application_id' from db/sql/bioportal_admin.sql | +-----------------------------------------------------------+ > and clean deploywar +------------------------------------------------------------------+ | bioportal_admin webapp could not start due to: | | java.lang.ClassNotFoundException: org.apache.commons.el.Logger | +------------------------------------------------------------------+ Downloaded commons-el-1.0.tar.gz from http://commons.apache.org and placed in bioportal_admin/WebRoot/WEB-INF/lib/commons-el.jar +------------------------------------+ | Now we get the admin login page OK | +------------------------------------+ +--------------------------------------------------+ | Changed my user role to include ADMIN privileges | +--------------------------------------------------+ > mysql --user=root --password=******** mysql> use bioportal; mysql> update ncbo_user_role set role_id=2824 where id=38396; mysql> commit; mysql> exit; +------------------------------------------------------------------+ | Restarted tomcat and was able to login using my biportal account | +------------------------------------------------------------------+