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 2006/06/09 14:34:20 UTC

svn commit: r413056 - in /incubator/lokahi/lokahi/trunk: conf/lokahi.properties conf/tmc.properties docs/README.TXT

Author: toback
Date: Fri Jun  9 07:34:19 2006
New Revision: 413056

URL: http://svn.apache.org/viewvc?rev=413056&view=rev
Log:
moved tmc.properties -> lokahi.properties and updated the install instructions to match the README.TXT

Added:
    incubator/lokahi/lokahi/trunk/conf/lokahi.properties
Removed:
    incubator/lokahi/lokahi/trunk/conf/tmc.properties
Modified:
    incubator/lokahi/lokahi/trunk/docs/README.TXT

Added: incubator/lokahi/lokahi/trunk/conf/lokahi.properties
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/lokahi.properties?rev=413056&view=auto
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/lokahi.properties (added)
+++ incubator/lokahi/lokahi/trunk/conf/lokahi.properties Fri Jun  9 07:34:19 2006
@@ -0,0 +1,57 @@
+#context name
+application.root=/tmc
+#full site app is being hosted at
+application.full.url=http://tmcg2.sourceforge.net/tmc/
+#full site for controller access
+AGENT_REPLY_TO_ADDRESS=https://tmcg2.sourceforge.net/tmc/services/TmcJob
+#full url for the rest servlet
+rest.servlet.url=http://tmcg2.sourceforge.net/tmc/rest/
+#authentication Module to use
+AuthenticateModule=tmc.authentication.NoAuthentication
+#database info
+tmc.database.uri=jdbc:oracle:thin:@some.server.net:PORT:SCHEMA
+tmc.database.user=tmc
+tmc.database.password=tmc
+tmc.database.driver=oracle.jdbc.driver.OracleDriver
+#instance for this controller
+tmc.instance.name=WHS Intranet
+#location of properties files - should just be the context root on the filesystem.  the install directory
+prop.location=/websites/tmcg2.sourceforge.net/java/tmc
+
+
+
+AGENT_METHOD_TO_CALL_BACK=receiveResponse
+AGENT_REPLY_WEB_SERVICE_NAME=TmcJob
+AGENT_PROTOCOL=https://
+AGENT_PORT=5665
+AGENT_ENDPOINT=/mod_soap
+
+tmc.thread.run=true
+tmc.thread.protocol=http
+tmc.thread.statuspage=services/TmcController
+tmc.thread.contentmatch=STATUS OK
+tmc.thread.waittime=10
+
+
+agent.delim.message=^
+agent.delim.options=:
+agent.reply.message=Thanks! New Job added.
+
+PrimaryDataSource=Database
+ConsoleContextName=tmc
+SchemaOwner=tmc
+DatabasePropertiesFile=dbpool.props
+LogActivity=yes
+ApacheConfFile=httpsd.conf
+WorkersProperties=workers.properties
+TimeoutForURLThread=5
+TimeoutForContextOp=20
+SleepTimeForMainThread=60
+SleepTimeForChildThread=60
+
+wap.function.HostingPool=RestartTomcat,StartTomcat,StopTomcat,DeployTomcatConfig,DeployApacheConfig,ConfigtestApache,GracefulApache,
+StopApache,StartApache
+wap.function.ApachePool=DeployApacheConfig,ConfigtestApache,GracefulApache,StopApache,StartApache
+wap.function.TomcatPool=RestartTomcat,StartTomcat,StopTomcat,DeployTomcatConfig
+wap.function.ApacheWorker=DeployApacheConfig,ConfigtestApache,GracefulApache,StopApache,StartApache
+wap.function.TomcatWorker=RestartTomcat,StartTomcat,StopTomcat,DeployTomcatConfig
\ No newline at end of file

Modified: incubator/lokahi/lokahi/trunk/docs/README.TXT
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/docs/README.TXT?rev=413056&r1=413055&r2=413056&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/docs/README.TXT (original)
+++ incubator/lokahi/lokahi/trunk/docs/README.TXT Fri Jun  9 07:34:19 2006
@@ -25,7 +25,7 @@
 Console install:
 1.	in build/gui/WEB-INF/log4j.xml set this line to a valid path: <param name="File" value="/www/httpd/logs/websites/tmc_log4j.log"/>
 2.	in build/gui/WEB-INF/classes/tmc/ApplicationResources.properties:  application.root should be set to the context path, and rss.link.location should be set to <website>/<context>/rss/alert
-3.	in build/gui/WEB-INF/classes/tmc.properties set these:
+3.	in build/gui/WEB-INF/classes/lokahi.properties set these:
 
 #context name
 application.root=/tmc