From 578d9406c6ab268a30b1b1a81189148f60dbac6d Mon Sep 17 00:00:00 2001 From: nac26 Date: Mon, 22 Nov 2010 19:58:16 +0000 Subject: [PATCH] cleanup of some unintended files introduced from iu-vis-dev-branches/vivo-post-1.1 reintegration --- deploy.properties | 77 ---------------------------------------------- deployVIVOInstance | 2 -- startTomcat | 2 -- 3 files changed, 81 deletions(-) delete mode 100644 deploy.properties delete mode 100755 deployVIVOInstance delete mode 100755 startTomcat diff --git a/deploy.properties b/deploy.properties deleted file mode 100644 index 20a0df93..00000000 --- a/deploy.properties +++ /dev/null @@ -1,77 +0,0 @@ -# ----------------------------------------------------------------------------- -# -# VIVO deployment properties -# -# This file is provided as example.deploy.properties. -# -# Save a copy of this file as deploy.properties, and edit the properties as -# needed for your deployment. -# -# ----------------------------------------------------------------------------- - -# -# This namespace will be used when generating URIs for objects created in the -# editor. Change it to reflect your own domain. For example, Cornell's -# namespace is http://vivo.cornell.edu/individual/ -# -# Note: it is essential that this namespace end with a trailing slash. -# -Vitro.defaultNamespace = http://vivo-trunk.indiana.edu/individual/ - -# -# Where is the Vitro core directory? -# In most deployments, this is set to ./vitro-core, but internal developers may -# prefer to set it to ../vitro -# Examples: -# vitro.core.dir = ./vitro-core -# vitro.core.dir = ../vitro -# vitro.core.dir = /usr/local/vitro/trunk -vitro.core.dir = /usr/local/home/bkoniden/eclipse-workspace/bkoniden-vitro-post-1.1 - -# -# The base install directory for your Tomcat server. The VIVO application -# will be deployed in the /webapps directory below this base. -# -tomcat.home = /usr/local/tomcat - -# -# The name of the VIVO application. This will be used as the name of the -# subdirectory within your Tomcat server's /webapps directory. It also appears -# in the URL for the application. For example, http://my.vivo.server/vivo -# -webapp.name = vivo1 - -# -# The location where the VIVO application will store uploaded files -# (usually images). You should arrange for these files to be backed up in some -# way. -# -upload.directory = /usr/local/vivo1/data-vivo-updated/uploads - -# -# The location where the VIVO application will create its Lucene search -# index. -# -LuceneSetup.indexDir = /usr/local/vivo1/data-vivo-updated/luceneIndex - -# -# SMTP host which the "Contact Us" form can use to send mail. If this is left -# empty, the "Contact Us" form will be disabled. -# -Vitro.smtpHost = - -# -# The basic parameters for a MySQL database connection. Change the end of the -# URL to reflect your database name (if it is not "vitro"). Change the username -# and password to match the authorized user you created in MySQL. -# -VitroConnection.DataSource.url = jdbc:mysql://localhost/vivo1 -VitroConnection.DataSource.username = vivouser1 -VitroConnection.DataSource.password = vivo123 - -# -# The name of your first admin user for the VIVO application. The password for -# for this user is initially set to "defaultAdmin", but you will be asked to -# change the password the first time you login. -# -initialAdminUser = defaultAdmin \ No newline at end of file diff --git a/deployVIVOInstance b/deployVIVOInstance deleted file mode 100755 index e9180286..00000000 --- a/deployVIVOInstance +++ /dev/null @@ -1,2 +0,0 @@ -sudo /usr/local/tomcat/bin/shutdown.sh -ant clean deploy diff --git a/startTomcat b/startTomcat deleted file mode 100755 index 4878a604..00000000 --- a/startTomcat +++ /dev/null @@ -1,2 +0,0 @@ -sudo /usr/local/tomcat/bin/startup.sh -tail -f /usr/local/tomcat/logs/catalina.out