You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2007/05/02 10:15:40 UTC

svn commit: r534375 - in /incubator/lokahi/lokahi/branches/mysql: STATUS build.properties

Author: toback
Date: Wed May  2 03:15:33 2007
New Revision: 534375

URL: http://svn.apache.org/viewvc?view=rev&rev=534375
Log:
Updated to reflect branch status.

Modified:
    incubator/lokahi/lokahi/branches/mysql/STATUS
    incubator/lokahi/lokahi/branches/mysql/build.properties

Modified: incubator/lokahi/lokahi/branches/mysql/STATUS
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/branches/mysql/STATUS?view=diff&rev=534375&r1=534374&r2=534375
==============================================================================
--- incubator/lokahi/lokahi/branches/mysql/STATUS (original)
+++ incubator/lokahi/lokahi/branches/mysql/STATUS Wed May  2 03:15:33 2007
@@ -1,5 +1,12 @@
 Current To-do:
 ======================
+Branch:
+
+Make the org.apache.lokahi.core.controller.AdminBean able to support databases other than oracle.
+
+
+
+
 
 Major:
 ======================

Modified: incubator/lokahi/lokahi/branches/mysql/build.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/branches/mysql/build.properties?view=diff&rev=534375&r1=534374&r2=534375
==============================================================================
--- incubator/lokahi/lokahi/branches/mysql/build.properties (original)
+++ incubator/lokahi/lokahi/branches/mysql/build.properties Wed May  2 03:15:33 2007
@@ -26,14 +26,7 @@
 # Set tomcat.home to be the path to your installation of Tomcat
 # on your build server.
 #
-tomcat.home=/opt/tmc/tomcat5.5.9/
-
-
-# Set java.home to be the path to your installation of JDK 1.5
-# on your build server.
-#
-java.home=/usr/local/java/jdk1.5.0_04/
-
+tomcat.home=/usr/local/tomcat-5.5.20/
 
 #
 #
@@ -52,7 +45,7 @@
 #app.virtualhost.name=www.mydomain.com
 #app.virtualhost.name=hostname:1234
 #
-app.virtualhost.name=hostname:8058
+app.virtualhost.name=192.168.0.5:8050
 
 # By default, app.authenticationmodule is set to NoAuthentication
 # so you can get it working relatively quickly.
@@ -74,7 +67,7 @@
 # This file will exist only on the machines hosting the
 # Lokahi GUI and controller.
 #
-console.log.location=/www/httpd/logs/websites/lokahi_log4j.log
+console.log.location=/tmp/lokahi_log4j.log
 
 
 # Set agent.log.location to the path where you want log messages
@@ -82,7 +75,7 @@
 # managed by Lokahi will have the Lokahi agent installed
 # on them, and will record their messages in this location.
 #
-agent.log.location=/www/httpd/logs/websites/agent_log4j.log
+agent.log.location=/tmp/agent_log4j.log
 
 
 # This release of Lokahi supports only Oracle databases.
@@ -92,10 +85,10 @@
 #database.password=<PASSWORD>
 #database.driver=<DRIVER>
 #
-database.uri=jdbc:oracle:thin:@<HOST_ALIAS>:<PORT>:<SCHEMA>
-database.user=<USERNAME>
-database.password=<PASSWORD>
-database.driver=oracle.jdbc.driver.OracleDriver
+database.uri=jdbc:mysql://192.168.0.5:3306/lokahi
+database.user=lokdb
+database.password=lokdbpass
+database.driver=com.mysql.jdbc.Driver
 
 
 # Lokahi pre-populates your database with the initial instance
@@ -103,12 +96,12 @@
 # see the glossary on the Lokahi website.
 # http://incubator.apache.org/lokahi/glossary.html
 #
-initial.instance.name=
+initial.instance.name=ASF
 
 
 # Set initial.user.name to the userID of the superuser account.
 #
-initial.user.name=
+initial.user.name=toback
 
 
 # Set install.location to where you want the Lokahi home directory to be.
@@ -118,7 +111,7 @@
 #
 # Agent install location, also refered to as $AGENT_HOME
 #
-agent.install.location=
+agent.install.location=/tmp/agent
 
 app.home=.
 app.lib=${app.home}/lib